/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* custom css */
:root {
  scroll-behavior: smooth;
}

/* custom fonts  */

@font-face {
  font-family: "Euclid Circular A Regular";
  src: url(fonts/Euclid-Circular-A-Regular.ttf);
}

@font-face {
  font-family: "Euclid Circular A Light";
  src: url(fonts/Euclid-Circular-A-Regular.ttf);
}

@font-face {
  font-family: "BARNEGAT";
  src: url(fonts/BARNEGAT.ttf);
}

.courses.type-courses,
.elementor-location-footer > div,
.elementor-location-header #site-header,
.max-width-header {
  max-width: 1440px !important;
  margin: 0 auto !important;
}

/* header */
#header-menu.elementor-element.elementor-element-f996b67
  .elementor-nav-menu--main
  .elementor-item:hover {
  background-color: #69d660;
}

.elementor-location-header {
  background-color: #2e2b3b;
}

.page-header .entry-title {
  display: none;
}

/* countries-dropdown on header  */
#countries-dropdown {
  cursor: pointer;
}

#countries-dropdown #selected-site li,
#countries-dropdown #option-sites .selected {
  display: none;
}

#countries-dropdown li {
  list-style: none;
}

#countries-dropdown #selected-site .selected {
  display: flex;
  align-items: center;
  gap: 10px;
}

#countries-dropdown #selected-site .selected img,
#option-sites li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#countries-dropdown #selected-site .selected span {
  font-family: "Euclid Circular A Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 19.02px;
  letter-spacing: -0.005em;
  text-align: left;
  color: white;
}

#countries-dropdown #selected-site .selected a {
  pointer-events: none;
  position: relative;
}
#countries-dropdown ul {
  padding: 0;
}

#countries-dropdown li a {
  font-family: "Euclid Circular A Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 19.02px;
  letter-spacing: -0.005em;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}
#countries-dropdown #option-sites li a {
  color: #2e2b3b;
  display: flex;
  align-items: center;
  gap: 10px;
}
#countries-dropdown #option-sites {
  transform: translateY(0px);
  opacity: 0;
  transition: all 400ms 400ms ease-in-out;
}
#countries-dropdown.clicked-country #option-sites {
  opacity: 1;
  display: block;
  position: absolute;
  transform: translateY(18px);
  top: 100%;
  width: 100%;
  background-color: white;
  left: 0;
  transition: all 400ms 400ms ease-in-out;
}
#countries-dropdown.clicked-country #option-sites li {
  border: 1px solid #d0d0d0;
  padding: 18px 10px;
  transition: all 400ms ease-in-out;
}

#countries-dropdown.clicked-country #option-sites li:hover {
  background-color: #f2f2f2;
  transition: all 400ms ease-in-out;
}

#header-enquire-button .elementor-button {
  width: 100%;
}

#popular-courses .popuplar-course-shortcode,
#upcoming-courses .popuplar-course-shortcode {
  display: flex;
  gap: 2.3%;
  flex-wrap: wrap;
  row-gap: 30px;
}

#popular-courses .elementor-shortcode .post-outer-container,
#upcoming-courses .elementor-shortcode .post-outer-container,
#upcoming-courses .post-outer-container {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  background-position: center;
  transition: all 400ms ease-in-out;
}

#popular-courses .elementor-shortcode .post-outer-container:hover,
#upcoming-courses .elementor-shortcode .post-outer-container:hover,
#upcoming-courses .post-outer-container:hover {
  filter: grayscale(1);
  transition: all 400ms ease-in-out;
}

#popular-courses .elementor-shortcode .post-outer-container::after,
#upcoming-courses .elementor-shortcode .post-outer-container::after,
#upcoming-courses .post-outer-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(img/popular-courses-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#popular-courses .elementor-shortcode .post-outer-container .post-inner,
#upcoming-courses .elementor-shortcode .post-outer-container .post-inner,
#upcoming-courses .post-outer-container .post-inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#popular-courses .post-category,
#upcoming-courses .post-category {
  font-family: "Euclid Circular A Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.008em;
  text-align: center;
  color: white;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#popular-courses .post-excerpt p,
#upcoming-courses .post-excerpt p {
  font-family: "Euclid Circular A Regular";
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.008em;
  text-align: center;
  color: white;
  margin: 0;
}

#popular-courses .trainer,
#upcoming-courses .trainer {
  font-family: "Euclid Circular A Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.008em;
  text-align: center;
  color: white;
  margin: 0 0 30px 0;
}

#popular-courses .post-outer-container span,
#upcoming-courses .post-outer-container span {
  display: block;
  position: relative;
  font-family: "Euclid Circular A Regular";
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: center;
  color: black;
  width: 100%;
  background-color: #41e05a;
  border-color: #41e05a;
  border-radius: 51px;
  text-transform: uppercase;
  border: 1px solid #41e05a;
  transition: all 400ms ease-in-out;
}

#popular-courses .post-outer-container span::after,
#upcoming-courses .post-outer-container span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(img/book-now.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin: auto;
  left: 10px;
  right: auto;
  transition: all 400ms ease-in-out;
}

#popular-courses .post-outer-container:hover span,
#upcoming-courses .post-outer-container:hover span {
  color: #41e05a;
  background-color: transparent;
  transition: all 400ms ease-in-out;
}

#popular-courses .post-outer-container:hover span:after,
#upcoming-courses .post-outer-container:hover span:after {
  filter: invert(1);
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-nav,
#upcoming-courses .popuplar-course-shortcode .owl-nav {
  display: flex;
  position: absolute;
  inset: -110px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  z-index: -1;
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-nav button,
#upcoming-courses .popuplar-course-shortcode .owl-nav button {
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #41e05a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-nav button:hover,
#upcoming-courses .popuplar-course-shortcode .owl-nav button:hover {
  background-color: #424242;
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-nav button:hover span,
#upcoming-courses .popuplar-course-shortcode .owl-nav button:hover span {
  color: #41e05a;
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-nav button span,
#upcoming-courses .popuplar-course-shortcode .owl-nav button span {
  color: white;
  font-size: 60px;
  line-height: 0px;
  margin-top: -15px;
  transition: all 400ms ease-in-out;
}

#popular-courses .popuplar-course-shortcode .owl-dots .owl-dot.active span,
#upcoming-courses .popuplar-course-shortcode .owl-dots .owl-dot.active span {
  background-color: #41e05a;
}

#google-review-section .ti-widget.ti-goog .ti-controls .ti-next:before,
#google-review-section .ti-widget.ti-goog .ti-controls .ti-prev:before,
#google-review-section .ti-widget.ti-goog .ti-controls .ti-prev:after,
#google-review-section .ti-widget.ti-goog .ti-controls .ti-next:after {
  background-color: black;
}

.custom-nav .demo {
  display: none;
}

#cpt-category-ul {
  display: flex;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}

/* ---- Menu: dropdowns (hidden by default) ---- */
#cpt-category-ul .cpt-name-ul,
#cpt-category-ul .child-cpt-category-ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #2e2b3b;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  z-index: 100;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

#cpt-category-ul li.parent-cpt-category-name,
#cpt-category-ul .cpt-name-ul li,
#cpt-category-ul .child-cpt-category-ul li {
  list-style: none;
  position: relative;
  margin: 0;
}

#cpt-category-ul li.parent-cpt-category-name > a,
#cpt-category-ul .child-cpt-category-ul > li > a,
#cpt-category-ul .cpt-name-ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 14px 20px;
  font-family: "Euclid Circular A Regular", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#cpt-category-ul .child-cpt-category-ul > li > a,
#cpt-category-ul .cpt-name-ul li a {
  font-size: 13px;
}

#cpt-category-ul li.parent-cpt-category-name > a:hover,
#cpt-category-ul .cpt-name-ul li a:hover,
#cpt-category-ul .child-cpt-category-ul li a:hover {
  background-color: #41e05a;
  color: #2e2b3b;
}

#cpt-category-ul li.parent-cpt-category-name:has(.child-cpt-category-ul) > a,
#cpt-category-ul .child-cpt-category-name:has(.cpt-name-ul) > a {
  padding-right: 32px;
}

#countries-dropdown #selected-site .selected a::after {
  right: -15px;
}

/* ---- Menu: show first-level dropdown on hover; also when second-level fly-out is open (nav-flyout-open) ---- */
#cpt-category-ul li.parent-cpt-category-name:hover > .child-cpt-category-ul,
#cpt-category-ul li.parent-cpt-category-name.nav-flyout-open > .child-cpt-category-ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow-y: auto;
  max-height: min(90vh, 600px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ---- Menu: second-level submenu flies out to the RIGHT of the first-level item ---- */
#cpt-category-ul .child-cpt-category-ul li .cpt-name-ul {
  left: 100%;
  top: 0;
  margin-left: 2px;
  background-color: rgb(66 64 78);
  min-width: 260px;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
  z-index: 101;
}

#cpt-category-ul .child-cpt-category-ul li:hover > .cpt-name-ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  max-height: min(70vh, 400px);
  overflow-y: auto;
}

/* Portaled second-level (when moved to body by JS so first-level can scroll) */
.nav-flyout-portal {
  background-color: rgb(66 64 78) !important;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 0;
  list-style: none;
}
.nav-flyout-portal li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  font-family: "Euclid Circular A Regular", sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-flyout-portal li a:hover {
  background-color: #41e05a;
  color: #2e2b3b;
}

/* ---- Menu: parent has only posts (no children) -> single dropdown ---- */
#cpt-category-ul li.parent-cpt-category-name:hover > .cpt-name-ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  max-height: min(90vh, 600px);
  overflow-y: auto;
  background-color: rgb(66 64 78);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#cpt-category-ul li.cpt-name a::after {
  display: none;
}

/* ---- Menu: scrollbars for dropdowns ---- */
#cpt-category-ul .child-cpt-category-ul::-webkit-scrollbar,
#cpt-category-ul .cpt-name-ul::-webkit-scrollbar,
.mobile-menu-outer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#cpt-category-ul .child-cpt-category-ul::-webkit-scrollbar-track,
#cpt-category-ul .cpt-name-ul::-webkit-scrollbar-track,
.mobile-menu-outer::-webkit-scrollbar-track {
  background: #2e2b3b;
  border-radius: 4px;
}
#cpt-category-ul .child-cpt-category-ul::-webkit-scrollbar-thumb,
#cpt-category-ul .cpt-name-ul::-webkit-scrollbar-thumb,
.mobile-menu-outer::-webkit-scrollbar-thumb {
  background: #41e05a;
  border-radius: 4px;
}

/* courses page  */
.main-category-div .main-category {
  background-color: #e6e6e6;
  font-family: "Euclid Circular A Regular";
  font-size: 18px;
  line-height: 22.82px;
  color: #2e2b3b;
  padding: 12px 24px;
}

#sticky-element .sticky-nav {
  overflow: auto;
}

.changed-header #sticky-element .sticky-nav {
  width: auto;
}

#sticky-element .sticky-nav::-webkit-scrollbar {
  height: 8px;
  border-radius: 42px;
}
.posts-submenu::-webkit-scrollbar {
  width: 8px;
}
#sticky-element .sticky-nav::-webkit-scrollbar-track,
.posts-submenu::-webkit-scrollbar-track {
  background-color: #2e2b3b;
  border-radius: 42px;
}
#sticky-element .sticky-nav::-webkit-scrollbar-thumb,
.posts-submenu::-webkit-scrollbar-thumb {
  background-color: #41e05a;
  border-radius: 42px;
}

#sticky-element #tab-enquire {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}

#sticky-element #tab-buttons-container {
  flex-wrap: nowrap;
  align-items: center;
  min-width: 700px;
  margin: 0;
  justify-content: flex-start;
  transition: all 400ms ease-in-out, margin 0ms ease;
}

.changed-header #sticky-element .sticky-button {
  display: block;
}

#sticky-element .sticky-button {
  display: none;
}

.elementor-location-header:has(#site-header) {
  position: sticky;
  top: 0;
  z-index: 9;
  transition: all 400ms ease-in-out;
}

#key-info-container {
  height: max-content;
  position: sticky;
  top: 90px;
}

.info-card {
  background-color: #2e2b3b;
  color: #fff;
  padding: 65px 30px 95px 30px;
  border-radius: 20px;
  min-width: auto;
  box-shadow: 4px 4px 15px 0px #0000001a;
  text-align: left;
  position: relative;
}

.info-card .info-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-item {
  display: flex;
  align-items: center;
}

.info-label {
  font-family: "Euclid Circular A Light";
  min-width: 120px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: left;
  border-right: 1px solid #646874;
  color: #bdc1cf;
}

.info-value {
  font-family: "Euclid Circular A Light";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 0px 0 0px 20px;
}

.enquire-button {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 80%;
  margin: auto;
}

.enquire-button a {
  font-family: "BARNEGAT";
  background-color: #37d959;
  color: #000;
  display: block;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}

.enquire-id {
  cursor: pointer;
}

.enquire-button a:hover {
  background-color: #31c150;
  transition: all 400ms ease-in-out;
}

/* changing header-animation styling  */
body #sticky-element {
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 400ms ease-in-out;
}

.changed-header #sticky-element {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  box-shadow: 2px 2px 20px 0px #00000040;
  gap: 40px;
  z-index: 99;
  margin: 0 !important;
  transition: all 400ms ease-in-out, margin 0ms ease,
    z-index 400ms 500ms ease-in-out, width 0ms ease;
}

.changed-header .elementor-location-header:has(#site-header) {
  top: -70px;
  transition: all 400ms ease-in-out, top 400ms 300ms ease-in-out;
}

.changed-header #sticky-element #tab-buttons-container {
  max-width: max-content;
  margin: 0;
  transition: all 400ms ease-in-out, margin 0ms ease;
}

.changed-header #sticky-element #tab-enquire {
  opacity: 1;
  width: auto;
  overflow: visible;
  transition: all 400ms ease-in-out;
}

.repeater-module {
  border-bottom: 1px solid #ccd4c7;
  margin-top: 55px;
  padding-bottom: 35px;
}

.repeater-module .repeater-info-heading {
  color: #2e2b3b;
  font-family: "Euclid Circular A Light", Sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.repeater-module .repeater-info-description {
  color: #2e2b3b;
  font-family: "Euclid Circular A Regular", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-left: 15px solid #f5f5f5;
  padding: 7px 0px 7px 30px;
  width: 70%;
}

.tab-outer-div {
  display: flex;
}

.tab-outer-div .tab-button {
  display: block;
  background-color: #61ce7000;
  font-family: "Euclid Circular A Regular", Sans-serif;
  font-size: 15px;
  line-height: 19.2px;
  fill: #2e2b3b;
  color: #2e2b3b;
  border-radius: 42px 42px 42px 42px;
  padding: 15px 35px 15px 35px;
  transition: all 400ms ease-in-out;
}

.tab-outer-div .tab-button:hover {
  background-color: #2e2b3b;
  color: #ffffff;
  box-shadow: 2px 2px 20px 0px #00000040;
  transition: all 400ms ease-in-out;
}

/* footer css  */
#footer-ctas .elementor-icon-box-content a:hover {
  color: #41e05a;
  transition: all 400ms ease-in-out;
}

.elementor-location-footer {
  background-color: #1d1c21;
}

/* popup contact form styling  */
.enquire-details label {
  color: #fff;
  width: 100%;
}

.enquire-details label input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0px;
  width: 100%;
  padding-left: 10px;
  color: white;
}

.enquire-details label input:focus {
  border-color: white;
}

.enquire-details {
  padding: 0px 40px;
}

.enquire-details label input:focus-visible {
  outline: none;
}

.enquire-details textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0px;
  resize: none;
  height: 130px;
  color: white;
}

.enquire-details textarea:focus-visible {
  outline: none;
  border-color: #fff;
}

.enquire-details .wpcf7-form-control.wpcf7-submit,
#elementor-submit-button {
  background-color: #41e05a;
  font-family: "BARNEGAT", Sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 24.8px;
  fill: #2e2b3b;
  color: #2e2b3b;
  transition-duration: 400ms;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 50px 20px 50px;
  border: none;
  margin-top: 20px;
}

.enquire-details .wpcf7-form-control.wpcf7-submit:hover,
#elementor-submit-button:hover {
  color: #41e05a;
  background-color: #2e2b3b;
}

.enquire-details .wpcf7-response-output {
  color: white;
}
.elementor-element-2c68af3.hero_section_content {
  position: relative;
}
.elementor-element-2c68af3.hero_section_content:before {
  content: "MORE ";
  position: absolute;
  font-size: 111px;
  font-family: "Inter";
  font-weight: 600;
  transform: rotate(270deg);
  left: -241px;
  top: -71px;
}

.training-card.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg-img {
  height: 500px;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.outline-grid {
  display: grid;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 70px;
  grid-template-columns: 1fr 1fr 1fr;
}
.module-card {
  flex: 0 1 30%;
  background: #fff;

  padding: 15px;
}
.training-cta-button {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  margin-top: auto;
  font-weight: 600;
  text-transform: uppercase;
  background: #41e05a;
  fill: #000000;
  color: #000000;
  border-radius: 44px 44px 44px 44px;
  padding: 20px 50px 20px 50px;
}
.module-card ul li {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2e2b3b;
  margin-bottom: 20px;
}
.module-card h4 {
  background: #484848;
  padding: 12px 17px;
  border-radius: 4px;

  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}

#cpt-category-ul
  li.parent-cpt-category-name:has(.child-cpt-category-name)
  > a::after,
#cpt-category-ul
  li.parent-cpt-category-name
  .child-cpt-category-name:has(.posts-submenu)
  > a::after,
#cpt-category-ul
  li.parent-cpt-category-name
  .child-cpt-category-name:has(.cpt-name-ul)
  > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(img/dropdown.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
  left: auto;
  width: 9px;
  height: 5px;
  margin: auto;
}

.mega-menu_dropdown {
  position: fixed !important;
  height: 35vh !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100vw !important;
  min-width: unset !important;
}

.mega-menu_dropdown .posts-submenu {
  left: 0 !important;
  top: 60px;
}
div#site-header > div:first-child {
  z-index: 4;
}
.child-cpt-category-name:hover .posts-submenu {
  overflow: auto;
  max-height: 500px;
}
#cpt-category-ul li.parent-cpt-category-name > a:hover, #cpt-category-ul .cpt-name-ul li a:hover, #cpt-category-ul .child-cpt-category-ul li a:hover {
    
    color: rgb(255, 255, 255);
  
}

/* media queries  */
@media (min-width: 1280px) {
   .child-cpt-category-name:hover .posts-submenu {
            display: block;
        }
  .mega-menu_dropdown {
    display: none !important;
  }
  .megamenuOpener:hover .mega-menu_dropdown {
    display: flex !important;
  }
}

@media screen and (max-width: 1680px) {
  .recommended-section-container .recommended-title:after {
    left: 37.8%;
    width: 30.6%;
  }
  .changed-header #sticky-element {
    padding: 10px 30px;
  }

  #popular-courses .popuplar-course-shortcode .owl-nav {
    inset: -25px;
    z-index: 0;
    pointer-events: none;
  }

  #popular-courses .popuplar-course-shortcode .owl-nav button {
    pointer-events: all;
  }

  #cpt-category-ul li.parent-cpt-category-name > a,
  #cpt-category-ul .child-cpt-category-ul > li a,
  #cpt-category-ul .cpt-name-ul li a {
    padding: 20px 10px;
    font-size: 13px;
  }

  #cpt-category-ul li.parent-cpt-category-name:has(.cpt-name-ul) > a {
    padding-right: 25px;
  }

  #cpt-category-ul li.parent-cpt-category-name:has(.cpt-name-ul) > a::after,
  #cpt-category-ul .child-cpt-category-ul > li::after {
    right: 10px;
    width: 7px;
    height: 5px;
  }

  #cpt-category-ul .child-cpt-category-ul > li a,
  #cpt-category-ul .cpt-name-ul li a {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1480px) {
  .recommended-content-button {
    margin-top: 130px !important;
  }
  .enquire-btn {
    padding: 19px 25px !important;
    font-size: 15px !important;
  }
  .recommended-title {
    font-size: 45px;
  }
  .role-item {
    padding: 10px 37px !important;
    font-size: 17px !important;
  }
  .role-item:before {
    width: 33px;
    height: 29px;
  }
}

@media screen and (max-width: 1280px) {
   .active-menu .mobile-menu-outer,
   .menu-items:has(.menu-icon__cheeckbox:checked) .mobile-menu-outer {
     overflow-x: hidden !important;
  }
   .posts-submenu {
position: relative !important;
        left: 0 !important;
}
  .mobile-menu-outer {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
  .mega-menu_dropdown li.child-cpt-category-name {
    width: 80%;
}
   #cpt-category-ul li.parent-cpt-category-name .mega-menu_dropdown {
     opacity: unset !important;
   display: none;
}
  #cpt-category-ul li.parent-cpt-category-name:has(.active-category) .mega-menu_dropdown {
    
   display: block;
}
  .mega-menu_dropdown .posts-submenu {
   
    top: 0;
    width: 90%;
    /* min-width: unset; */
}
 
  .category-link.active-sub-category ~ .posts-submenu {
    display: block; /* or flex, or whatever you want */
}
  ul.child-cpt-category-ul.mega-menu_dropdown {
    height: auto !important;
    top: 70px;
    position: absolute !important;
    display: grid;
  }

  .posts-submenu {
    left: 0;
    top: 50px;
  }
  #cpt-category-ul
    li.parent-cpt-category-name:has(.child-cpt-category-name)
    > a::after,
  #cpt-category-ul
    li.parent-cpt-category-name
    .child-cpt-category-name:has(.posts-submenu)
    > a::after {
    right: 0;
  }
  .recommended-content-button {
    width: 95% !important;
    justify-content: space-around !important;
  }
  .recommended-title {
    font-size: 40px;
  }
  .outline-grid {
    gap: 5px;
  }
  .module-card h4 {
    font-size: 17px;
  }
  .training-cta-button {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    display: flex;
    justify-content: center;
  }
  .book-btn {
    width: 65%;

    padding: 15px 24px;
  }
  .bg-img {
    height: 430px;
  }
  #cpt-category-ul li.parent-cpt-category-name:hover > .cpt-name-ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0;
    padding: 0;
    background-color: transparent;
  }

  .info-card {
    min-width: 100%;
  }

  .fill-available {
    width: -webkit-fill-available;
  }

  #header-menu nav.elementor-nav-menu--dropdown {
    height: 100vh;
    background-color: rgb(46 43 59);
  }

  .tab-outer-div .tab-button {
    padding: 8px 15px;
  }

  /* hamburger css  */
  .demo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .menu-icon__cheeckbox {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
  }

  .menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
    z-index: 0;
  }

  .menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  }

  .menu-icon span:first-of-type {
    top: 0;
  }

  .menu-icon span:last-of-type {
    bottom: 0;
  }

  .custom-nav .demo {
    display: flex;
  }

  /* Styling when checkbox is checked */
  .menu-icon__cheeckbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
  }

  .menu-icon__cheeckbox:checked + div span:last-of-type,
  .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
  }

  /*   
  .menu-icon:hover span:first-of-type,
  .menu-icon:hover span:last-of-type {
    width: 22px;
  }
  
    .menu-icon:hover span:first-of-type {
      width: 26px;
    }
  
    .menu-icon:hover span:last-of-type {
      width: 12px;
    } */

  /* responsive nav  */

  .custom-nav .mobile-menu-outer {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }

  .active-menu .mobile-menu-outer,
  .menu-items:has(.menu-icon__cheeckbox:checked) .mobile-menu-outer {
    position: fixed;
    width: 100%;
    inset: 0;
    overflow: auto;
    top: 95px;
    height: auto;
    opacity: 1;
    background-color: #2e2b3b;
  }

  #cpt-category-ul {
    display: flex;
    flex-direction: column;
    background: #2e2b3b;
    width: 100%;
    align-items: flex-start;
    padding: 30px;
  }

  #cpt-category-ul li.parent-cpt-category-name > a,
  #cpt-category-ul .child-cpt-category-ul > li a,
  #cpt-category-ul .cpt-name-ul li a {
    font-size: 16px;
  }

  #cpt-category-ul .cpt-name-ul,
  #cpt-category-ul .child-cpt-category-ul {
    position: static;
  }

  #cpt-category-ul li.parent-cpt-category-name:hover .child-cpt-category-ul,
  #cpt-category-ul .child-cpt-category-ul li:hover .cpt-name-ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0;
  }

  #cpt-category-ul
    li.parent-cpt-category-name:has(.active-category)
    .child-cpt-category-ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow-y: auto;
    width: auto;
    padding-left: 20px;
    max-height: 70vh;
  }

  #cpt-category-ul
    li.child-cpt-category-name:has(.active-sub-category)
    .cpt-name-ul,
  #cpt-category-ul
    li.parent-cpt-category-name:has(.active-category)
    .cpt-name-ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    width: auto;
    padding-left: 20px;
  }

  #cpt-category-ul
    li.parent-cpt-category-name
    li.child-cpt-category-name
    .cpt-name-ul {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0;
  }

  #cpt-category-ul
    li.parent-cpt-category-name
    li.child-cpt-category-name:has(.active-sub-category)
    .cpt-name-ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    width: auto;
    padding-left: 20px;
  }

  #cpt-category-ul
    li.parent-cpt-category-name:has(.active-category)
    .child-cpt-category-ul {
    min-width: 280px;
    width: max-content;
    max-height: 70vh;
    overflow-y: auto;
  }

  #cpt-category-ul .child-cpt-category-ul li::after {
    transform: rotate(0);
  }

  #cpt-category-ul .child-cpt-category-ul > li a::after {
    right: 5px;
  }

  #cpt-category-ul li.parent-cpt-category-name > a,
  #cpt-category-ul .child-cpt-category-ul > li a,
  #cpt-category-ul .cpt-name-ul li a {
    padding: 20px 20px;
  }

  #cpt-category-ul .child-cpt-category-ul li:hover .cpt-name-ul {
    background-color: transparent;
    min-width: 100%;
  }

  #cpt-category-ul .child-cpt-category-ul li .cpt-name-ul {
    min-width: 100%;
  }

  #cpt-category-ul li.parent-cpt-category-name > a,
  #cpt-category-ul .child-cpt-category-ul > li a,
  #cpt-category-ul .cpt-name-ul li a {
    width: auto;
  }

  #cpt-category-ul li.parent-cpt-category-name:hover > .cpt-name-ul {
    max-height: max-content;
  }
  .last-cat-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .training-outline-header h2 {
    font-size: 40px;
  }

  .recommended-title {
    font-size: 35px;
  }
  .recommended-content-button {
    flex-direction: column;

    align-items: center;
    gap: 20px;
  }
  p.info-text:after {
    content: none;
  }
  .section-header h2 {
    font-size: 40px !important;
  }

  .overlay-content h2 {
    font-size: 45px;
  }
  .changed-header #sticky-element {
    padding: 10px 30px 10px 30px;
  }

  .repeater-module .repeater-info-description {
    width: 100%;
  }
  #popular-courses .elementor-shortcode .post-outer-container {
    padding: 30px;
  }
}
@media screen and (max-width: 990px) {
  .outline-grid {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .training-outline-header h2 {
    font-size: 35px !important;
  }
  .role-item:before {
    width: 35px;
    height: 24px;
  }
  .roles-list {
    gap: 25px;
  }
  .role-item:nth-of-type(2),
  .role-item:nth-of-type(3),
  .role-item:nth-of-type(4),
  .role-item:nth-of-type(5),
  .role-item:nth-of-type(6) {
    margin-left: 0 !important;
  }

  .role-item:before {
    left: -38px !important;
  }
  .section-header h2 {
    font-size: 35px !important;
  }
  .bg-image-box {
    height: 550px !important;
    width: 75% !important;
  }
  .main-cont::after {
    width: 13% !important;
  }
  .changed-header #sticky-element {
    gap: 20px;
  }

  .changed-header #sticky-element .sticky-nav {
    width: calc(100% - 130px);
  }

  .changed-header #sticky-element .sticky-button {
    width: 110px;
  }

  .fixed-svg svg {
    width: 100%;
  }

  .fixed-svg .elementor-widget-container {
    display: flex;
    justify-content: center;
  }

  .fixed-svg.footer-svg .elementor-widget-container {
    justify-content: flex-start;
  }

  #popular-courses .popuplar-course-shortcode .owl-nav button {
    width: 40px;
    height: 40px;
  }

  #popular-courses .popuplar-course-shortcode .owl-nav button span {
    font-size: 40px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 540px) {
 
  #cpt-category-ul
    li.parent-cpt-category-name:has(.active-category)
    .child-cpt-category-ul {
    min-width: 100%;
}
  .popular-trainings {
    padding: 0px !important;
  }
  .training-outline-header h2 {
    font-size: 30px !important;
  }
  .recommended-title {
    font-size: 26px !important;
  }
  .role-item {
    font-size: 15px !important;
    padding: 8px 21px !important;
  }
  .role-item:before {
    left: -35px;
  }
  .book-btn {
    padding: 13px 27px;
    font-size: 15px;
  }
  .outline-grid {
    grid-template-columns: 1fr;
  }
  .section-header h2 {
    font-size: 30px !important;
  }
  #header-menu .elementor-nav-menu--dropdown ul {
    width: 100vw;
    top: 70px;
    padding: 0;
  }

  .changed-header .elementor-location-header:has(#site-header) {
    top: -150px;
  }

  .fixed-svg svg {
    width: 70%;
    height: auto;
  }

  .changed-header #sticky-element {
    flex-direction: column;
    align-items: flex-start;
  }

  .changed-header #sticky-element .sticky-nav {
    width: 100%;
  }

  .info-card {
    padding: 30px 20px 45px 20px;
  }

  .info-card .info-content {
    gap: 10px;
  }

  .info-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .info-label {
    min-width: auto;
    border-right: 0;
  }

  .info-value {
    padding: 0px;
  }

  #popular-courses .elementor-shortcode .post-outer-container {
    width: 100%;
  }

  .active-menu .mobile-menu-outer,
  .menu-items:has(.menu-icon__cheeckbox:checked) .mobile-menu-outer {
    top: 120px;
    overflow-x: hidden;
  }
  .menu-items.active-menu .mobile-menu-outer,
  .menu-items:has(.menu-icon__cheeckbox:checked) .mobile-menu-outer {
    top: 86px;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  #cpt-category-ul li.child-cpt-category-name:has(.active-sub-category) .cpt-name-ul,
  #cpt-category-ul li.parent-cpt-category-name:has(.active-category) .cpt-name-ul {
    max-height: 50vh;
    overflow-y: auto;
  }
}

@media screen and (max-width: 480px) {
  #cpt-category-ul
    li.parent-cpt-category-name:has(.active-category)
    .child-cpt-category-ul,
  #cpt-category-ul .cpt-name-ul {
    width: min-content;
  }

  #cpt-category-ul li.parent-cpt-category-name:hover > .cpt-name-ul,
  #cpt-category-ul li.parent-cpt-category-name > .cpt-name-ul {
    min-width: 270px;
  }
}

/* training page --recommeded section */

.recommended-section {
  position: relative;
  padding: 40px 20px;
  background: #eef2ee;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  clip-path: polygon(0% 0%, 84% 0, 101% 100%, 0% 100%);
}
.recommended-title {
  font-size: 2.8em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  width: 86%;
  font-family: "inter";
}
.recommended-title:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: #4a4a4a;
  top: 50%;
  right: -140px;
  transform: translateY(-50%);
}
.roles-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;

  width: 80%;
  position: relative;
  z-index: 1;
}
section.recommended-section-container {
  position: relative;
}
section.recommended-section-container:after {
  content: "";
  background: #41e05a;
  width: 13%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px 6px 6px 6px;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 80%);
}
.role-item:nth-of-type(2) {
  margin-left: 10%;
  position: relative;
}
.role-item:nth-of-type(3) {
  margin-left: 20%;
  position: relative;
}
.role-item:nth-of-type(4) {
  margin-left: 30%;
  position: relative;
}
.role-item:nth-of-type(5) {
  margin-left: 40%;
  position: relative;
}

#leader-item-1,
#leader-item-2,
#leader-item-3,
#leader-item-4,
#leader-item-5,
#leader-item-6,
#leader-item-7,
#leader-item-8,
#leader-item-9,
.leader-item-10 {
  word-break: break-word;
}

.recommended-content-button {
  margin-top: 160px;
  display: flex;
  width: 74%;
  justify-content: space-between;
}
.role-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #2e2b3b;
  color: #fff;
  padding: 12px 45px;
  border-radius: 25px;
  font-size: 1.2em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.role-item:hover {
  transform: translateX(15px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.role-item:before {
  content: "";
  left: -67px;
  font-weight: 700;
  font-size: 1.1em;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 31px;
  background-image: url("https://samsontraining.us/wp-content/uploads/sites/8/2025/07/greater-than-symbol.png");
}
.info-text {
  position: relative;
  margin-top: 25px;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  line-height: 1.5;
  font-family: "inter";
}
p.info-text:after {
  content: "";
  background-image: url("https://samsontraining.us/wp-content/uploads/sites/8/2025/07/greater-than-symbol.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 32px;
  right: -62px;
  top: 50%;
  transform: translatey(-50%);
}
.enquire-btn {
  margin-top: auto;
  margin-bottom: auto;
  padding: 23px 35px;
  background: #41e05a;
  color: #000000;
  border: none;
  border-radius: 44px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  font-family: "inter";
}
.enquire-btn:hover {
  background: #27ae60;
  transform: scale(1.05);
}
.green-accent {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #2ecc71;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.roles-list:after {
  content: "";
  position: absolute;
  background: #484848;
  height: 110%;
  width: 3px;
  transform: rotate(337deg);
  left: 75%;
  top: -112px;
}

.recommended-section-container .recommended-title {
  position: relative;
}
.recommended-section-container .recommended-title:after {
  content: "";
  position: absolute;
  background: #484848;
  left: 37.8%;
  width: 30%;
  height: 3px;
}
.list_content_wrap p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #484848;
}
#txt_with_btn .recommended-content-button {
  margin-inline: auto;
  margin-top: 0;
}
.training-outline-header h2 {
  font-family: "Inter", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #2e2b3b;
  text-align: center;
  margin: 60px auto;
  width: fit-content;
  position: relative;
}
.training-outline-header h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15%;
  background: black;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.training-nav-us ul#cpt-category-ul > li {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  width: 100%;
}
/* ul#cpt-category-ul > li:nth-child(n + 4) {
  flex: 0 0 25%;
} */

.last-cat-wrapper {
  display: flex;
}
#cpt-category-ul .last-cat-wrapper li.parent-cpt-category-name > a {
  padding-right: 40px;
}

.menu-items #cpt-category-ul li.parent-cpt-category-name:has(.cpt-name-ul) > a::after,
.menu-items #cpt-category-ul li.parent-cpt-category-name:has(.child-cpt-category-name) > a::after,
.menu-items #cpt-category-ul .child-cpt-category-name:has(.cpt-name-ul) > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(img/dropdown.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 14px;
    left: auto;
    width: 9px;
    height: 5px;
    margin: auto;
}


@media (max-width: 768px) {
  .recommended-title {
    font-size: 2.2em;
  }
  .role-item {
    font-size: 1.1em;
    padding: 10px 20px;
  }
  .info-text {
    font-size: 0.85em;
  }
  .enquire-btn {
    font-size: 1.1em;
    padding: 10px 20px;
  }
  .green-accent {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .recommended-title {
    font-size: 1.8em;
  }
  .role-item {
    font-size: 1em;
    padding: 8px 15px;
  }
  .info-text {
    font-size: 0.75em;
  }
  .enquire-btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .green-accent {
    width: 50%;
  }
}

@media (max-width: 1680px) {
  .recommended-section-container .recommended-title:after {
    width: 38.4%;
  }
}

@media (max-width: 1599px) {
  .recommended-section-container .recommended-title:after {
    width: 30.4%;
  }
}
@media (max-width: 1515px) {
  .recommended-section-container .recommended-title:after {
    width: 30.3%;
  }
}
@media (max-width: 1480px) {
  .recommended-section-container .recommended-title:after {
    width: 30.6%;
  }
  .roles-list:after {
    top: -111px;
  }
}
@media (max-width: 1420px) {
  .recommended-section-container .recommended-title:after {
    width: 30.5%;
  }
}
@media (max-width: 1380px) {
  .recommended-section-container .recommended-title:after {
    width: 26.2%;
  }
  .recommended-section-container .recommended-title:after {
    left: 41.8%;
  }
}
@media (max-width: 1310px) {
  .recommended-section-container .recommended-title:after {
    width: 26%;
  }
}
@media (max-width: 1280px) {
  .recommended-section-container .recommended-title:after {
    width: 22.8%;
  }
  .recommended-section-container .recommended-title:after {
    left: 44.8%;
  }
}
@media (max-width: 1220px) {
  .recommended-section-container .recommended-title:after {
    width: 20.8%;
  }
  .recommended-section-container .recommended-title:after {
    left: 46.4%;
  }
}
@media (max-width: 1150px) {
  .recommended-section-container .recommended-title:after {
    width: 17.4%;
  }
  .recommended-section-container .recommended-title:after {
    left: 49.4%;
  }
}
@media (max-width: 1090px) {
  .recommended-section-container .recommended-title:after {
    width: 19.4%;
  }
  .recommended-section-container .recommended-title:after {
    left: 54.4%;
  }
  .roles-list:after {
    left: 83%;
  }
}
@media (max-width: 1018px) {
  .recommended-section-container .recommended-title:after {
    width: 19%;
  }
}

@media (max-width: 990px) {
  .recommended-section-container .recommended-title:after {
    content: none !important;
  }
  .roles-list:after {
    content: none !important;
  }
}

/* //css for training hero section */

 .bg-image-box {
  height: 700px;
  width: 67%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: auto;

  clip-path: polygon(25% 0%, 102% 0%, 76% 100%, 0% 100%);
}

 .main-cont {
  position: relative;

  margin-inline: auto;
}

 .overlay-content {
  position: absolute;
  top: 10%;
  font-family: "inter";
  left: 5%;
}

 .overlay-content h2 {
  font-size: 50px;
  font-weight: 600;
}

 .overlay-box ul li {
  font-size: 20px;
  font-weight: 500;
  color: #2e2b3b;
}

 .overlay-box ul {
  display: flex;
  flex-direction: column;
  row-gap: 55px;
  padding: 0;
}

 .main-cont::after {
  position: absolute;
  width: 13%;
  content: "";
  background: #41e05a;
  height: 100%;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 22%, 100% 38%, 100% 109%, 0 100%);
  border-radius: 8px;
}

 .overlay-box {
  background: #eef2ee94;
  border-radius: 12px;
  padding: 42px 45px;
  margin-top: 90px;
}

 .overlay-box ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

 .overlay-box img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.training-nav-us .hero_section_content {
  position: relative;
}

.training-nav-us .hero_des_cont:after,
.training-nav-us .hero_section_content::after {
  position: absolute;
  left: -240px;
  font-size: 111px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  transform: rotate(270deg);
  white-space: nowrap;
  pointer-events: none;
}

.training-nav-us .hero_des_cont:after {

  left: -178px;
  top: 42%;
}

.training-nav-us .hero_section_content::after {
  content: "MORE";
  top: -46%;
  color: white;
  text-shadow: 0 0 2px #000, 0 0 1px #000;
}



@media screen and (max-width: 1680px) {
  .hero_des_cont:after {
    left: -181px !important;
  }

  .hero_section_content::after {
    top: -44%;
  }

  .hero_des_cont:after,
  .hero_section_content::after {
    left: -243px;
  }

  .overlay-content h2,
  .section-header h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .hero_des_cont:after,
  .hero_section_content::after {
    font-size: 85px;
    left: -203px;
  }

  .hero_section_content::after {
    top: -17%;
  }

  .hero_des_cont:after {
    top: 51%;
    left: -154px !important;
  }

  .overlay-content h2,
  .section-header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .training-outline-header h2 {
    font-size: 40px;
  }

  .hero_des_cont:after,
  .hero_section_content::after {
    content: none;
  }

  .overlay-content h2,
  .section-header h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 540px) {
  .recommended-content-button {
    margin-top: 60px !important;
}
  .overlay-box ul {
    row-gap: 28px;
  }

  .bg-image-box {
    width: 100% !important;
  }

  .main-cont::after {
    width: 19% !important;
  }

  .overlay-box {
    padding: 40px 35px;
    margin-top: 35px;
  }

  .overlay-box ul li {
    font-size: 17px;
  }

  .overlay-box img {
    height: 45px;
    width: 45px;
  }

  .overlay-content {
    top: 5%;
  }

  .overlay-content h2 {
    font-size: 26px;
  }
}
