
/* --- global --- */
a {
  color: #14a0df;
}
a:hover {
  color: #000;
}

h1,
h2 {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6em;
}
h1 {
  color: #1a1a1a;
  text-transform: uppercase;
}

.description_section,
.current_project_list_section,
.free_learing_resources_container,
#key_features,
.technology_list_section,
#trainning_technology,
.trainning_technology,
.why_product_content,
.our_story_section,
.browse_product,
.browse_product_container,
.blog_index_list {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* --- top description section (page.name / page.description / page.image) --- */
.description_section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-top: 12px;
  margin: 0 auto;
}
.product_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  margin-top: 32px;
}
.desc_column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.5em;
  width: 50%;
}
.desc_column h2 {
  margin: 2% 0%;
  text-transform: uppercase;
}
.let_learn_btn {
  display: inline-block;
  padding: 1% 3%;
  border: 2px solid #33bfff;
  color: #33bfff;
  margin-top: 3%;
}
.let_learn_btn:hover {
  background: #33bfff;
  color: #fff;
}
.product_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25vh;
}
.product_img > img {
  width: 100%;
  object-fit: contain;
}

/* --- current project list (used for "what we do", "more about", and
   "other section" - all three reuse this exact markup/classes) ---
   Full-bleed rounded rows, larger imagery with hover zoom, a big
   faint numeral behind each title, lift-on-hover for the row. */
.current_project_list_section {
  margin: 3% 0%;
  font-family: "Nunito", sans-serif;
  counter-reset: whatwedo;
}
.current_project_list_container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.current_project_list_heading,
.product_page_current_project_list_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1%;
  margin-bottom: 3%;
}
.current_project_list_heading h1::before,
.product_page_current_project_list_heading h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 13%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.current_project_list_item {
  counter-increment: whatwedo;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3% 4%;
  border-radius: 24px;
  flex-direction: row;
  gap: 4%;
  margin-top: 1.5%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.current_project_list_img {
  width: 100%;
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0px 12px 30px 0px #00000017;
}
.current_project_list_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.current_project_list_item:hover .current_project_list_img > img {
  transform: scale(1.06);
}
.current_project_list_desc {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.8em;
  padding: 0% 3%;
  position: relative;
}
.current_project_list_title {
  position: relative;
  z-index: 1;
}
.current_project_list_title::before {
  content: counter(whatwedo, decimal-leading-zero);
  display: block;
  font-size: 3.4em;
  font-weight: 800;
  color: #e2f4ff;
  line-height: 1;
  margin-bottom: -0.28em;
}
.current_project_list_title h2 {
  color: #33bfff;
  padding-bottom: 2%;
  position: relative;
}
.current_project_list_title_desc {
  width: 100%;
}
.current_project_list_title_desc p {
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.8em;
}
.current_project_list_btn {
  display: inline-block;
  margin-top: 2%;
  color: #009f9c;
  font-weight: 600;
}
.current_project_list_btn:hover {
  color: #000;
}
.active_color {
  background: linear-gradient(135deg, #f2fbff 0%, #e2f4ff 100%);
  flex-direction: row-reverse;
}

/* --- "other section" band (class="trainning_technology") ---
   Reuses current_project_list_* markup; gives it a light blue band
   so it visually separates from the section above it. */
.trainning_technology {
  width: 100%;
  background-color: #f2fbff;
  padding: 4% 0%;
  margin: 4% 0% 0% 0%;
}
.trainning_technology .current_project_list_heading h1::before {
  background: #33bfff;
}

/* =========================================================
   KEY FEATURES  (#key_features)
   Reuses the .free_learing_resources_* markup/classes exactly
   as the "Explore Free Learning Resources" section does.
   ========================================================= */
#key_features {
  width: 100%;
  background-color: #f8fdff;
}
.free_learing_resources_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free_learing_resources_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f9f9f9;
  flex-direction: column;
  padding: 60px 24px;
  box-sizing: border-box;
}
#key_features .free_learing_resources_list {
  background-color: #f8fdff;
}
.free_learing_resources_list_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.free_learing_resources_list_heading h1 {
  margin-top: 32px;
  padding-bottom: 16px;
}
.free_learing_resources_list_heading h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  width: 80px;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.free_learing_resources_list_data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  width: 90%;
  max-width: 1440px;
  margin-top: 40px;
}
.free_learing_resources_box {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  background-color: white;
  color: #2584b1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.5em;
  padding: 32px 20px;
  box-shadow: 0px 4px 4px 0px #00000017;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.free_learing_resources_box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 26px 0px #00000024;
}
.free_learing_resources_box i {
  font-size: 5vh;
  line-height: 2em;
}
.free_learning_resource_name {
  font-weight: 700;
  font-size: 18px;
  color: #00405e;
  margin-top: 16px;
  margin-bottom: 8px;
}
.free_learing_resources_box > p:not(.free_learning_resource_name) {
  font-size: 15px;
  color: #2c2c2c;
  margin-bottom: 20px;
  flex: 1;
}
.free_learing_resources_btn {
  width: 100%;
  border-top: 1px solid #eaeaea;
  padding-top: 16px;
  margin-top: auto;
  color: #009f9c;
  font-weight: 600;
  text-decoration: underline;
}
.free_learing_resources_btn:hover {
  color: #000;
}
.our_impage_list_image {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.free_learing_resources_box .our_impage_list_image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.key_features_icon_box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.free_learing_resources_box .key_features_heading_text {
  font-weight: 700;
  font-size: 18px;
  color: #00405e;
  margin-top: 16px;
  margin-bottom: 8px;
}
.free_learing_resources_box .key_features_text {
  font-size: 15px;
  color: #2c2c2c;
  margin-bottom: 0;
  flex: 1;
}

/* --- program / technology section wrapper (id="trainning_technology") --- */
#trainning_technology {
  width: 100%;
  background-color: #f8fdff;
  padding: 4% 0% 5% 0%;
  margin: 3% 0%;
}

/* --- program / technology cards --- */
.technology_list_section {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 2%;
}
.what-we-do-section_container {
  width: 90%;
}
.who-we-do-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.who-we-do-content h2,
.who-we-do-content h3 {
  width: 100%;
  padding-left: 3%;
}
.container_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container_heading > h1 {
  position: relative;
  margin-bottom: 3%;
  text-align: center;
}
.container_heading > h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 70%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.card_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.card_body {
  background: white;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000017;
  min-height: 60vh;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card_body:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 26px 0px #00000024;
}
.card_icon {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0%;
  color: #2584b1;
}
.card_icon img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.card_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2% 2%;
  text-align: center;
  width: 100%;
}
.card_heading > h2 {
  color: #00405e !important;
}
.card_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1% 5% 11% 5%;
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  flex-direction: column;
  line-height: 1.5em;
}
.card_text ul li {
  list-style-type: square;
}
.technology_card_heading,
.technology_card_text {
  text-align: left;
  align-items: flex-start;
}

/* --- "why this product" (.our_story_section wrapping .why_product_content) ---
   .why_product_content is also used elsewhere on the site as a bare
   heading (no wrapping section), so its base rule stays column-flex,
   which centers a lone heading exactly the same as before. */
.our_story_section {
  width: 100%;
  background: white;
  padding: 3% 0%;
  display: flex;
  justify-content: center;
  font-family: "Nunito", sans-serif;
}
.our_story_section_container {
  width: 70%;
  margin: 0 auto;
}
.why_product_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 2%;
  line-height: 1.7em;
}
.why_product_content h1 {
  position: relative;
  margin-bottom: 3%;
}
.why_product_content h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 10%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.why_product_content p {
  color: #2c2c2c;
  padding: 0% 0% 1% 0%;
}

/* --- "Our Process" slider heading + carousel (browse_product_*) ---
   Rebuilt to match the homepage slider pattern: outer full-width
   color band + inner max-width:1440px relative container (so nav
   buttons anchor to the carousel edge, not the browser edge - same
   fix applied to the homepage testimonial/blog/gallery sliders),
   circular blue nav buttons, and card-style items. */
.browse_product {
  width: 100%;
  background-color: #f2fbff;
  padding: 64px 24px;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}
.browse_product_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.browse_product_heading {
  text-align: center;
  margin-bottom: 8px;
}
.browse_product_heading h1 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #101818;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.browse_product_heading h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  width: 80px;
  background: #00a651;
  border-radius: 20px;
  transform: translateX(-50%);
}
.browse_product_slider_container {
  position: relative; /* nav buttons anchor here, not to .browse_product_container */
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0;
}
.browse_product_list {
  width: 100%;
}
.browse_product_list > .slick-dots {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 0;
  list-style: none;
  bottom: auto;
}
.browse_product_list > .slick-dots li {
  width: 8px;
  height: 8px;
}
.browse_product_list > .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #d9d9d9;
  font-size: 0;
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}
.browse_product_list > .slick-dots li.slick-active button {
  background: #33bfff;
  width: 24px;
  border-radius: 20px;
}

/* Slick equal-height fix: by default .slick-slide has "height: 100%",
   but that percentage is invalid because .slick-track (its parent) has
   no explicit height, so each slide falls back to its own content
   height - this is why cards render at different heights when their
   description text wraps to different lengths. Forcing the track into
   a flex row makes it a real stretch context, and "height: inherit"
   lets each slide pick up that resolved height instead of the broken
   percentage. */
.browse_product_list .slick-track {
  display: flex !important;
  align-items: stretch;
}
.browse_product_list .slick-slide {
  height: inherit !important;
  display: flex !important;
}
.browse_product_item {
  height: 100%;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000017;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.browse_product_item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 26px 0px #00000024;
}
.browse_product_img {
  width: 100%;
  height: 320px;
  flex-shrink: 0;
  background-color: #f8fdff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
}
.browse_product_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.browse_product_desc {
  width: 100%;
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  color: #2c2c2c;
}
.browse_product_desc .product_title {
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
  color: #2c2c2c;
}
.product_link {
  margin-top: 12px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_link a,
.browse_product_btn {
  color: #009f9c;
  font-weight: 600;
  text-decoration: underline;
  font-size: 15px;
}
.product_link a:hover,
.browse_product_btn:hover {
  color: #000;
}

/* nav buttons - circular, blue, matching every other slider on the site */
[class^="product_slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #33bfff;
  box-shadow: 0px 4px 10px 0px #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
[class^="product_slider-button-"]:hover {
  background: #009f9c;
  transform: translateY(-50%) scale(1.05);
}
[class^="product_slider-button-"] img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.product_slider-button-next {
  right: 16px;
}
.product_slider-button-prev {
  left: 16px;
}

@media (max-width: 1024px) {
  .browse_product {
    padding: 48px 32px;
  }
  .browse_product_heading h1 {
    font-size: 32px;
  }
  .browse_product_img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .browse_product {
    padding: 40px 24px;
  }
  .browse_product_heading h1 {
    font-size: 28px;
  }
  .browse_product_slider_container {
    margin-top: 28px;
  }
  .browse_product_item {
    margin: 0 8px;
  }
  .browse_product_img {
    height: 240px;
    padding: 8px;
  }
  [class^="product_slider-button-"] {
    width: 36px;
    height: 36px;
  }
  [class^="product_slider-button-"] img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .browse_product {
    padding: 32px 16px;
  }
  .browse_product_heading h1 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .browse_product_heading h1::before {
    width: 56px;
    height: 4px;
  }
  .browse_product_item {
    margin: 0 4px;
  }
  .browse_product_img {
    height: 220px;
  }
  [class^="product_slider-button-"] {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 360px) {
  .browse_product {
    padding: 24px 12px;
  }
  .browse_product_heading h1 {
    font-size: 20px;
  }
}

/* --- related stories (blog_index_*) --- */
.blog_index_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2% 0% 5% 0%;
}
.blog_index_list_show {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 90%;
  max-width: 1440px;
}
.blog_index_body {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000017;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog_index_body:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 26px 0px #00000024;
}
.blog_index_body_img {
  width: 100%;
  height: 22vh;
  overflow: hidden;
}
.blog_index_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog_index_body:hover .blog_index_img {
  transform: scale(1.06);
}
.blog_index_date_block {
  padding: 6% 6% 8% 6%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog_index_date_block h2 {
  font-size: 22px;
  line-height: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_index_date_block p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 8px;
}
.blog_index_date_block p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.5em;
  flex: 1;
}
.blog_readmor_link {
  margin-top: 12px;
  display: inline-block;
  color: #009f9c;
  font-weight: 600;
  text-decoration: none;
}
.blog_readmor_link:hover {
  color: #009f9c;
  text-decoration: underline;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  .free_learing_resources_list_data {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }
}

@media (max-width: 1024px) {
  .card_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_index_list_show {
    grid-template-columns: repeat(2, 1fr);
  }
  .free_learing_resources_list {
    padding: 48px 32px;
  }
  .our_story_section_container {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .card_container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card_body {
    min-height: auto;
    padding: 4% 0%;
  }
  .blog_index_list_show {
    grid-template-columns: 1fr;
    width: 85%;
  }
  .product_desc {
    flex-direction: column-reverse;
  }
  .current_project_list_item {
    flex-direction: column;
    gap: 1em;
    padding: 6% 5%;
    border-radius: 16px;
  }
  .active_color {
    flex-direction: column-reverse;
  }
  .current_project_list_img {
    height: 28vh;
  }
  .current_project_list_desc {
    width: 100%;
    padding: 0%;
  }
  .current_project_list_title::before {
    font-size: 2.4em;
  }
  .description_section .desc_column {
    width: 100%;
    text-align: left;
  }
  .free_learing_resources_list {
    padding: 40px 24px;
  }
  .free_learing_resources_list_data {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
    width: 100%;
    margin-top: 28px;
  }
  .free_learing_resources_box {
    min-height: auto;
    padding: 24px 16px;
  }
  #trainning_technology,
  .trainning_technology {
    padding: 8% 0%;
  }
  .our_story_section_container {
    width: 92%;
  }
}

@media (max-width: 480px) {
  .free_learing_resources_list {
    padding: 32px 16px;
  }
  .free_learing_resources_list_data {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .our_story_section_container {
    width: 92%;
  }
}