/*!
Theme Name: SugaROx
Theme URI: phpmrf
Author: phpmrf
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sugarox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html {
  font-family: 'Outfit', sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 26px;
  font-weight: 200;
  color: #04433e;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 400;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
.primary-headline {
  font-size: 75px;
}
h2,
.secondary-headline {
  font-size: 55px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 0 25px;
  border-left: 4px solid #99ce5c;
  padding-left: 30px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 115%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #99ce5c;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.page-container a {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.container {
  width: 100%;
  max-width: 1560px;
  padding: 0 20px;
  margin: auto;
}
/* =============== Header =============== */
header.site-header {
  /* position: sticky;
  top: 0; */
  z-index: 99999;
  background-color: #fff;
  border-bottom: 10px solid #99ce5c;
  transition: all 0.3s ease-in;
}

.admin-bar header.site-header {
  top: 32px;
}

header.site-header .navigation-area {
  background-color: rgba(4, 67, 62, 0.05);
  padding: 14px 0;
  height: 65px;
  transition: all 0.3s ease-in;
}

header.site-header .navigation-area .menu ul,
header.site-header .navigation-area ul.menu {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 30px;
  font-weight: 400;
}

header.site-header .navigation-area .menu ul li a,
header.site-header .navigation-area ul.menu li a {
  color: #04433e;
  font-size: 24px;
  text-decoration: none;
}

header.site-header .site-branding a {
  display: inline-flex;
  transition: all 0.3s ease-in;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

header.site-header .site-branding a img {
  width: 100%;
  max-width: 418px;
  transition: all 0.3s ease-in;
}

header.site-header .top-area .container {
  position: relative;
}

header.site-header .top-area button.mobile-menu-trigger {
  border: none;
  display: none;
  gap: 7px;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
}
header.site-header .top-area button.mobile-menu-trigger span {
  display: inline-block;
  height: 3px;
  width: 30px;
  background-color: #99ce5c;
  transition: all 0.3s ease-in;
  position: relative;
}
header.site-header
  .top-area
  button.mobile-menu-trigger.active
  span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
header.site-header .top-area button.mobile-menu-trigger.active span:last-child {
  transform: rotate(-45deg);
  bottom: 10px;
}
header.site-header
  .top-area
  button.mobile-menu-trigger.active
  span:nth-child(2) {
  opacity: 0;
}
/* header.site-header.fixed .site-branding a {
  left: 0;
  transform: translateX(0%);
} */

header.site-header .top-area {
  padding: 35px 0;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease-in;
}

/* header.site-header.fixed .navigation-area {
  margin-top: -65px;
}

header.site-header.fixed .top-area {
  padding: 15px 0;
}

header.site-header.fixed .top-area button.mobile-menu-trigger {
  opacity: 1;
  visibility: visible;
}

header.site-header.fixed .site-branding a img {
  max-width: 250px;
}

header.site-header.fixed {
  border-width: 4px;
} */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-bottom: 5px solid #99ce5c;
  transition: all 0.3s ease-in;
  z-index: 99999;
  padding: 20px 0;
  transform: translateY(-100%);
}

.sticky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sticky-header .site-branding {
  width: 300px;
}

.sticky-header .site-branding .custom-logo-link {
  display: flex;
}

.sticky-header ul#primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-weight: 400;
}

.admin-bar .sticky-header {
  top: 32px;
}

.sticky-header ul#primary-menu a {
  color: #04433e;
}
.sticky-header.fixed {
  transform: translateY(0%);
}
.sticky-header ul#primary-menu .current-menu-item a,
header.site-header .navigation-area ul.menu li.current-menu-item a {
  color: #99ce5c;
}
/* =============== Header =============== */
/* =============== Home Hero =============== */
section.hero-section {
  position: relative;
}

section.hero-section .slide {
  min-height: 870px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-top: 200px;
}

section.hero-section .slide::before {
  position: absolute;
  content: '';
  background-color: #04433e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 74%;
}

section.hero-section .slide .container {
  position: relative;
  max-width: 1760px;
  padding: 0 80px;
}
section.hero-section .owl-nav {
  position: absolute;
  top: 280px;
  width: 100%;
  max-width: 1800px;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 30px;
}
section.hero-section .owl-nav button {
  display: flex;
  pointer-events: auto;
}
section.hero-section .owl-dots {
  position: absolute;
  bottom: 150px;
  width: 100%;
  max-width: 1560px;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}

section.hero-section .owl-dots button.owl-dot.active {
  opacity: 100%;
}

section.hero-section .owl-dots button.owl-dot {
  width: 44px;
  height: 44px;
  background-color: #fff;
  opacity: 50%;
  border-radius: 0;
}
/* =============== Home Hero =============== */
/* =============== Home Highlights =============== */
section {
  position: relative;
  overflow: hidden;
}

section.home-highlights {
  padding: 80px 0 45px;
}

section.home-highlights .top-logo {
  display: flex;
  margin-bottom: 25px;
}

section.home-highlights .top-logo img {
  width: 90px;
}

section.home-highlights .intro-text {
  margin-bottom: 20px;
}

section.home-highlights .intro-text big {
  font-weight: 500;
}

section.home-highlights .highlights-content a {
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

section.home-highlights .highlights-content {
  margin-bottom: 140px;
}

section.home-highlights .highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

section.home-highlights .highlights .item {
  position: relative;
  height: 563px;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 50px 0;
  display: flex;
  align-items: flex-end;
}

section.home-highlights .highlights .item::before {
  position: absolute;
  content: '';
  height: 30%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #04433e;
  opacity: 72%;
  transition: height 0.2s;
}

section.home-highlights .highlights .item:hover::before {
  height: 100%;
}

section.home-highlights .highlights .item .inner {
  position: relative;
  color: #fff;
}

section.home-highlights .highlights .item .button {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  transition: all 0.3s ease-in;
  margin-bottom: 50px;
}

section.home-highlights .highlights .item .top {
  /* margin-bottom: 80px; */
}

section.home-highlights .highlights .item .headline {
  margin: 0;
}

section.home-highlights .highlights .item .line {
  background-color: #99ce5c;
  width: 317px;
  height: 3px;
  margin: 30px 0 25px;
}

section.home-highlights .highlights .item .sub-headline-wrap1 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s;
}
section.home-highlights .highlights .item:hover .sub-headline-wrap1 {
  grid-template-rows: 1fr;
}

section.home-highlights .highlights .item .sub-headline-wrap2 {
  overflow: hidden;
}

section.home-highlights .highlights .item .sub-headline {
  margin: 0 0 50px;
  font-weight: 100;
}

section.home-highlights .highlights .item:hover .button {
  color: #99ce5c;
}
/* =============== Home Highlights =============== */
/* =============== News =============== */
section.news-components {
  padding: 45px 0 90px;
}

section.news-components .top-area {
  margin-bottom: 40px;
  color: #04433e;
}

section.news-components .top-area .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.news-components .top-area .top .headline {
  margin: 0;
  color: #04433e;
}

section.news-components .top-area .line {
  width: 100%;
  height: 10px;
  background-color: #99ce5c;
  margin: 25px 0 20px;
}

.grid-col-3 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.blog-item .thumbnail {
  height: 380px;
  display: flex;
}

.blog-item .thumbnail img {
  width: 100%;
  object-fit: cover;
}

.blog-item .thumbnail.logo img {
  object-fit: contain;
}

.blog-item .thumbnail.logo {
  padding: 50px;
  background-color: #99ce5c24;
}

.blog-item .contents-wrap {
  padding: 30px 30px 100px 30px;
}

.blog-item .contents-wrap .bottom {
  position: absolute;
  bottom: 30px;
  font-size: 20px;
  display: flex;
  color: #99ce5c;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0 30px;
  line-height: 1;
}

.blog-item .contents-wrap .title {
  color: #04433e;
  font-weight: 200;
  margin: 0;
}
/* =============== News =============== */
/* =============== Footer =============== */
.footer-cta {
  color: #99ce5c;
  border-radius: 11px;
  overflow: hidden;
  padding: 80px 130px;
  margin-bottom: -100px;
  z-index: 9;
  position: relative;
}

.footer-cta .headline {
  margin: 0;
  position: relative;
  z-index: 2;
}

.footer-cta .buttons {
  display: grid;
  gap: 20px;
  margin-top: 55px;
  position: relative;
}

.footer-cta .buttons a {
  height: 74px;
  display: inline-flex;
  align-items: center;
  background-color: #99ce5c;
  color: #fff;
  border: 2px solid #14264C;
  padding: 0 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  font-weight: 400;
  font-size: 30px;
  gap: 15px;
}

.footer-cta .buttons a:hover {
  background-color: #fff;
  color: #99ce5c;
}

.footer-cta::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(./images/emblem.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
}
footer.site-footer .cta-wrap {
  position: relative;
}
body.home footer.site-footer .cta-wrap::before {
  position: absolute;
  content: '';
  background-color: #edf8e1;
  height: calc(100% - 100px);
  width: 100%;
  top: 0;
  opacity: 0;
}
footer.site-footer {
  position: relative;
  overflow: hidden;
}

footer.site-footer .main-footer {
  border-top: 10px solid #99ce5c;
  padding: 160px 0 100px;
}

footer.site-footer .main-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer.site-footer .main-footer .left {
  width: 50%;
  padding-right: 50px;
}

footer.site-footer .main-footer .right {
  width: 50%;
}
footer.site-footer .main-footer .logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

footer.site-footer .main-footer .logos .logo {
  display: flex;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.footer-menu ul li {
  border-bottom: 1px solid #99ce5c;
}

.footer-menu ul li a {
  width: 100%;
  padding: 14px 0;
  color: #04433e;
  font-weight: 400;
}

footer.site-footer .main-footer .left .footer-logo {
  display: flex;
}

footer.site-footer .main-footer .left .footer-logo img {
  width: 100%;
  max-width: 400px;
}

footer.site-footer .main-footer .right .footer-menu {
  margin-bottom: 50px;
}

footer.site-footer .main-footer .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #04433e;
}

footer.site-footer .main-footer .right .bottom .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer.site-footer .main-footer .right .bottom .socials a {
  width: 34px;
  height: 34px;
  background-color: #99ce5c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/* =============== Footer =============== */
/* =============== Inner Hero Section =============== */
section.inner-hero-section {
  padding-bottom: 140px;
}
.page-id-103 section.inner-hero-section {
  padding-bottom: 0;
}
section.inner-hero-section .hero-content {
  height: 535px;
  position: relative;
  padding: 150px 0 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.inner-hero-section .box-text {
  width: 100%;
  max-width: 742px;
  background-color: #fff;
  color: #04433e;
  border-top: 10px solid #99ce5c;
  border-radius: 10px;
  position: absolute;
  top: -95px;
  right: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 40px 60px 60px;
}
.page-id-99 section.inner-hero-section .box-text,
.page-id-101 section.inner-hero-section .box-text {
  padding: 30px 30px 60px 30px;
}
section.inner-hero-section .container {
  position: relative;
}
section.inner-hero-section .bottom-logo {
  display: flex;
  padding: 75px 0 60px;
}
section.inner-hero-section .bottom-wrap .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
section.inner-hero-section .box-text *:last-child {
  margin: 0;
}
section.inner-hero-section .bottom-wrap.full-width .container {
  grid-template-columns: 1fr;
}
section.inner-hero-section .hero-content::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #04433e;
  top: 0;
  left: 0;
  opacity: 25%;
}
section.inner-hero-section.contact-hero .hero-content {
  object-fit: contain;
  background-color: #14264c;
  background-position: center right;
  background-size: contain;
}
section.inner-hero-section.contact-hero .hero-content::before {
  background-color: transparent;
}
/* =============== Inner Hero Section =============== */
/* =============== Single Post =============== */
section.inner-hero-section.single-hero .hero-content {
  background-color: #14264c;
  background-repeat: no-repeat;
  background-position: center right;
  height: 100%;
  min-height: 535px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

section.inner-hero-section.single-hero .hero-content svg {
  position: absolute;
  right: -131px;
  bottom: 0;
  opacity: 39%;
}
section.inner-hero-section.single-hero .hero-content .headline {
  width: 60%;
}
section.post-contents {
  display: flex;
  flex-wrap: wrap;
}

section.post-contents .left {
  flex: 1;
  padding-left: calc(50% - 760px);
}

section.post-contents .right {
  width: 474px;
  border-left: 10px solid #99ce5c;
  position: relative;
  padding: 90px 60px;
}

section.inner-hero-section.single-hero {
  padding-bottom: 0;
}

section.post-contents .right::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/06/shape.svg);
  width: 100%;
  height: 100%;
  opacity: 2%;
  left: 0;
  top: 0;
  pointer-events: none;
}

section.post-contents .right h2 {
  margin-bottom: 60px;
}

.recent-blogs-wrap {
  display: grid;
  gap: 50px;
}

section.post-contents .left .inner {
  padding: 90px 60px 90px 20px;
}

section.post-contents .left .top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

section.post-contents .left .top .post-thumbnail {
  width: 50%;
  display: flex;
}

section.post-contents .left .top .post-excerpt {
  width: 50%;
  padding-left: 60px;
}

section.post-contents .left h2 {
  font-size: 32px;
  font-weight: 600;
}
/* =============== Single Post =============== */
/* =============== Table =============== */
table {
  border: 5px solid #ffffff;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

caption {
  caption-side: top;
  text-align: left;
}

th {
  border: 5px solid #ffffff;
  background-color: #99ce5c;
  color: #000000;
  padding: 20px 5px;
  font-weight: 200;
}

td {
  border: 5px solid #ffffff;
  background-color: #d6ebbe;
  color: #000000;
  padding: 20px 5px 15px;
}

table tbody tr td:first-child {
  background-color: #99ce5c;
}

section.product-pipeline {
  padding: 90px 0;
}

section.product-pipeline .headline {
  text-align: center;
  margin-bottom: 55px;
}
section.boost-yield {
  padding: 90px 0;
}

section.boost-yield .container {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

section.boost-yield .image {
  display: flex;
  justify-content: flex-end;
}
section.boost-yield .image img {
  border-radius: 15px;
}

section.boost-yield .headline {
  margin-bottom: 40px;
  width: 100%;
  max-width: 590px;
}

section.boost-yield .contents-wrap {
  display: grid;
  gap: 18px;
}
/* =============== Table =============== */
/* =============== Image Text Block =============== */
section.image-text-block {
  display: grid;
  gap: 150px;
  padding-bottom: 90px;
}

section.image-text-block .item {
  display: flex;
  gap: 100px;
  align-items: center;
}

section.image-text-block .item .image {
  display: flex;
  width: 50%;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
section.image-text-block .item.reverse .image {
  border-radius: 15px 0 0 15px;
}

section.image-text-block .item .contents-wrap {
  padding-right: calc(50% - 780px);
  width: 50%;
}

section.image-text-block .item.reverse {
  flex-flow: row-reverse;
}

section.image-text-block .item .contents-wrap .inner {
  padding-right: 20px;
}
section.image-text-block .item .headline {
  margin-bottom: 50px;
}
section.image-text-block .item .image img {
  width: 100%;
  object-fit: cover;
}

section.image-text-block .item.reverse .contents-wrap {
  padding-right: 0;
  padding-left: calc(50% - 780px);
}

section.image-text-block .item.reverse .contents-wrap .inner {
  padding-left: 20px;
  padding-right: 0;
}
/* =============== Image Text Block =============== */
/* =============== Video =============== */
section.video {
  padding: 90px 0;
}

section.video .video-content {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

section.video .video-content video {
  width: 100%;
}
/* =============== Video =============== */
/* =============== Steps =============== */
section.steps {
  padding: 120px 0 150px;
  border-top: 10px solid #04433e;
  margin-bottom: 80px;
}

section.steps .steps-wrap {
  display: grid;
  gap: 20px;
}

section.steps .steps-wrap .inner {
  width: 100%;
  max-width: 657px;
}

section.steps .steps-wrap .inner .primary-headline {
  font-weight: 600;
  line-height: 1;
}

section.steps .steps-wrap .step-item:nth-child(even) .inner {
  margin-left: auto;
  text-align: right;
}

section.steps .steps-wrap .inner .sub-headline {
  margin-bottom: 30px;
}
/* =============== Steps =============== */
/* =============== Our supporters: =============== */
section.our-supporters {
  padding: 90px 0;
}

section.our-supporters .headline {
  text-align: center;
  margin-bottom: 100px;
}

.supporters-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.supporters-cards .supporters-item {
  position: relative;
  text-align: center;
  height: 306px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.supporters-cards .supporters-item .hover-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  background-color: #e2efd3;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
  transform: translateY(100%);
}

.supporters-cards .supporters-item .hover-info .inner {
  display: grid;
  gap: 30px;
}

.supporters-cards .supporters-item .hover-info .inner .name {
  font-size: 24px;
  font-weight: 500;
}

.supporters-cards .supporters-item .hover-info .inner .descriptions {
  font-size: 20px;
}

.supporters-cards .supporters-item .name.up {
  position: absolute;
  bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in;
}

.supporters-cards .supporters-item:hover .hover-info {
  transform: translateY(0%);
}

.supporters-cards .supporters-item .logo {
  display: flex;
  transition: all 0.3s ease-in;
}

.supporters-cards .supporters-item:hover .logo {
  transform: translateY(-100%);
}
.supporters-cards .supporters-item:hover .name.up {
  bottom: 100%;
  opacity: 0;
}
/* =============== Our supporters: =============== */
/* =============== Featured In =============== */
section.featured-in {
  padding: 90px 0;
}

section.featured-in .headline {
  border-bottom: 10px solid #99ce5c;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

section.featured-in .logos-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 50px 20px;
}

section.featured-in .logos-gallery .item {
  display: flex;
}
/* =============== Featured In =============== */
/* =============== Teams =============== */
section.teams {
  padding: 40px 0;
}

section.teams .headline {
  margin-bottom: 50px;
  text-align: center;
}

.teams-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.teams-cards .team-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 564px;
}

.teams-cards .team-item .thumbnail {
  display: flex;
  height: 100%;
}

.teams-cards .team-item .thumbnail img {
  width: 100%;
  object-fit: cover;
}

.teams-cards .team-item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-top: 10px solid #99ce5c;
  padding: 20px 35px;
  background-color: rgba(255, 255, 255, 0.9);
  top: calc(100% - 140px);
  transition: all 0.3s ease-in;
}

.teams-cards .team-item .info .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.teams-cards .team-item .info .designation {
  color: #148742;
  font-size: 18px;
  font-weight: 700;
}

.teams-cards .team-item .top {
  margin-bottom: 0;
  height: 120px;
}
.teams-cards .team-item .linkedin-link {
  position: absolute;
  bottom: 35px;
  right: 30px;
}
.teams-cards .team-item .info .bios {
  font-size: 18px;
}

.teams-cards .team-item:hover .info {
  top: 0;
}
/* =============== Teams =============== */
/* =============== Contact =============== */
section.contact-information {
  padding-bottom: 90px;
}
section.contact-information .bottom-area {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 80px;
}
body .with_frm_style input[type='text'],
body .with_frm_style input[type='password'],
body .with_frm_style input[type='email'],
body .with_frm_style input[type='number'],
body .with_frm_style input[type='url'],
body .with_frm_style input[type='tel'],
body .with_frm_style input[type='phone'],
body .with_frm_style input[type='search'],
body .with_frm_style select,
body .with_frm_style textarea {
  height: 67px;
  border-radius: 10px;
  background-color: #e2efd3 !important;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  font-size: 26px;
  font-weight: 200;
  padding: 0 24px;
}
body .with_frm_style textarea {
  height: 245px;
  padding: 24px;
}
body .with_frm_style input[type='text']::placeholder,
body .with_frm_style input[type='password']::placeholder,
body .with_frm_style input[type='email']::placeholder,
body .with_frm_style input[type='number']::placeholder,
body .with_frm_style input[type='url']::placeholder,
body .with_frm_style input[type='tel']::placeholder,
body .with_frm_style input[type='phone']::placeholder,
body .with_frm_style input[type='search']::placeholder,
body .with_frm_style select::placeholder,
body .with_frm_style textarea::placeholder {
  font-size: 26px;
}
body .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 0;
  background-color: #99ce5c !important;
  border: none;
  height: 74px;
  padding: 0 40px;
  font-size: 30px;
  font-weight: 400;
  border-radius: 10px;
}
.page-id-153 footer.site-footer .cta-wrap {
  display: none;
}
/* =============== Contact =============== */
.mobile-menu-wrap {
  position: relative;
  padding: 10px 20px 40px;
}
.mobile-menu-wrap ul#primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 15px;
}
.mobile-menu-wrap ul#primary-menu a {
  font-size: 22px;
  font-weight: 400;
  color: #14264c;
}
.mobile-menu-wrap ul#primary-menu .current-menu-item a {
  color: #99ce5c;
}
@media screen and (min-width: 1024px) {
  .mobile-menu-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .sticky-header ul#primary-menu a {
    font-size: 18px;
  }
  .sticky-header ul#primary-menu {
    gap: 5px 18px;
  }
  .sticky-header .site-branding {
    width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .navigation-area .menu ul li a,
  header.site-header .navigation-area ul.menu li a {
    font-size: 20px;
  }
  header.site-header .top-area {
    padding: 20px 0;
  }
  header.site-header .navigation-area {
    padding: 10px 0;
    height: 58px;
  }
  header.site-header .navigation-area .menu ul,
  header.site-header .navigation-area ul.menu {
    gap: 20px;
  }
  header.site-header .site-branding a img {
    max-width: 350px;
  }
  h1,
  .primary-headline {
    font-size: 65px;
  }
  section.hero-section .slide {
    min-height: 600px;
    padding-top: 150px;
  }
  section.hero-section .owl-nav {
    display: none;
  }
  section.hero-section .slide .container {
    padding: 0 20px;
  }
  section.hero-section .owl-dots {
    bottom: 80px;
    gap: 15px;
  }
  section.hero-section .owl-dots button.owl-dot {
    width: 25px;
    height: 25px;
  }
  section.home-highlights .highlights-content {
    margin-bottom: 70px;
  }
  h2,
  .secondary-headline {
    font-size: 42px;
  }
  h3 {
    font-size: 25px;
  }
  section.home-highlights .highlights .item {
    padding: 30px 30px 0;
    height: 450px;
  }
  h4 {
    font-size: 22px;
  }
  .blog-item .contents-wrap {
    padding: 30px 20px 85px 20px;
  }
  .blog-item .contents-wrap .bottom {
    padding: 0 20px;
    font-size: 18px;
    bottom: 20px;
  }
  .blog-item .thumbnail {
    height: 300px;
  }
  .footer-cta {
    padding: 60px 50px;
  }
  .footer-cta .buttons a {
    height: 65px;
    font-size: 25px;
  }
  .footer-cta::before {
    background-size: 365px;
    right: 0;
  }
  footer.site-footer .main-footer .left .footer-logo img {
    max-width: 370px;
  }
  footer.site-footer .main-footer .logos {
    width: 90%;
  }
  section.inner-hero-section .box-text {
    max-width: 510px;
    padding: 20px;
  }
  .page-id-99 section.inner-hero-section .box-text,
  .page-id-101 section.inner-hero-section .box-text {
    padding: 20px;
  }
  section.inner-hero-section .hero-content {
    padding-top: 70px;
    height: 370px;
  }
  section.image-text-block .item {
    gap: 50px;
  }
  section.image-text-block {
    gap: 100px;
  }
  section.boost-yield .container {
    gap: 50px;
  }
  table {
    font-size: 18px;
  }
  table img {
    width: 20px;
  }
  section.steps {
    padding: 100px 0;
  }
  section.video {
    padding: 0 0 90px;
  }
  .teams-cards .team-item .info {
    padding: 20px;
  }
  .teams-cards .team-item .info .bios {
    font-size: 17px;
  }
  .teams-cards .team-item {
    height: 480px;
  }
  .supporters-cards .supporters-item .logo {
    padding: 0 25px;
  }
  .supporters-cards .supporters-item .name.up {
    font-size: 20px;
    bottom: 20px;
  }
  .supporters-cards .supporters-item {
    height: 270px;
  }
  .supporters-cards .supporters-item .hover-info .inner .name {
    font-size: 20px;
  }
  .supporters-cards .supporters-item .hover-info .inner .descriptions {
    font-size: 18px;
  }
  .supporters-cards .supporters-item .hover-info {
    padding: 20px;
  }
  .supporters-cards .supporters-item .hover-info .inner {
    gap: 20px;
  }
  section.our-supporters .headline {
    margin-bottom: 50px;
  }
  section.our-supporters {
    padding: 0 0 90px;
  }
  section.featured-in {
    padding: 0 0 90px;
  }
  section.contact-information .bottom-area {
    gap: 50px;
    margin-top: 50px;
  }
  .page-id-153 footer.site-footer .main-footer {
    padding-top: 100px;
  }
  section.contact-information {
    margin-top: -50px;
  }
  section.inner-hero-section.single-hero .hero-content {
    min-height: 470px;
  }

  section.inner-hero-section.single-hero .hero-content svg {
    width: 400px;
    height: auto;
  }

  section.inner-hero-section.single-hero .hero-content .headline {
    width: 80%;
  }

  .recent-blogs-wrap h4.title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .recent-blogs-wrap a.button_link {
    font-size: 18px;
  }

  section.post-contents .right h2 {
    font-size: 40px;
  }

  section.post-contents .right {
    width: 330px;
    padding: 70px 20px;
  }

  section.post-contents .left .top .post-excerpt {
    padding-left: 20px;
    font-size: 20px;
  }

  section.post-contents .left .top {
    margin-bottom: 40px;
  }

  section.post-contents .left .inner {
    padding: 70px 20px 90px 20px;
  }
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1023px) {
  header.site-header {
    position: sticky;
    top: 0;
    border-width: 5px;
  }
  .sticky-header {
    display: none;
  }
  header.site-header .navigation-area {
    display: none;
  }
  header.site-header .top-area button.mobile-menu-trigger {
    display: grid;
  }
  header.site-header .top-area .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.site-header .site-branding a img {
    max-width: 250px;
  }
  header.site-header .top-area .site-branding {
    display: flex;
  }
  h1,
  .primary-headline {
    font-size: 47px;
  }

  section.hero-section .slide {
    min-height: 450px;
    padding-top: 100px;
  }

  section.hero-section .owl-dots button.owl-dot {
    width: 18px;
    height: 18px;
  }

  html {
    font-size: 20px;
  }

  section.home-highlights .top-logo img {
    width: 70px;
  }

  section.home-highlights {
    padding: 60px 0 35px;
  }

  section.home-highlights .highlights-content {
    margin-bottom: 40px;
  }

  h2,
  .secondary-headline {
    font-size: 37px;
  }

  section.home-highlights .highlights .item .line {
    width: 220px;
    margin: 18px 0 18px;
  }

  h3 {
    font-size: 22px;
  }

  section.home-highlights .highlights .item .top {
    /* margin-bottom: 40px; */
  }

  section.home-highlights .highlights .item .button {
    font-size: 18px;
  }

  .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta .buttons {
    margin-top: 40px;
  }

  .footer-cta .buttons a {
    height: 55px;
    font-size: 22px;
    padding: 0 25px;
  }

  footer.site-footer .main-footer .left {
    width: 100%;
    padding: 0;
  }

  footer.site-footer .main-footer .left .footer-logo {
    justify-content: center;
  }

  footer.site-footer .main-footer .left .footer-logo img {
    max-width: 250px;
  }

  footer.site-footer .main-footer .logos {
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }

  footer.site-footer .main-footer .right {
    width: 100%;
    margin-top: 50px;
  }

  footer.site-footer .main-footer {
    padding: 145px 0 45px;
    border-width: 5px;
  }

  .footer-cta::before {
    background-size: 200px;
    background-position: bottom right;
  }

  .footer-cta {
    padding: 60px 30px;
  }

  section.news-components .top-area .line {
    height: 5px;
  }
  section.inner-hero-section .bottom-wrap .container {
    gap: 0;
  }

  section.inner-hero-section .box-text {
    max-width: 400px;
  }

  section.inner-hero-section .hero-content {
    height: 300px;
  }
  section.image-text-block .item {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.image-text-block .item .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  section.image-text-block .item .contents-wrap,
  section.image-text-block .item.reverse .contents-wrap {
    width: 100%;
    padding: 0 20px;
  }
  section.image-text-block .item .contents-wrap .inner,
  section.image-text-block .item.reverse .contents-wrap .inner {
    padding: 0;
  }
  section.image-text-block .item .headline {
    margin-bottom: 30px;
  }
  section.image-text-block .item.reverse {
    flex-flow: column;
  }
  section.inner-hero-section {
    padding-bottom: 90px;
  }
  section.boost-yield {
    padding: 0;
  }
  section.product-pipeline .headline {
    margin-bottom: 30px;
  }
  section.steps {
    padding: 70px 0;
  }
  section.video {
    padding: 0 0 70px;
  }
  .teams-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .supporters-cards {
    grid-template-columns: 1fr 1fr;
  }
  section.featured-in .headline {
    border-width: 5px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  section.featured-in .logos-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 25px 20px;
  }
  section.featured-in {
    padding: 0 0 70px;
  }
  section.contact-information .bottom-area {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }

  section.contact-information .bottom-area .left {
    width: 100%;
  }

  section.contact-information .bottom-area .contact-form {
    width: 100%;
  }

  body .with_frm_style input[type='text'],
  body .with_frm_style input[type='password'],
  body .with_frm_style input[type='email'],
  body .with_frm_style input[type='number'],
  body .with_frm_style input[type='url'],
  body .with_frm_style input[type='tel'],
  body .with_frm_style input[type='phone'],
  body .with_frm_style input[type='search'],
  body .with_frm_style select,
  body .with_frm_style textarea {
    height: 50px;
    font-size: 20px;
    padding: 0 20px;
  }

  body .with_frm_style textarea {
    height: 190px;
    padding: 20px;
  }

  body .frm_style_formidable-style.with_frm_style .frm_submit button {
    height: 60px;
    padding: 0 30px;
    font-size: 24px;
  }
  body .with_frm_style input[type='text']::placeholder,
  body .with_frm_style input[type='password']::placeholder,
  body .with_frm_style input[type='email']::placeholder,
  body .with_frm_style input[type='number']::placeholder,
  body .with_frm_style input[type='url']::placeholder,
  body .with_frm_style input[type='tel']::placeholder,
  body .with_frm_style input[type='phone']::placeholder,
  body .with_frm_style input[type='search']::placeholder,
  body .with_frm_style select::placeholder,
  body .with_frm_style textarea::placeholder {
    font-size: 20px;
  }
  section.inner-hero-section.single-hero .hero-content {
    min-height: 300px;
  }

  section.post-contents .right {
    width: 100%;
    border-top: 10px solid #99ce5c;
    border-left: 0;
    padding: 50px 20px;
  }

  section.post-contents .right h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .recent-blogs-wrap {
    gap: 30px;
  }

  section.post-contents .left .inner {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .primary-headline {
    font-size: 37px;
  }
  h1 br,
  .primary-headline br {
    display: none;
  }
  html {
    font-size: 18px;
  }
  section.home-highlights .highlights {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .grid-col-3 {
    grid-template-columns: 1fr;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  footer.site-footer .main-footer .right .bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  footer.site-footer .main-footer .right .bottom .socials {
    width: 100%;
    justify-content: center;
  }
  .footer-cta .buttons a {
    height: 100%;
    min-height: 55px;
    font-size: 18px;
    width: 100%;
  }
  h2,
  .secondary-headline {
    font-size: 30px;
  }
  section.news-components .top-area .line {
    margin: 10px 0 15px;
  }
  h3 {
    font-size: 20px;
  }
  section.home-highlights {
    padding: 50px 0 35px;
  }
  section.home-highlights .highlights .item {
    height: 370px;
  }
  section.inner-hero-section .box-text {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -40px;
    max-width: 100%;
  }
  section.inner-hero-section .bottom-wrap .container {
    grid-template-columns: 1fr;
  }
  section.product-pipeline .contents-wrap {
    overflow: auto;
  }

  table {
    width: 900px;
  }

  section.image-text-block {
    gap: 50px;
    padding-bottom: 60px;
  }

  section.boost-yield .container {
    grid-template-columns: 1fr;
  }

  section.boost-yield .contents-wrap {
    gap: 0;
  }

  section.product-pipeline {
    padding: 60px 0;
  }

  section.inner-hero-section .bottom-logo img {
    width: 70px;
  }

  section.inner-hero-section .bottom-logo {
    padding: 35px 0;
  }
  td {
    padding: 10px 5px 5px;
  }
  th {
    padding: 10px 5px;
  }
  section.steps {
    padding: 50px 0;
    border-width: 5px;
  }
  section.inner-hero-section {
    padding-bottom: 59px;
  }
  section.video {
    padding: 0 0 50px;
  }
  section.teams .headline {
    margin-bottom: 30px;
  }
  .teams-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .teams-cards .team-item .info .designation {
    width: 89%;
  }
  .teams-cards .team-item .linkedin-link {
    right: 20px;
  }
  .page-id-99 section.inner-hero-section .box-text h2,
  .page-id-101 section.inner-hero-section .box-text h2 {
    font-size: 27px;
  }
  .supporters-cards {
    grid-template-columns: 1fr;
  }
  section.featured-in .logos-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section.featured-in {
    padding: 0 0 50px;
  }
  section.inner-hero-section.contact-hero .hero-content {
    background-size: 200px;
    background-position: bottom right;
  }
  section.contact-information {
    margin-top: 0;
  }
  section.post-contents .left .top {
    flex-wrap: wrap;
  }

  section.post-contents .left .top .post-thumbnail {
    width: 100%;
  }

  section.post-contents .left .top .post-excerpt {
    width: 100%;
    padding: 15px 0 0;
  }

  section.inner-hero-section.single-hero .hero-content svg {
    width: 200px;
  }

  section.inner-hero-section.single-hero .hero-content .headline {
    width: 100%;
  }

  header.site-header .site-branding a img {
    max-width: 220px;
  }
}
