/* csslint bulletproof-font-face:false */

/* csslint font-face-name-format:false */

/* csslint font-face-src:false */

/* 900 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/static/Figtree-Black.ttf") format("truetype");
}

/* 900 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/static/Figtree-BlackItalic.ttf") format("truetype");
}

/* 500 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/static/Figtree-Medium.ttf") format("truetype");
}

/* 400 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/static/Figtree-Regular.ttf") format("truetype");
}

/* 700 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/static/Figtree-Bold.ttf") format("truetype");
}

/* 400 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/static/Figtree-Italic.ttf") format("truetype");
}

/* 700 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/static/Figtree-BoldItalic.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Figtree, sans-serif;
  font-style: normal;
  margin: 0;
  box-sizing: border-box;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  background: #146f9c;
  padding: 20px 24px 65px 24px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 269px;
  background: url("/images/blue-wave-line.svg") repeat-x;
  background-size: auto 100%;
  transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 595px;
  background-image: url("/images/top-rated-courses-bg-icons.png");
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: -1;
  display: inline-flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.hero-image {
  position: relative;
  max-width: 660px;
  width: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.hero-text {
  color: white;
  max-width: 799px;
  width: 100%;
  z-index: 10;
}

.course-type {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #96c4d9;
}

h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
}

.subtitle {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
  max-width: 540px;
}

.features {
  background: #f5f5f5;
  padding: 90px 24px 70px 24px;
  position: relative;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 110px;
}

.feature:first-child {
  width: 100%;
  /*  max-width: 341.3px;*/
}

.feature:last-child {
  width: 100%;
  /*  max-width: 388.68px;*/
}

.feature {
  display: flex;
  gap: 30px;
  text-align: left;
}

.feature-icon {
  margin-bottom: 24px;
}

.feature-icon img {
  width: 80px;
  height: 80px;
  margin-top: 6px;
}

.feature .feature-content dt{
  font-size: 28px;
  font-weight: 700;
  color: #146f9c;
  margin-bottom: 8px;
  line-height: 1.2;
}

.feature .feature-content dd {
  font-size: 18px;
  line-height: 1.2;
  color: #3d4244;
}


@media (max-width: 1280px) {
  .feature-grid {
    gap: 50px;
  }

  .feature:first-child,
  .feature:last-child {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  h1 {
    font-size: 42px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .features {
    padding: 70px 20px 40px 20px;
  }

  .feature {
    gap: 20px;
  }

  .feature .feature-content dt{
    font-size: 19px;
    margin-bottom: 6px;
  }
  
  .feature .feature-content dd {
  font-size: 14px;
}

  .feature-icon img {
    width: 51px;
    height: 47px;
    margin-top: 6px;
  }
}

/* Profession Section ------------------------------------------ */
.profession {
  padding: 64px 24px 120px 24px;
  position: relative;
}

/* Notification Banner */
.notification-banner {
  background-color: #ffe6a9;
  padding: 39.2px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.notification-banner p {
  font-size: 18px;
  line-height: 1.2;
  color: #2e2e2e;
  flex: 1;
  max-width: 1217px;
  text-align: center;
  margin: auto;
}

.notification-banner strong {
  font-weight: 600;
}

.notification-banner a {
  color: #146f9c;
  text-decoration: underline;
}

.notification-banner a:hover {
  color: #025c88;
}

.banner-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 21px;
  height: 21px;
  background-color: #d0af62;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 4px;

  mask-image: url("/images/circle-close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url("/images/circle-close.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  transition: background-color 0.2s;
}


.banner-close-btn:hover {
  background-color: #b6974c;
}

/* Profession Grid - updated to single-column full-width cards */
.profession-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 29px;
  margin-top: 58px;
}

/* Profession Cards */
.profession-card {
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.profession-card:hover {
  border-color: transparent;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.09);
}

.profession-content {
  display: flex;
  gap: 75px;
  align-items: center;
  justify-content: space-between;
}

.profession-image {
  text-decoration: none;
  position: relative;
  max-width: 630px;
  width: 100%;
}

.profession-image img {
  width: 100%;
  height: auto;
  display: block;
}

.profession-text {
  /*  padding: 56px 60px;*/
  color: #3d4244;
  /*  max-width: 649px;*/
  width: 100%;
}

.profession-text .course-type {
  color: #8ac3de;
}

.profession-text h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #146f9c;
}

.profession-text .subtitle {
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 24px;
  max-width: 540px;
  color: #3d4244;
}

.stats {
  display: flex;
  gap: 13px;
  margin-bottom: 28px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat span {
  font-size: 18px;
  line-height: 1.2;
  color: #9fa0a1;
}

.stat::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-top: -1px;
  background-image: url("/images/gray-thumbs-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cta-button {
  background: #fb9c21;
  color: #111314;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 11.5px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  border-radius: 999px;
  font-family: Figtree, sans-serif;
  color: #111314;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #f48f0c;
}

.price {
  color: #f48f0c;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  line-height: 1.09;
}

.dollar {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 25px;
  background-color: #f48f0c;

  mask-image: url("/images/dollar.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  -webkit-mask-image: url("/images/dollar.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  filter: drop-shadow(0 0 1px #f48f0c);
}


@media (max-width: 1024px) {
  .profession-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .profession-text h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .profession {
    padding: 40px 20px 44px 20px;
  }

  .profession-card {
    padding: 16px;
  }

  .profession-image img {
    border-radius: 4px;
  }

  .stats {
    flex-direction: column;
    gap: 6px;
  }

  .cta-button {
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
  }

  .profession-text {
    padding: 0;
  }
}

.profession-tile {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 0px 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 146px;
  justify-content: center;
}

.professions {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.profession-tile:hover {
  border-color: transparent;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
}

.count {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  color: #c2c2c2;
  font-weight: 500;
  line-height: 1.2;
}

.icon {
  width: 38px;
  height: 38px;
  background-color: #146f9c;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* Hover color */
.profession-tile:hover .icon {
  background-color: #fa973c;
}

/* Each icon uses a different mask */
.icon[data-icon="accommodation"] {
  mask-image: url("/images/accommodation.svg");
  -webkit-mask-image: url("/images/accommodation.svg");
}

.icon[data-icon="agriculture"] {
  mask-image: url("/images/agriculture.svg");
  -webkit-mask-image: url("/images/agriculture.svg");
}

.icon[data-icon="assisting"] {
  mask-image: url("/images/assisting.svg");
  -webkit-mask-image: url("/images/assisting.svg");
}

.icon[data-icon="clothing"] {
  mask-image: url("/images/clothing.svg");
  -webkit-mask-image: url("/images/clothing.svg");
}

.icon[data-icon="construction"] {
  mask-image: url("/images/construction.svg");
  -webkit-mask-image: url("/images/construction.svg");
}

.icon[data-icon="culture-entertainment"] {
  mask-image: url("/images/culture-entertainment.svg");
  -webkit-mask-image: url("/images/culture-entertainment.svg");
}

.icon[data-icon="economy-finance"] {
  mask-image: url("/images/economy-finance.svg");
  -webkit-mask-image: url("/images/economy-finance.svg");
}

.icon[data-icon="education"] {
  mask-image: url("/images/education.svg");
  -webkit-mask-image: url("/images/education.svg");
}

.icon[data-icon="energy"] {
  mask-image: url("/images/energy.svg");
  -webkit-mask-image: url("/images/energy.svg");
}

.icon[data-icon="environment"] {
  mask-image: url("/images/environment.svg");
  -webkit-mask-image: url("/images/environment.svg");
}

.icon[data-icon="food"] {
  mask-image: url("/images/food.svg");
  -webkit-mask-image: url("/images/food.svg");
}

.icon[data-icon="forestry"] {
  mask-image: url("/images/forestry.svg");
  -webkit-mask-image: url("/images/forestry.svg");
}

.icon[data-icon="healthcare"] {
  mask-image: url("/images/healthcare.svg");
  -webkit-mask-image: url("/images/healthcare.svg");
}

.icon[data-icon="human-resources"] {
  mask-image: url("/images/human-resources.svg");
  -webkit-mask-image: url("/images/human-resources.svg");
}

.icon[data-icon="information-technology"] {
  mask-image: url("/images/information-technology.svg");
  -webkit-mask-image: url("/images/information-technology.svg");
}

.icon[data-icon="law-internal-security"] {
  mask-image: url("/images/law-internal-security.svg");
  -webkit-mask-image: url("/images/law-internal-security.svg");
}

.icon[data-icon="human-resources"] {
  mask-image: url("/images/human-resources.svg");
  -webkit-mask-image: url("/images/human-resources.svg");
}

.icon[data-icon="machinery"] {
  mask-image: url("/images/machinery.svg");
  -webkit-mask-image: url("/images/machinery.svg");
}

.icon[data-icon="management"] {
  mask-image: url("/images/management.svg");
  -webkit-mask-image: url("/images/management.svg");
}

.icon[data-icon="marketing-sales"] {
  mask-image: url("/images/marketing-sales.svg");
  -webkit-mask-image: url("/images/marketing-sales.svg");
}

.icon[data-icon="material-chemical"] {
  mask-image: url("/images/material-chemical.svg");
  -webkit-mask-image: url("/images/material-chemical.svg");
}

.icon[data-icon="media-translation"] {
  mask-image: url("/images/media-translation.svg");
  -webkit-mask-image: url("/images/media-translation.svg");
}

.icon[data-icon="personal"] {
  mask-image: url("/images/personal.svg");
  -webkit-mask-image: url("/images/personal.svg");
}

.icon[data-icon="public-administration"] {
  mask-image: url("/images/public-administration.svg");
  -webkit-mask-image: url("/images/public-administration.svg");
}

.icon[data-icon="real-estate"] {
  mask-image: url("/images/real-estate.svg");
  -webkit-mask-image: url("/images/real-estate.svg");
}

.icon[data-icon="social-work"] {
  mask-image: url("/images/social-work.svg");
  -webkit-mask-image: url("/images/social-work.svg");
}

.icon[data-icon="sports-recreation"] {
  mask-image: url("/images/sports-recreation.svg");
  -webkit-mask-image: url("/images/sports-recreation.svg");
}

.icon[data-icon="transport-logistics"] {
  mask-image: url("/images/transport-logistics.svg");
  -webkit-mask-image: url("/images/transport-logistics.svg");
}

.icon[data-icon="vehicle"] {
  mask-image: url("/images/vehicle.svg");
  -webkit-mask-image: url("/images/vehicle.svg");
}

.profession-name {
  font-size: 15px;
  color: #212d34;
  font-weight: 500;
  line-height: 1.4;
}

.profession-tile:hover .profession-name {
  color: #0284c7;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .profession-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .profession-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
    margin-top: 24px;
  }

  .notification-banner {
    padding: 24px 16px;
    flex-direction: column;
    gap: 12px;
  }

  .notification-banner p {
    font-size: 14px;
  }

  .banner-close-btn {
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .profession-grid {
    grid-template-columns: 1fr;
  }

  .profession-tile {
    padding: 24px 16px;
    min-height: 150px;
  }
}

@media (max-width: 768px) {

  .hero,
  .features {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 32px;
  }
}