/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #4a4a4a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* ::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
} */

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 45px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }

  a.main-button-slider {
    font-size: 10px !important;
    padding: 8px 20px !important;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 40px;
  background-color: #be1e2d;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
}

a.main-button-slider:hover {
  background-color: #ffffff;
  color: #be1e2d;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #00b4c6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #0088e8;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f55858;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #0088e8;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-image: url("../../img/green-force-run/header-nav.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100% !important;
  height: 120px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #37473F !important;
}

.background-header .main-nav .nav>li:hover>a {
  color: #006D37 !important;
}

.background-header .main-nav .nav>li>ul>li:hover>a {
  color: #006D37 !important;
}

.background-header .nav li a.active {
  color: #006D37 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  margin-top: 12px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 150px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  /* text-shadow: 3px 3px 5px white; */
}

.header-area .main-nav .nav li:hover a {
  /* color: rgb(255, 0, 25); */
  /* text-shadow: 3px 3px 4px black; */
  font-weight: 900;
}

.header-area .main-nav .nav li:hover a:before {
  /* color: rgb(255, 0, 25); */
  text-shadow: 3px 3px 4px rgb(255, 255, 255);
  font-weight: 100;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #37473F;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #000000 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 300;
  text-shadow: none;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #006D37;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #006D37 !important;
  padding-left: 25px;
  font-weight: 900;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  /* right: 40px; */
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #006D37;
  text-shadow: 3px 3px 4px black;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .background-header {
    background-image: url('../../img/green-force-run/header-nav-mobile.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100% !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important; */
  }

  .background-header .logo {
    display: inline !important;
  }

  .background-header .logo-tos {
    display: inline !important;
  }

  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: -50px;
    display: none;
  }

  .header-area .logo-tos {
    display: none;
  }

  .header-area .menu-trigger {
    display: block !important;
    color: #fff !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .logo {
    float: none;
  }

  .header-area .main-nav .logo img {
    width: 100px;
    margin-top: 6px !important;
  }

  .header-area .main-nav .logo-tos img {
    width: 100px;
    /* margin-top: 15px !important; */
  }

  .header-area.header-sticky .nav {
    margin-top: 70px !important;
  }

  .background-header.header-area.header-sticky .nav {
    margin-top: 20px !important;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    /* margin-top: 0 !important; */
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 700;
    text-shadow: none;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }

  .header-area .main-nav .nav>li>a:hover,
  .header-area .main-nav .nav .submenu>ul>li>a:hover {
    color: #f55858;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 11px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .nav li:hover a {
    text-shadow: none;
  }

  .header-area .main-nav .nav li:hover a:before {
    text-shadow: 3px 3px 4px rgb(255, 255, 255);
  }

  .header-area.header-sticky .nav li a.active {
    color: #006D37 !important;
    text-shadow: none;
    font-weight: 900;
  }

  .background-header .main-nav .nav>li:hover>a {
    color: #006D37 !important;
  }

  .header-area.background-header .main-nav .nav li.submenu:after {
    color: rgb(0, 0, 0);
  }

}

@media (max-width: 767px) {
  .background-header {
    background-image: url('../../img/green-force-run/header-nav-mobile.png');
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

@media (max-width: 1250px) {
  .regulation-outside {
    display: none;
  }
}

@media (min-width: 1251px) {
  .regulation-inside {
    display: none;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
#welcome {
  overflow: hidden;
  position: relative;
  display: block;
  align-items: end;
  justify-content: end;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: auto 100%; */
  background-position: center center;
  /* background-position: top right; */
  /* background-attachment: fixed; */
  height: 55.5vw;
  margin-top: 70px;
  /* background-image: url("../../img/banner/banner-coming-soon-2025-desktop.jpg"); */
  /* background-image: linear-gradient(to bottom, #65AF8400 50%, #509460B2 100%), url("../../img/green-force-run/header-home.png"); */
  /* background-color: #2A4937; */
  width: 100% !important;
}

.welcome-area .header-text {
  position: absolute;
  /* top: 20%; */
  /* transform: translateY(-60%); */
  text-align: left;
  width: 100%;
}

.welcome-area .header-text .box-header {
  display: flex;
  background-color: #016c36 !important;
  border-radius: 0px 0px 157px 0px;
  width: 50%;
  height: 120vh;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.welcome-area .header-text .left-text {
  align-self: center;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

.welcome-bg {
  overflow: hidden;
  position: relative;
  display: none;
  align-items: end;
  justify-content: end;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  height: 120vh;
  background-image: url("../../img/banner/banner-coming-soon.jpeg");
  /* background-image: linear-gradient(to bottom, #65AF8400 50%, #509460B2 100%), url("../../img/green-force-run/header-home.png"); */
  background-color: #2A4937;
  height: 120vh;
  width: 100% !important;
}

.welcome-area img {
  display: flex;
  text-align: center !important;
  align-self: center !important;
  justify-content: center !important;
  overflow: hidden;
  width: 40vw;
}

.welcome-btn {
  background-color: #2A4937;
  color: #C0FD00;
  border-radius: 58.5px;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 16px;
  width: 250px;
  transition-duration: 0.4s;
}

.extra-header-text p {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.welcome-news {
  height: 50vh !important;
}

.welcome-news img {
  width: 170px;
  text-align: center !important;
}

.welcome-news .extra-header-text {
  margin-top: 90px;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  #welcome {
    background-size: cover;
    /* background-size: auto 100%; */
    /* background-position: center center; */
    /* background-position: top right; */
    /* background-attachment: fixed; */
    /* height: 120vh; */
    height: 56.5vw;
    /* height: 60vw; */
  }

  .welcome-area .header-text .box-header {
    height: 130vh;
  }

  .welcome-news {
    height: 60vh !important;
  }

  .welcome-area img {
    width: 70%;
    height: auto;
  }

  .welcome-news .extra-header-text {
    margin-top: 90px;
  }

  .welcome-btn {
    font-size: 1rem;
    width: 200px;
  }
}

@media (max-width: 991px) {
  #welcome {
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    /* background-size: 60% auto; */
    /* background-position: top right; */
    /* background-attachment: fixed; */
    height: 57vw;
    margin-top: 40px;
    width: 100% !important;
  }

  .welcome-area .header-text .box-header {
    background-color: #2A4937;
    border-radius: 0px 0px 157px 0px;
    width: 50%;
  }

  .welcome-bg {
    display: none;
  }

  .welcome-news {
    height: 75vh !important;
  }

  .welcome-news .extra-header-text {
    margin-top: 0px;
  }

  .welcome-area .header-text {
    top: 80% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }

  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
  }

  .welcome-area .header-text h1 span {
    color: #fff;
  }

  .welcome-area .header-text p {
    color: #fff;
    margin-bottom: 30px;
  }

  .welcome-area img {
    width: 300px !important;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 80% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }

  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .welcome-area .header-text p {
    margin-bottom: 30px;
  }

  .welcome-area img {
    width: 300px !important;
  }
}

@media (max-width: 765px) {
  #welcome {
    /* background-size: 100% 70%; */
    /* background-size: 100% auto; */
    height: 57vw;
    background-image: none;
    margin-top: 40px;
  }

  .welcome-bg {
    display: block;
    background-size: contain;
    height: 100vw;
  }

  .welcome-area .header-text .box-header {
    height: 100vh;
    width: 100%;
    align-self: center;
    justify-content: center;
  }

  .welcome-area img {
    align-self: center;
    justify-content: center;
    width: 50vw !important;
    /* top: 0% !important; */
    height: auto;
  }

  .welcome-area .header-text .left-text {
    align-self: baseline;
    justify-content: center;
  }

  .welcome-area .header-text {
    /* top: 60% !important; */
    /* transform: perspective(1px) translateY(-50%) !important; */
    text-align: center;
  }
}

@media (max-width: 576px) {
  #welcome {
    /* background-size: 100% 70%; */
    /* background-size: 100% auto; */
    height: 165vw;
    background-image: none;
    /* margin-top: -20vw; */
  }

  .welcome-bg {
    height: 165vw;
    margin-top: -60vw;
    display: block;
    /* object-fit: contain; */
    /* background-repeat: space; */
    background-size: contain;
    background-position: top center;
    background-image: url("../../img/banner/banner-coming-soon-2025-mobile.jpg");
  }

  .welcome-btn {
    width: 130px;
    font-size: 0.6rem;
    padding: 12px;
    margin-top: 10px;
  }

  .welcome-area .header-text .box-header {
    height: 100vh;
    width: 100%;
    align-self: center;
    justify-content: center;
  }

  .welcome-area img {
    align-self: center;
    justify-content: center;
    width: 50vw !important;
    /* top: 0% !important; */
    height: auto;
  }

  .welcome-area .header-text .left-text {
    align-self: baseline;
    justify-content: center;
  }

  .welcome-area .header-text {
    /* top: 60% !important; */
    /* transform: perspective(1px) translateY(-50%) !important; */
    text-align: center;
  }

  .text-header-home {
    text-align: center !important;
  }
}

@media (max-width: 376px) {
  #welcome {
    /* height: 200vw; */
    background-image: none;
  }

  .welcome-bg {
    height: 165vw;
    margin-top: -75vw;
  }
}

/* 
---------------------------------------------
tagline
--------------------------------------------- 
*/
.tagline-title {
  font-weight: 900;
  color: #006D37;
  font-size: 3rem;
  border-radius: 0px 0px 20px 21px !important;
  padding: 15px;
  background-color: #C0FD00;
}

.tagline-title-bg {
  justify-content: center;
  display: flex;
}

.tagline-subtitle {
  font-size: 2.5rem;
  font-weight: 900;
  color: #006D37;
  line-height: 1;
}

.tagline-long-text {
  color: #2A4937;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tagline-title {
    font-size: 2rem;
  }

  .tagline-subtitle {
    font-size: 1.5rem;
  }

  .tagline-long-text {
    font-size: 1rem;
  }
}

/*
---------------------------------------------
schedule
---------------------------------------------
*/

#bannerSection {
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #eee;
  background-color: #006D37;
  background-size: contain;
  background-image: url("../../img/green-force-run/vector-bg.png");
}

#schedule {
  /* padding: 120px 0px 140px 0px; */
  border-bottom: 1px solid #eee;
  background-color: #006D37;
  background-size: contain;
  background-image: url("../../img/green-force-run/vector-bg.png");
}

.title-schedule {
  font-size: 3.5rem;
}

.text-schedule p span {
  font-size: 1.3rem;
}

#schedule .right-text {
  align-self: center;
}

#schedule .right-text p {
  margin-bottom: 40px;
}

#schedule h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#schedule p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.banner-schedule {
  overflow: hidden;
  /* position: relative; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-repeat: repeat-x;
  background-size: 200vh auto;
  background-color: #fafafa;
  /* background-attachment: fixed; */
  /* height: 100vh; */
  /* background-image: url("../img/virtualrun/banner-schedule.jpg"); */
  /* width:100% !important; */
}

.title-schedule {
  font-weight: 900;
  color: white;
}

#schedule img {
  width: 300px;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 576px) {
  #schedule img {
    width: 200px;
  }

  .text-schedule {
    text-align: center;
  }

  .title-schedule {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #schedule {
    /* padding: 50px 0px 140px 0px; */
    border-bottom: 1px solid #eee;
  }

  #schedule img {
    height: 200px !important;
  }
}

@media (max-width: 765px) {
  /* #schedule {
    padding: 20px 0px 120px 0px;
  } */

  .banner-schedule {
    background-size: auto 50% !important;
  }

  .title-schedule {
    font-size: 2rem;
  }

  .text-schedule p span {
    font-size: 1rem;
  }

  #schedule img {
    height: 150px !important;
  }

  .banner-schedule {
    background-size: 130vh auto !important;
  }
}

/* 
---------------------------------------------
race category
--------------------------------------------- 
*/
.title-category {
  font-size: 3rem;
  font-weight: 900;
  color: #2A4937;
}

.race-category-font {
  font-family: 'Jersey M54', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 3px;
  line-height: 1;
  color: white;
}

.card-bg-35 {
  background-image: url(../../img/green-force-run/10k-2025.png);
  background-size: cover;
  background-color: #006269;
}

.card-bg-36 {
  background-image: url(../../img/green-force-run/5k-2025.png);
  background-size: cover;
  background-color: #3D8B4F;
}

.card-bg-37 {
  background-image: url(../../img/green-force-run/family-2025.png);
  background-size: cover;
  background-color: #D8B80D;
}

.card-bg-38 {
  background-image: url(../../img/green-force-run/21k-2025.png);
  background-size: cover;
  background-color: #C75300;
}

.card-bg-39 {
  background-image: url(../../img/green-force-run/kids-dash-2025.png);
  background-size: cover;
  background-color: #F6A443;
}

@media (max-width: 765px) {
  .title-category {
    font-size: 2rem;
  }
}

/* 
---------------------------------------------
how-to-run
--------------------------------------------- 
*/
#how-to-run {
  -webkit-border-radius: 0px, 179px, 0px, 0px;
  -moz-border-radius: 0px, 179px, 0px, 0px;
  border-radius: 0px, 179px, 0px, 0px;
  height: auto;
  position: relative;
  overflow: hidden;
  align-items: start;
  justify-content: start;
  background-repeat: no-repeat;
  /* background-size: 73% 93%; */
  background-image: linear-gradient(to bottom, #65AF8400 0%, #3B5D4F 100%), url("../../img/green-force-run/how-to-run-2025.png");
  background-position: left top;
}

.title-how-to-run {
  font-weight: 900;
  font-size: 3rem;
  color: #2A4937;
  line-height: 1;
}

#how-to-run .flow-how-to-run {
  height: 125vh;
}

.run-heading {
  align-self: center;
}

.run-heading p {
  align-self: center;
  font-weight: 900;
  font-size: 2.5rem;
  /* margin-top: 10px; */
  color: #2A4937;
}

.run-heading-bullet-1 {
  align-self: center;
  font-size: 2.5rem;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: start; */
  background-image: url('../../img/green-force-run/how-to-run-1.png');
}

.run-heading-bullet-2 {
  align-self: center;
  font-size: 2.5rem;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: start; */
  background-image: url('../../img/green-force-run/how-to-run-2.png');
}

.run-heading-bullet-3 {
  align-self: center;
  font-size: 2.5rem;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: start; */
  background-image: url('../../img/green-force-run/how-to-run-3.png');
}

.run-text {
  font-weight: 400;
}

.run-text p {
  color: #2A4937;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}

.run-text p a {
  color: #2A4937;
}

@media only screen and (max-width: 320px) {
  #how-to-run {
    background-size: 120% auto;
    background-image: linear-gradient(to bottom, #65AF8400 0%, #3B5D4FFF 100%), url("../../img/green-force-run/how-to-run-2025.png");
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1-mobile.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2-mobile.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3-mobile.png');
  }

  .title-how-to-run {
    color: white;
    font-size: 1.5rem;
  }

  #how-to-run {
    /* height: 1300px; */
    /* height: 410vw; */
    height: 700px;
  }

  .run-heading p {
    color: white;
    font-size: 14px !important;
  }

  .run-heading img {
    width: 23px !important;
  }

  .run-text p {
    color: white;
    font-size: 12px !important;
    line-height: 15px;
  }

  .run-text p a {
    color: white;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 5vw;
    height: 88vh;
  }
}

@media only screen and (min-width: 321px) and (max-width: 399px) {
  #how-to-run {
    /* background-size: 102% 102%; */
    /* background-size: 102vw 145vh; */
    background-size: 120% auto;
    background-image: linear-gradient(to bottom, #65AF8400 0%, #3B5D4F 100%), url("../../img/green-force-run/how-to-run-2025.png");
  }

  .title-how-to-run {
    color: white;
    font-size: 2rem;
  }

  #how-to-run {
    /* height: 1100px; */
    height: 250vw;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 0;
    height: 70vh;
  }

  .run-heading p {
    color: white;
    font-size: 18px !important;
  }

  .run-heading img {
    width: 23px !important;
  }

  .run-text p {
    color: white;
    font-size: 16px !important;
    line-height: 15px;
  }

  .run-text p a {
    color: white;
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1-mobile.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2-mobile.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3-mobile.png');
  }
}

@media only screen and (min-width: 400px) and (max-width: 535px) {
  #how-to-run {
    /* background-size: 105vw 130vh; */
    background-size: 102vw auto;
    background-image: linear-gradient(to bottom, #65AF8400 0%, #3B5D4F 100%), url("../../img/green-force-run/how-to-run-2025.png");
  }

  .title-how-to-run {
    color: white;
    font-size: 2rem;
  }

  #how-to-run {
    height: 180vw;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 0;
    height: 70vh;
  }

  .run-heading p {
    color: white;
    font-size: 16px !important;
  }

  .run-heading img {
    width: 23px !important;
  }

  .run-text p {
    color: white;
    font-size: 14px !important;
    line-height: 15px;
  }

  .run-text p a {
    color: white;
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1-mobile.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2-mobile.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3-mobile.png');
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 536px) and (max-width: 600px) {
  .title-how-to-run {
    color: white;
    font-size: 1.7rem;
  }

  #how-to-run {
    height: 850px;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 40px;
    height: 75vh;
  }

  .run-heading p {
    color: white;
    font-size: 15px !important;
  }

  .run-heading img {
    width: 23px !important;
  }

  .run-text p {
    color: white;
    font-size: 12px !important;
    line-height: 15px;
  }

  .run-text p a {
    color: white;
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1-mobile.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2-mobile.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3-mobile.png');
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .title-how-to-run {
    color: white;
    font-size: 1.7rem;
  }

  #how-to-run {
    height: 1000px;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 10vw;
    height: 115vh;
  }

  .run-heading p {
    color: white;
    font-size: 20px !important;
  }

  .run-heading img {
    width: 23px !important;
  }

  .run-text p {
    color: white;
    font-size: 16px !important;
    line-height: 15px;
  }

  .run-text p a {
    color: white;
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1-mobile.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2-mobile.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3-mobile.png');
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .title-how-to-run {
    color: #2A4937;
    font-size: 1.7rem;
  }

  #how-to-run {
    height: 120vh;
    background-size: 41% auto;
    background-image: linear-gradient(to bottom, #65AF8400 0%, #3B5D4F 100%), url("../../img/green-force-run/how-to-run-2025.png");
  }

  #how-to-run .flow-how-to-run {
    margin-left: 20vw;
    height: 130vh;
  }

  .run-heading p {
    color: #2A4937;
    font-size: 18px !important;
  }

  .run-text p {
    color: #2A4937;
    font-size: 14px !important;
    line-height: 18px;
  }

  .run-text p a {
    color: #2A4937;
  }

  .run-heading-bullet-1 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-1.png');
  }

  .run-heading-bullet-2 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-2.png');
  }

  .run-heading-bullet-3 {
    width: 25px;
    height: 25px;
    background-image: url('../../img/green-force-run/how-to-run-3.png');
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #how-to-run .flow-how-to-run {
    margin-left: 31vw;
    height: 67vw;
  }

  #how-to-run {
    height: 850px;
    /* width: 100%; */
    position: relative;
    /* padding: 70px 0px 90px 0px; */
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-color: #fff;
    background-position: left top;
  }

  .run-heading p {
    font-size: 1.5rem !important;
  }

  .run-heading img {
    width: 35px !important;
  }

  .run-text p {
    font-size: 1rem !important;
    line-height: 18px;
  }

  .run-heading-bullet-1 {
    width: 30px;
    height: 30px;
    background-image: url('../../img/green-force-run/how-to-run-1.png');
  }

  .run-heading-bullet-2 {
    width: 30px;
    height: 30px;
    background-image: url('../../img/green-force-run/how-to-run-2.png');
  }

  .run-heading-bullet-3 {
    width: 30px;
    height: 30px;
    background-image: url('../../img/green-force-run/how-to-run-3.png');
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #how-to-run {
    position: relative;
    height: 950px;
  }

  #how-to-run .flow-how-to-run {
    margin-left: 28.5vw;
    /* height: 110vh; */
    height: 50vw;
  }

  .title-how-to-run {
    font-size: 3rem;
  }

  .run-text p {
    font-size: 1rem !important;
  }

  .run-heading p {
    font-size: 2rem !important;
  }
}

/*
---------------------------------------------
faq
---------------------------------------------
*/
.title-faq {
  font-size: 3rem;
  font-weight: 900;
  color: #2A4937;
}

.title-tnc {
  font-size: 3rem;
  font-weight: 900;
  color: white;
}

#faq-background {
  padding: 50px 0px 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* background-image: url("../img/virtualrun/banner-faq-mobile.png"); */
  background-position: left top;
}

#tnc-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to right, transparent 0%, #006D37 100%), url("../../img/green-force-run/tnc-bg.png");
  background-color: #006D37;
}

#frequently-question {
  background-color: #FAFAFA;
}

#frequently-question .section-heading p {
  margin-bottom: 80px;
}

#frequently-question .left-text {
  align-self: center !important;
}

#frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}

#frequently-question .left-text span a {
  font-weight: 500;
}

@media (min-width: 992px) {

  .panel-title>a,
  .panel-title>a:active {
    padding: 15px 50px 15px 35px !important;
    font-size: 16px !important;
  }

  .panel-title-tnc>a,
  .panel-title-tnc>a:active {
    padding: 15px 50px 15px 35px !important;
    font-size: 16px !important;
  }

  .panel-body {
    font-size: 16px !important;
    padding: 20px 120px 20px 115px !important;
  }

  #faq-background {
    padding: 130px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* background-image: url("../img/virtualrun/banner-faq.png"); */
    background-position: left top;
  }
}

@media (min-width: 766px) and (max-width: 991px) {

  .panel-title>a,
  .panel-title>a:active {
    padding: 15px 15px 15px 15px !important;
    font-size: 14px !important;
  }

  .panel-body,
  .panel-body-tnc {
    padding: 20px 60px 20px 70px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 576px) and (max-width: 765px) {
  .title-faq {
    font-size: 2rem;
  }

  .title-tnc {
    font-size: 2rem;
  }

  #frequently-question .left-text {
    margin-bottom: 60px;
  }

  .panel-title>a,
  .panel-title>a:active {
    padding: 15px 10px 15px 0px !important;
    font-size: 13px !important;
  }

  .panel-body,
  .panel-body-tnc {
    font-size: 13px !important;
    padding: 20px 40px 20px 55px !important;
  }
}

@media (min-width: 530px) and (max-width: 575px) {
  .title-faq {
    font-size: 2rem;
  }

  .title-tnc {
    font-size: 2rem;
  }

  .right-straight-faq {
    padding-left: 45px !important;
  }

  .panel-title>a,
  .panel-title>a:active {
    padding: 15px 10px 15px 0px !important;
    font-size: 13px !important;
  }

  .panel-body,
  .panel-body-tnc {
    font-size: 13px !important;
    padding: 20px 40px 20px 55px !important;
  }
}

@media (min-width: 375px) and (max-width: 530px) {
  .title-faq {
    font-size: 2rem;
  }

  .title-tnc {
    font-size: 2rem;
  }

  .right-straight-faq {
    padding-left: 35px !important;
  }
}

@media (max-width: 374px) {
  .title-faq {
    font-size: 2rem;
  }

  .title-tnc {
    font-size: 2rem;
  }
}

.panel-heading,
.pane-heading-tnc {
  margin-top: 20px;
  border-radius: 10px;
  font-size: 14px !important;
  position: relative;
  /* transition: border-radius 0.5s; */
}

.panel-heading {
  background-color: #006D37;
}

.pane-heading-tnc {
  background-color: #2A4937;
}

.panel-heading:not(.active),
.panel-heading-tnc:not(.active) {
  transition: 1.5s;
  border-radius: 10px;
}

.panel-heading.active,
.panel-heading-tnc.active {
  border-radius: 10px 10px 0px 0px;
}

.panel-body,
.panel-body-tnc {
  padding: 20px 50px 20px 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 0px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0 0 10px 10px;
  font-size: 13px;
}

.panel-body {
  background-color: #006D37;
}

.panel-body-tnc {
  background-color: #2A4937;
}

.panel-body p,
.panel-body-tnc p {
  color: white;
}

.panel-title>a,
.panel-title>a:active {
  display: block;
  padding: 15px 10px 15px 10px;
  color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.panel-heading a:before {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transition: all 0.5s;
}

.panel-heading.active a:before,
.panel-heading-tnc.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-line {
  height: 1px;
  background: #95BCAC;
}

.panel-line:before,
.panel-line:after {
  content: '';
  height: 7px;
  width: 7px;
  border-radius: 7px;
  float: left;
  background: #95BCAC;
  margin-top: -3px;
}

.panel-line:after {
  float: right;
}

.panel-title-tnc>a,
.panel-title-tnc>a:active {
  display: block;
  padding: 15px 10px 15px 10px;
  color: #C0FD00;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.btn-tnc {
  background-color: #2A4937;
  color: #C0FD00;
  border-radius: 58.5px;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 16px;
  width: 300px;
  transition-duration: 0.4s;
}

.btn-tnc:hover {
  color: #006D37;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url("../img/virtualrun/banner-footer.jpg"); */
  background-position: center;
  /* height: 100%; */
}

footer .social {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

footer .social li {
  display: flex;
  justify-content: center;
  margin: 0px 10px 10px 10px;
}

footer .social li a {
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  footer .contact-footer {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    padding-left: 30px;
  }

  footer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url("../img/virtualrun/banner-footer-mobile.jpg"); */
    background-position: left top;
    /* height: 100%; */
  }

  footer .social {
    margin-top: 15px;
  }

  footer .contact-footer {
    padding-left: 30px !important;
  }
}

/* 
---------------------------------------------
CATEGORY DETAIL
--------------------------------------------- 
*/

#category-header {
  background-image: url(../../img/green-force-run/vector-bg-grey.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80% auto;
}

#category-route {
  background-color: #E6E6E6;
  background-image: url(../../img/green-force-run/vector-bg-white.png);
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 100% auto;
}

.category-title {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: 4px;
  font-size: 1.5rem;
  color: #2A4937;
}

.category-title-text {
  color: #2A4937;
  font-family: 'Jersey M54', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.race-fee-title,
.race-fee-subtitle {
  color: #2A4937;
  font-size: 1rem;
}

.span-box {
  padding: 5px 8px;
  font-size: 0px;
}

.card-category-info {
  height: 400px;
  width: 400px;
  border-radius: 1.5em;
  overflow: hidden;
  background-color: #F8F8F8;
}

.card-category-benefits {
  height: 400px;
  width: 800px;
  border-radius: 1.5em;
  overflow: hidden;
  background-color: #F8F8F8;
}

.btn-to-register {
  background-color: #2A4937;
  color: #C0FD00;
  border-radius: 58.5px;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 16px;
  width: 250px;
  transition-duration: 0.4s;
}

.btn-to-register:hover {
  color: #006D37;
}

.dropdown-menu {
  width: auto;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  z-index: 1000;
}

.dropdown-menu.show {
  max-height: 200px;
}

/* category-route */
.category-route-text {
  position: absolute;
  margin-left: -10px;
}

.category-route-text p {
  padding: 10px;
  color: #2A4937;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}

.category-route-name {
  width: 65%;
  padding: 10px;
  background-color: #006D37;
  font-family: 'Jersey M54', sans-serif;
  color: white;
  font-size: 3rem;
  line-height: 1;
}

.route-map-container {
  width: 100%;
  height: 120vh;
  background-color: white;
  border-style: solid;
  border-width: 5px;
  border-color: #C0FD00;
  border-radius: 50px;
  overflow: hidden;
}

.route-desktop {
  display: block;
}

.route-mobile {
  display: none;
}

@media (max-width: 991px) {
  .category-route-text {
    text-align: left;
    margin-bottom: 32px;
    margin-left: 35px;
  }

  .category-route-map {
    text-align: center;
    margin-bottom: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .route-map-container {
    height: auto;
  }
}

@media(max-width: 576px) {
  #category-header {
    background-image: none;
  }

  .category-title {
    font-size: 1.2rem !important;
  }

  .card-category-info,
  .card-category-benefits {
    width: 270px;
  }

  .race-fee-title,
  .race-fee-subtitle {
    font-size: 0.6rem;
  }

  .img-benefits-desktop {
    display: none;
  }

  .img-benefits-mobile {
    display: block;
  }

  .category-route-text {
    text-align: left;
    margin-left: 35px;
    margin-top: -15px;
  }

  .category-route-text p {
    font-size: 1.5rem;
  }

  .category-route-name {
    font-size: 2rem;
  }

  .route-map-container {
    height: auto;
  }

  .route-desktop {
    display: none;
  }

  .route-mobile {
    display: block;
  }
}

@media(min-width: 577px) {
  .img-benefits-desktop {
    display: block;
  }

  .img-benefits-mobile {
    display: none;
  }
}

.modal-nationality-header {
  background-image: url(../../img/green-force-run/modal-nationality.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 109, 55, 0.8);
  color: white;
  letter-spacing: 5px;
  /* position: relative; */
}

.modal-nationality-header h5 {
  font-weight: 900;
  font-size: 1.5rem;
}

.modal-body p {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2A4937;
  letter-spacing: 5px;
}

/* 
---------------------------------------------
REGISTRATION FORM
--------------------------------------------- 
*/

.form__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2A4937;
  letter-spacing: 5px;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 17px;
  color: #000;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #9b9b9b;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #006D37, #2A4937);
  border-image-slice: 1;
}

.form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #006D37;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.form__group .voucher-group {
  display: flex;
  flex-direction: column;
}

.btn-voucher {
  background-color: #006D37;
  color: white;
}

/* 
---------------------------------------------
REGISTRATION SUCCESS
--------------------------------------------- 
*/

.top-title-event {
  font-family: 'Myriad Pro Bold', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #464646;
}

/* 
---------------------------------------------
MY RACE
--------------------------------------------- 
*/

#my-race {
  background-image: url("../../img/green-force-run/my-race-bg-2025.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-attachment: fixed;
  height: 30vw;
  margin-top: -10vh;
}

.banner-my-race-home {
  overflow: hidden;
  /* position: relative; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-color: #fafafa;
  /* background-attachment: fixed; */
  /* height: 100vh; */
  background-image: url("../../img/green-force-run/vector-bg-grey.png");
  /* width:100% !important; */
}

@media only screen and (max-width: 600px) {
  #my-race {
    background-image: url("../../img/green-force-run/my-race-bg-mobile-2025.png");
    background-repeat: no-repeat;
    background-size: 130% auto;
    background-position: left top;
    background-attachment: fixed;
    height: 75vw;
    /* margin-top: -10vh; */
  }

  .my-race-title {
    font-size: 1rem !important;
  }
}

/* 
---------------------------------------------
result page
--------------------------------------------- 
*/

#result {
  background-image: url("../../img/green-force-run/result-2025.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-attachment: fixed;
  height: 30vw;
  margin-top: -10vh;
}

.event-result-tabs .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  /* flex-wrap: nowrap; */
}

.event-result-tabs .nav-tabs .nav-link {
  white-space: nowrap;
}

#resultSelectDesktop {
  display: block;
}

#resultSelectMobile {
  display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #result {
    background-image: url("../../img/green-force-run/result-mobile-2025.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    background-attachment: fixed;
    height: 75vh;
    /* margin-top: -10vh; */
  }

  .result-title {
    font-size: 1rem !important;
  }
  #resultSelectDesktop {
    display: none;
  }
  
  #resultSelectMobile {
    display: block;
  }
}

.dataTables_wrapper .dataTables_length,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info {
  color: #006D37;
  font-weight: 600 !important;
  font-size: 16px;
}

.nav-tabs .nav-link {
  color: #006D37;
  font-weight: 600;
  font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active-vr {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #dee2e6;
}

.event-result-tabs ul.nav-tabs li.resultDropDown {
  position: relative;
  padding-right: 35px;
}

.event-result-tabs ul.nav-tabs li.resultDropDown:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #006D37;
  position: absolute;
  right: 18px;
  top: 12px;
}

.event-result-tabs ul.nav-tabs li.resultDropDown:after {
  color: #37473F;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul li a {
  display: block;
  background: #fff;
  color: #000000 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 300;
  text-shadow: none;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #006D37;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul li a:hover {
  background: #fff;
  color: #006D37 !important;
  padding-left: 25px;
  font-weight: 900;
}

.event-result-tabs ul.nav-tabs li.resultDropDown ul li a:hover:before {
  width: 3px;
}

.event-result-tabs ul.nav-tabs li.resultDropDown:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.post-title {
  color: #272727;
  font-weight: 600;
  font-size: 20px;
  /* padding: 5px 0px 5px 0px; */
  padding: 0px 0px 0px 0px;
  font-weight: 900;
  margin-bottom:5px;
}

.post-body {
  /* padding-top: 20px; */
  font-weight: 400;
}

.post-caption {
  color: #878787;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-date {
  color: #878787;
  font-weight: 400;
  font-size: 12px;
}

.post-body p{
  font-weight: 400;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 1rem;
}

.post-body p img,
.post-body figure img{
  width: 100%;
  height: 100%;
}

.post-body figcaption {
  line-height: 1;
}

.post-top-title {
  color: #036933;
  font-weight: 900;
  font-size: 17px;
  margin-top: 10px;
}

.post-divider {
  border-left: 1px solid #AFB1B3;
  border-right: 1px solid #AFB1B3;
  height: 100%;
}

.post-card {
  /* height: 575px; */
  background-color: whitesmoke;
  
}

.post-author {
  color: #006D37; 
  font-weight:bold;
  font-size:13px;
  margin-bottom:5px;
}

.post-body-menu {
  font-weight: 400;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limits the text to 3 lines */
  -webkit-box-orient: vertical;
}

@media (min-width: 1199px) {
  .post-body p {
      font-weight: 400;
  }

  .post-body b,
  strong {
      font-weight: 400;
  }

  .post-body {
      font-weight: 400;
      font-size: 14px;
  }

  .post-divider {
      border-left: 1px solid #AFB1B3;
      border-right: 1px solid #AFB1B3;
      height: 100%;
  }

  .post-image-menu {
      height: 350px;
      width: 100%;
      object-fit: cover;
      object-position: 50% 0%;
  }

  .post-body-menu {
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
  }
}


@media (max-width: 1198px) {
  .post-body iframe {
      max-width: 100%;
      height: auto;
  }

  .post-divider {
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .post-card {
      /* height: 575px; */
      background-color: whitesmoke;
      padding: 10px;
      
  }
  .post-image-menu {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .post-body-menu {
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 991px) {

  .post-card {
    /* height: 615px; */
    background-color: whitesmoke;
    padding: 10px;
  }

  .post-image-menu {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }
}

@media (max-width: 767px) {

  .post-card {
    /* height: 615px; */
    background-color: whitesmoke;
    padding: 10px;
    
  }

  .post-image-menu {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .post-body-menu {
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
  }
}