/***************************/
/*** BROWSER STYLE RESET ***/
/***************************/
.tk *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
.tk *,
.tk *::before,
.tk *::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
.tk a, button {
  cursor: revert;
}

/* For images to not be able to exceed their container */
.tk img {
  max-inline-size: 100%;
  max-block-size: 100%;
  user-select: none;
  pointer-events: none;
}

/* Remove spacing between cells in tables */
.tk table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
.tk input, textarea {
  -webkit-user-select: auto;
}

/* Revert the 'white-space' property for textarea elements on Safari */
.tk textarea {
  white-space: revert;
}

/* Minimum style to allow to style meter element */
.tk meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* Preformatted text - use only for this feature */
.tk :where(pre) {
  all: revert;
}

/* Reset default text opacity of input placeholder */
.tk ::placeholder {
  color: unset;
}

/* Remove default dot (•) sign */
.tk ::marker {
  content: initial;
}

/* Fix the feature of 'hidden' attribute */
.tk :where([hidden]) {
  display: none;
}

/* Revert for bug in Chromium browsers */
.tk :where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* Apply back the draggable feature - exists only in Chromium and Safari */
.tk :where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
.tk :where(dialog:modal) {
  all: revert;
}

/***************/
/*** GENERAL ***/
/***************/

html {
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

.tk {
  font-family: "Genesis Sans Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  font-size: 14px !important;
}

/*****************/
/*** SECTION 1 ***/
/*****************/

.section-1 img {
  width: 100%;
  height: auto;
  display: block;
}

/*****************/
/*** SECTION 2 ***/
/*****************/

.section-2 {
  background-color: #E9ECEC;
  color: #000;
  text-align: center;
  padding: 80px 50px;
}

.section-2 h1, 
.section-2 h2,
.section-2 h3 {
  color: #213C35;
  margin-bottom: 2rem;
  font-family: "Genesis Sans Head", sans-serif;
  font-weight: 500;
}

.section-2 h1 {
  font-size: 3rem;
}

.section-2 h2 {
  font-size: 2rem;
  padding-top: 2rem;
}
.section-2 .cards-wrapper .card h3 {
  font-size: 1.2rem;
  line-height: 2rem;
}

.section-2 p {
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.5rem;
  font-weight: 200;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
}

.card {
  padding: 20px;
  text-align: center;
}

.section-2 .card img {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  display: block;

}

.card h3 {
  color: #213C35;
  margin: 10px 0;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 200;
}

.btn {
  background: #141414;
  color: #fff !important;
  border-color: #141414 !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 0px;
  box-shadow: none;
  padding: 1.38rem 2.75rem;
  font-weight: 400;
  font-size: 1rem!important;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 auto 0.625rem auto;
  transition: all 0.5s ease;
  letter-spacing: .13rem;
}

.btn:hover {
  background: transparent !important;
  color: #000 !important; 
  border-color: #000 !important; 
  font-weight: 400 !important;
}

/*****************/
/*** SECTION 3 ***/
/*****************/

.section-3 {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 100px 50px;
}

.section-3 h1 {
  color: #036937;
  margin-bottom: 2rem;
  font-family: "Genesis Sans Head", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.section-3 h4 {
  font-size: 1.2rem;
}

.section-3 p,
.section-3 h4 {
  max-width: 800px;
  line-height: 1.5rem;
  font-weight: 200;
  font-family: "Genesis Sans Text", sans-serif;
}

.section-3 p{
  margin: 0 auto;
}

.section-3 h4 {
  margin: 0 auto 20px auto;
}

/*****************/
/*** SECTION 4 ***/
/*****************/

.section-4 {
  background-color: #d5eae3;
}

.section-4-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section-4-container .image-container,
.section-4-container .text-container {
  flex: 1 1;
}
.section-4-container .text-container{
    padding: 50px;
}
.section-4-container .image-container img {
  width: 100%;
  height: auto;
  display: block;
  
}

.section-4-container .text-container h3 {
  color: #141414;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.section-4-container .text-container p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-weight: 300;
}

.section-4-container .button-group {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  
}

.section-4-container .button-group .btn {
  background: #000;
  color: #fff !important;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 2rem;
  width: 200px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease;
  flex: 1;
}

.section-4-container .button-group .btn:hover {
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

/*****************/
/*** SECTION 5 ***/
/*****************/

.section-5 {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.section-5 h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: "Genesis Sans Head", sans-serif;
}

.section-5 .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.section-5 .card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.section-5 .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.section-5 .card h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-5 .card .links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 10px;
}

.section-5 .card .links a {
  font-size: 0.9rem;
  color: #0050aa;
  text-decoration: none;
  font-weight: 500;
}

.section-5 .card .links a:hover {
  text-decoration: underline;
}



/*****************/
/*** SECTION 6 ***/
/*****************/

.section-6 {
  background-color: #ecefef;
  padding: 50px;
  text-align: center;
  color: #1a2e2b;
}

.section-6 .content h2 {
  font-size: 1.5rem;
}

.section-6 .icon {
  width: 150px;
  margin: 20px 0 10px;
}

.section-6 .caption {
  font-weight: bold;
  margin-bottom: 15px;
}

.section-6 .description {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

.section-6 a {
  color: #004b59;
  text-decoration: underline;
}

/*****************/
/*** SECTION 7 ***/
/*****************/
.section-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
}

.section-7 .card {
  border: 1px solid #d7d7d7;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-7 h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.section-7 .row {
  display: flex;
  flex-wrap: wrap;
}

.section-7 .col {
  flex: 1;
  min-width: 150px;
}

.section-7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-7 li {
  font-size: 14px;
  font-family: "Genesis Sans Text", sans-serif;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 200;
  text-transform:none!important;
}
.section-7 .card:last-child .col ul {
  text-align: center;
}

/*************************/
/*** RESPONSIVE STYLES ***/
/*************************/

@media (max-width: 1024px) {
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 768px) {

  .section-7  {
    grid-template-columns: 1fr;
  }
  .cards-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto;
  }

  .section-4-container{
    flex-direction: column;
  }

  .section-3{
    padding: 50px;
  }
    .section-5 .card-grid {
    grid-template-columns: 1fr;
  }
  .section-2 p {
    margin: 0 auto;
  }
  .section-2 .card img {
    max-width: 350px ;
}
}

@media (max-width: 465px) {

  .section-7,
  .section-6,
  .section-5,
  .section-3,
  .section-2,
  .section-4-container .text-container {
    padding: 30px;
  }
.section-4-container .button-group {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.btn,
.section-4-container .button-group .btn {
    width: 100%;
}

.section-5 h2,
.section-2 h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.section-4-container .text-container h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.section-3 h1,
.section-2 h1  {
    margin-bottom: 1rem;
    font-size: 2rem;
}
.section-5 .card {
    padding: 10px;
}
.section-5 .card-grid {
    gap: 20px;
}
}

@media (max-width: 390px) {

  .section-7,
  .section-6,
  .section-5,
  .section-3,
  .section-2,
  .section-4-container .text-container {
    padding: 20px;
  }
}
/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
  display: none;
}
.post-content {
  margin-bottom: 0!important;
  padding-top: 0!important;
}