@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  background-color: #000000;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.green-btn {
  color: var(--Primary, #fff);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1.2405rem 0.62rem;
  border-radius: 3.125rem;
  border: 1px solid #098809;
  background: var(--Accent, #098809);
  display: table;
  text-align: center;
  transition: 0.3s all ease;
}
.green-btn:hover {
  background: #fff;
  color: #098809;
}

.border-btn {
  color: var(--Primary, #fff);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1.2405rem 0.62rem;
  border-radius: 3.125rem;
  border: 1px solid var(--Primary, #fff);
  background-color: transparent;
  display: table;
  text-align: center;
  transition: 0.3s all ease;
}
.border-btn:hover {
  color: var(--Secondary, #000);
  background-color: #fff;
}

.white-btn {
  color: var(--Secondary, #000);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1.2405rem 0.62rem;
  border-radius: 3.125rem;
  background: var(--Primary, #fff);
  border: 1px solid var(--Primary, #fff);
  display: table;
  text-align: center;
  transition: 0.3s all ease;
}
.white-btn:hover {
  color: #fff;
  background: #098809;
}

.black-bg-sub-heading {
  color: var(--Primary, #fff);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3.125rem;
  background: var(--Secondary, #000);
  padding: 0.625rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.black-bg-sub-heading::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #098809;
  border-radius: 50%;
  position: relative;
  display: block;
}

.green-bg-sub-heading {
  color: var(--Primary, #fff);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3.125rem;
  background: var(--Accent, #098809);
  padding: 0.625rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.green-bg-sub-heading::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: block;
}

.black-border-sub-heading {
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3.125rem;
  border: 1px solid var(--Secondary, #000);
  background: rgba(255, 255, 255, 0);
  padding: 0.625rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.black-border-sub-heading::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #098809;
  border-radius: 50%;
  position: relative;
  display: block;
}

.green-border-sub-heading {
  color: var(--Primary, #fff);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3.125rem;
  border: 1px solid #098809;
  background: #202020;
  padding: 0.625rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.green-border-sub-heading::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: block;
}

.white-border-sub-heading {
  color: #ffffff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 3.125rem;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0.625rem;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.white-border-sub-heading::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #098809;
  border-radius: 50%;
  position: relative;
  display: block;
}

h2 {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.8125rem;
  /* 138.636% */
  margin: 0;
}

p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Secondary, #000);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
header button {
  display: none;
}
header .header-content-wraper {
  padding: 0.69rem 0;
  position: relative;
}
header .header-content-wraper .logo-wraper {
  position: absolute;
  top: 0.69rem;
  bottom: 0.69rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 6.375rem;
  max-height: 7.375rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  header .header-content-wraper .menu-wraper {
    width: 100%;
    display: block;
  }
  header .header-content-wraper .menu-wraper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.38rem;
  }
  header .header-content-wraper .menu-wraper ul li {
    color: var(--Primary, #fff);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
  }
  header .header-content-wraper .menu-wraper ul li:has(.sub-menu) {
    padding-right: 1.75rem;
  }
  header .header-content-wraper .menu-wraper ul li:has(.sub-menu)::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/arow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
  }
  header .header-content-wraper .menu-wraper ul li:nth-last-child(3) {
    margin-left: auto;
    display: block;
  }
  header .header-content-wraper .menu-wraper ul li:hover ul.sub-menu {
    max-height: 25rem;
  }
  header .header-content-wraper .menu-wraper ul li:hover a {
    color: #098809;
  }
  header .header-content-wraper .menu-wraper ul li:hover::after {
    filter: brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(4993%) hue-rotate(118deg) brightness(94%) contrast(93%);
  }
  header .header-content-wraper .menu-wraper ul li a {
    color: var(--Primary, #fff);
    padding: 3.09rem 0;
    transition: all 0.3s ease-in-out;
  }
  header .header-content-wraper .menu-wraper ul li ul.sub-menu {
    width: 16rem;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    top: 5.5rem;
    left: 0;
    display: block;
    max-height: 0px;
    transition: all 0.3s ease-in-out;
  }
  header .header-content-wraper .menu-wraper ul li ul.sub-menu li {
    color: #ffffff;
    border-bottom: 1px solid #525252;
  }
  header .header-content-wraper .menu-wraper ul li ul.sub-menu li a {
    padding: 1.3rem 0.8rem;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  header .header-content-wraper .menu-wraper ul li ul.sub-menu li a:hover {
    background-color: #098809;
  }
}

footer {
  padding: 3.75rem 0;
  background: linear-gradient(109deg, #098809 -33.27%, #034403 76.44%), var(--Accent, #098809);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
footer img.bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
footer .left-wraper {
  padding-right: 1.3125rem;
}
footer .left-wraper a.logo img {
  max-width: 7.6875rem;
  max-height: 9rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .left-wraper p {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 1.19rem 0 0;
}
footer .grid-wraper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0.625rem;
  gap: 3.03rem;
}
footer .grid-wraper .grid-item h5 {
  color: var(--White, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  /* 125% */
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer .grid-wraper .grid-item a.email-address {
  color: var(--Primary, #fff);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .grid-wraper .grid-item a.email-address img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .grid-wraper .grid-item ul.link li {
  color: var(--Primary, #fff);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin-bottom: 0.31rem;
}
footer .grid-wraper .grid-item ul.link li a {
  color: var(--Primary, #fff);
}
footer .grid-wraper .grid-item ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: 1.44rem;
}
footer .grid-wraper .grid-item ul.social-icon li {
  display: block;
}
footer .grid-wraper .grid-item ul.social-icon li a {
  display: table;
}
footer .grid-wraper .grid-item ul.social-icon li a img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .pp-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #ffffff;
  margin-top: 2.5rem;
}
footer .pp-wraper h6 {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}
footer .pp-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
footer .pp-wraper ul li {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  position: relative;
}
footer .pp-wraper ul li:last-child::after {
  display: none;
}
footer .pp-wraper ul li::after {
  content: "";
  width: 0.1rem;
  height: 75%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5rem;
  margin: auto;
}

section.home-banner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -2.5rem;
  padding: 4.375rem 0 8.625rem;
}
section.home-banner .bg-img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.home-banner .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner h1 {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
section.home-banner h1 span {
  color: var(--Accent, #098809);
}
section.home-banner h3 {
  max-width: 38.8125rem;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 3.72rem;
  margin: 0 auto;
  position: relative;
}
section.home-banner h3::after {
  content: "";
  width: 2.34375rem;
  height: 0.0625rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.home-banner h3::before {
  content: "";
  width: 2.34375rem;
  height: 0.0625rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.home-banner .shape-wraper {
  max-width: 46.25rem;
  display: block;
  padding: 2.0625rem 0.5625rem 3.4325rem;
  margin: 3.13rem auto 0;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
section.home-banner .shape-wraper p {
  max-width: 37.375rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}
section.home-banner .shape-wraper ul {
  padding: 0 1.87rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
section.home-banner .shape-wraper ul li {
  color: var(--Primary, #fff);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.home-banner .shape-wraper ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
}
section.home-banner .shape-wraper .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
section.home-banner .shape-wraper .btn-wraper a.green-btn {
  width: 13.625rem;
}
section.home-banner .shape-wraper .btn-wraper a.border-btn {
  width: 11.25rem;
}

section.home-sec2 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -5.25rem;
}
section.home-sec2 .white-box {
  border-radius: 2.5rem;
  background: #fff;
  overflow: hidden;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.home-sec2 .white-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
section.home-sec2 h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.home-sec2 h3 {
  max-width: 70.625rem;
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem auto;
}
section.home-sec2 .img-wraper {
  width: 100%;
  display: block;
  border-radius: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
section.home-sec2 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem;
}
section.home-sec2 a.green-btn {
  width: 13.625rem;
  margin: 0 auto;
}

section.home-sec3 {
  position: relative;
  overflow: hidden;
  margin-top: -3.75rem;
}
section.home-sec3 .bg-img-wraper {
  width: 100%;
  display: block;
}
section.home-sec3 .bg-img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .side-img-wraper {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
section.home-sec3 .side-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section.home-sec3 .content-wraper p {
  max-width: 37.0625rem;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
section.home-sec3 .content-wraper a.white-btn {
  width: 13.625rem;
}

section.home-sec4 {
  padding: 6.25rem 0 12rem;
  position: relative;
  overflow: hidden;
}
section.home-sec4 .img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-sec4 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 h6.green-bg-sub-heading {
  margin: 0 auto;
}
section.home-sec4 h3 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  /* 140% */
  margin: 0.87rem 0 2.5rem;
}
section.home-sec4 .card-wraper {
  display: block;
  background-color: transparent;
  padding-top: 3.35rem;
  margin-top: 1.81rem;
}
section.home-sec4 .card-wraper:has(.white-card) {
  margin-top: 0;
}
section.home-sec4 .card-wraper .green-card {
  position: relative;
  z-index: 0;
  border-radius: 0.75rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  padding: 4.75rem 3.88rem 1.25rem;
  width: 100%;
  min-height: 23.75rem;
  display: flex;
  flex-direction: column;
}
section.home-sec4 .card-wraper .green-card.white-card {
  background: #fff;
}
section.home-sec4 .card-wraper .green-card.white-card span.square {
  background: var(--Accent, #098809);
}
section.home-sec4 .card-wraper .green-card.white-card .text-wraper h4,
section.home-sec4 .card-wraper .green-card.white-card .text-wraper p {
  color: var(--Secondary, #000);
}
section.home-sec4 .card-wraper .green-card.white-card a.green-btn {
  width: 13.625rem;
  margin: 0 auto;
  margin-top: auto;
}
section.home-sec4 .card-wraper .green-card img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
  border-radius: 0.75rem;
}
section.home-sec4 .card-wraper .green-card span.square {
  width: 4.84913rem;
  height: 4.84913rem;
  border-radius: 0.25rem;
  background: var(--Primary, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
section.home-sec4 .card-wraper .green-card span.square img {
  max-width: 3.125rem;
  max-height: 3.14081rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-45deg);
}
section.home-sec4 .card-wraper .green-card .text-wraper {
  display: block;
}
section.home-sec4 .card-wraper .green-card .text-wraper h4 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.home-sec4 .card-wraper .green-card .text-wraper p {
  text-align: center;
}
section.home-sec4 .card-wraper .green-card a.white-btn {
  width: 13.625rem;
  margin: 0 auto;
  margin-top: auto;
}

section.home-sec5 {
  padding: 8.06rem 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -3.9375rem;
}
section.home-sec5 img.left-effect {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-sec5 img.right-effect {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section.home-sec5 .white-box {
  border-radius: 2.5rem;
  background: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -2;
}
section.home-sec5 .white-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
section.home-sec5 h6.black-border-sub-heading {
  margin: 0 auto;
}
section.home-sec5 h2 {
  max-width: 78rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.home-sec5 a.green-btn {
  width: 19.6875rem;
  margin: 0 auto;
}

section.home-sec6 {
  padding: 12.19rem 0 4.5rem;
  position: relative;
  z-index: 0;
  margin-top: -5.9375rem;
}
section.home-sec6 .img-wraper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.home-sec6 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 h6.white-border-sub-heading {
  margin: 0 auto;
}
section.home-sec6 h3 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0 2.5rem;
}
section.home-sec6 .merchandise-card {
  display: block;
  width: 100%;
}
section.home-sec6 .merchandise-card:hover .color-box img.product {
  transform: scale(1.08);
}
section.home-sec6 .merchandise-card .color-box {
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #098809 -48.65%, #002100 92.97%);
  min-height: 23.125rem;
  width: 100%;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
section.home-sec6 .merchandise-card .color-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/border-shape.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0.75rem;
}
section.home-sec6 .merchandise-card .color-box img.shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
}
section.home-sec6 .merchandise-card .color-box img.product {
  max-width: 14.125rem;
  max-height: 14.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
section.home-sec6 .merchandise-card .text-box {
  margin-top: 0.94rem;
  display: block;
}
section.home-sec6 .merchandise-card .text-box h5 {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  /* 233.333% */
  margin: 0;
}
section.home-sec6 .merchandise-card .text-box h5 a {
  color: #fff;
  display: block;
}
section.home-sec6 .merchandise-card .text-box p {
  color: #808080;
  margin: 0;
}
section.home-sec6 .merchandise-card .text-box span.price {
  color: var(--Accent, #098809);
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 3.5rem;
  /* 175% */
  display: block;
}
section.home-sec6 a.green-btn {
  margin: 2.69rem auto 0;
  width: 14.625rem;
}

section.home-sec7 {
  position: relative;
  z-index: 1;
}
section.home-sec7 .white-box {
  border-radius: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 6.25rem 0;
}
section.home-sec7 .white-box img.left-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.35;
}
section.home-sec7 .white-box img.right-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.35;
}
section.home-sec7 .white-box h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.home-sec7 .white-box h2 {
  text-align: center;
  margin: 1.25rem 0 2.5rem;
}
section.home-sec7 .white-box a.green-btn {
  margin: 2.5rem auto 0;
  width: 16.25rem;
}
section.home-sec7 .white-box .swiper {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
section.home-sec7 .white-box .swiper-slide {
  border-radius: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: 0.3s all ease;
}
section.home-sec7 .white-box .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -9.97%, rgba(0, 0, 0, 0) 37.77%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.home-sec7 .white-box .swiper-slide.swiper-slide-active::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/center-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  position: absolute;
  inset: 0;
}
section.home-sec7 .white-box .swiper-slide:has(~ .swiper-slide-active) {
  transform: scale(1.05) translateX(-40px);
}
section.home-sec7 .white-box .swiper-slide-active ~ .swiper-slide {
  transform: scale(1.05) translateX(40px);
}
section.home-sec7 .white-box .swiper-slide-active {
  transform: scale(1.4) !important;
}

section.home-sec8 {
  padding: 8.19rem 0 5.62rem;
  position: relative;
  z-index: 0;
  margin-top: -2.9375rem;
  overflow: hidden;
}
section.home-sec8 img.left-shape {
  width: auto;
  height: auto;
  position: absolute;
  left: -5.3125rem;
  top: 0;
  z-index: -1;
}
section.home-sec8 img.right-shape {
  width: auto;
  height: auto;
  position: absolute;
  right: -5.3125rem;
  top: 0;
  z-index: -1;
}
section.home-sec8 .img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.home-sec8 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
section.home-sec8 h6.white-border-sub-heading {
  margin: 0 auto;
}
section.home-sec8 h2 {
  color: var(--Primary, #fff);
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 3.69rem;
}
section.home-sec8 ul.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec8 ul.img li {
  display: table;
  padding: 0 4.38rem;
  position: relative;
}
section.home-sec8 ul.img li::after {
  content: "";
  width: 1px;
  height: 4.31306rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.home-sec8 ul.img li:first-child {
  padding-left: 0;
}
section.home-sec8 ul.img li:last-child {
  padding-right: 0;
}
section.home-sec8 ul.img li:last-child::after {
  display: none;
}
section.home-sec8 ul.img li img {
  width: auto;
  height: 7.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.inner-banner {
  padding: 4.1rem 0;
  position: relative;
  z-index: 0;
}
section.inner-banner .bg-img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  inset: 0;
  z-index: -2;
}
section.inner-banner .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  inset: 0;
  z-index: -1;
}
section.inner-banner h1 {
  color: var(--White, #fefefe);
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.25rem;
  text-align: center;
}
section.inner-banner ul.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
}
section.inner-banner ul.breadcrumbs li {
  color: var(--White, #fefefe);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
section.inner-banner ul.breadcrumbs li:last-child::after {
  display: none;
}
section.inner-banner ul.breadcrumbs li::after {
  content: ">";
  width: 0.625rem;
  height: 0.625rem;
  color: var(--White, #fefefe);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2rem;
  margin: auto;
}
section.inner-banner ul.breadcrumbs li a {
  color: var(--White, #fefefe);
}

section.mls-partnership-sec1 {
  padding: 4.66rem 0;
}
section.mls-partnership-sec1 .img-wraper {
  display: block;
  width: 100%;
  border-radius: 0.83975rem;
  position: relative;
  overflow: hidden;
}
section.mls-partnership-sec1 .img-wraper::after {
  content: "";
  border-radius: 0.83975rem;
  background: linear-gradient(0deg, #000 -1%, rgba(0, 0, 0, 0) 40.75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
}
section.mls-partnership-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.mls-partnership-sec1 .text-wraper {
  padding-left: 3rem;
}
section.mls-partnership-sec1 .text-wraper h3 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  font-size: 2.45rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin: 2rem 0;
}
section.mls-partnership-sec1 .text-wraper p {
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 2.5rem;
}
section.mls-partnership-sec1 .text-wraper p:last-of-type {
  margin-bottom: 2rem;
}
section.mls-partnership-sec1 .text-wraper a.green-btn {
  width: 13.625rem;
}

section.mls-partnership-sec2 {
  position: relative;
  z-index: 1;
}
section.mls-partnership-sec2 .white-wraper {
  border-radius: 2.5rem;
  background: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.mls-partnership-sec2 .white-wraper img.left-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.mls-partnership-sec2 .white-wraper img.right-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section.mls-partnership-sec2 .white-wraper h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.mls-partnership-sec2 .white-wraper h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0 2.65rem;
}
section.mls-partnership-sec2 .white-wraper .card-wraper {
  display: block;
  background-color: transparent;
  padding-top: 4.31rem;
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card {
  position: relative;
  z-index: 0;
  border-radius: 0.75rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  padding: 5.94rem 2rem 3.19rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card span.square {
  width: 6.04569rem;
  height: 6.04569rem;
  border-radius: 0.25rem;
  border: 1px solid #098809;
  background: var(--Primary, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.9rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card span.square img {
  max-width: 3.3125rem;
  max-height: 3.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-45deg);
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card .text-wraper {
  display: block;
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card .text-wraper h4 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.mls-partnership-sec2 .white-wraper .card-wraper .green-card .text-wraper p {
  max-width: 33.375rem;
  text-align: center;
  margin: 0 auto;
}

section.mls-partnership-sec3 {
  padding: 12.19rem 0 7.94rem;
  margin-top: -5rem;
}
section.mls-partnership-sec3 .img-wraper img {
  opacity: unset;
}
section.mls-partnership-sec3 h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
section.mls-partnership-sec3 p {
  max-width: 62.875rem;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.75rem;
  /* 183.333% */
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

section.mls-partnership-sec4 {
  position: relative;
  z-index: 1;
}
section.mls-partnership-sec4 .white-box-wraper {
  padding: 5rem 0;
  border-radius: 2.5rem;
  background: #fff;
}
section.mls-partnership-sec4 h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.mls-partnership-sec4 h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0 3.22rem;
}
section.mls-partnership-sec4 .green-card {
  border-radius: 0.875rem;
  border: 0.667px solid var(--Primary, #fff);
  background: var(--Accent, #098809);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 1.5625rem 1.25rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.mls-partnership-sec4 .green-card img.shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1rem;
  left: -1.2rem;
  z-index: -1;
}
section.mls-partnership-sec4 .green-card span {
  border-radius: 0.625rem;
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mls-partnership-sec4 .green-card span img {
  max-width: 1.75rem;
  max-height: 1.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.mls-partnership-sec4 .green-card h5 {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 116.667% */
  margin: 2.5rem 0 0.87rem;
}
section.mls-partnership-sec4 .green-card p {
  font-size: 0.875rem;
  line-height: 1.42188rem;
  /* 162.5% */
}
section.mls-partnership-sec4 .white-card {
  border-radius: 0.875rem;
  border: 0.667px solid var(--Accent, #098809);
  background: var(--Primary, #fff);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 1.5625rem 1.25rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.mls-partnership-sec4 .white-card img.shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1rem;
  left: -1.2rem;
  z-index: -1;
}
section.mls-partnership-sec4 .white-card span {
  border-radius: 0.625rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.mls-partnership-sec4 .white-card span img {
  max-width: 1.75rem;
  max-height: 1.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.mls-partnership-sec4 .white-card h5 {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 116.667% */
  margin: 2.5rem 0 0.87rem;
}
section.mls-partnership-sec4 .white-card p {
  color: #9f9fa9;
  font-size: 0.875rem;
  line-height: 1.42188rem;
  /* 162.5% */
}

section.mls-partnership-sec5 {
  padding: 10rem 0 5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -5rem;
}
section.mls-partnership-sec5 .img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.mls-partnership-sec5 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
section.mls-partnership-sec5 .text-wraper h6.green-border-sub-heading {
  margin: 0 auto;
}
section.mls-partnership-sec5 .text-wraper h3 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin: 2rem 0 1.25rem;
}
section.mls-partnership-sec5 .text-wraper p {
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2rem;
}
section.mls-partnership-sec5 .text-wraper .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
section.mls-partnership-sec5 .text-wraper .btn-wraper a.green-btn {
  width: 13.625rem;
}
section.general-enquiry-sec1 {
  padding: 5rem 0 2.37rem;
}
section.general-enquiry-sec1 .inquiries-box {
  padding: 2.04169rem 2.04169rem 1.7rem 2.04169rem;
  border-radius: 0.625rem;
  border: 0.667px solid #1e2939;
  background: linear-gradient(180deg, rgba(13, 84, 43, 0.2) 0%, #000 100%), rgba(16, 24, 40, 0.5);
}
section.general-enquiry-sec1 .inquiries-box h4 {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 100% */
  margin-bottom: 1.5rem;
}
section.general-enquiry-sec1 .inquiries-box img.email-img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
section.general-enquiry-sec1 .inquiries-box span.email {
  display: block;
  color: #99a1af;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  margin-bottom: 0.19rem;
}
section.general-enquiry-sec1 .inquiries-box a.email-address {
  color: #fff;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
section.general-enquiry-sec1 .inquiries-box h6 {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.58rem 0 1rem;
}
section.general-enquiry-sec1 .inquiries-box ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
section.general-enquiry-sec1 .inquiries-box ul.social-icon li:hover a img, section.general-enquiry-sec1 .inquiries-box ul.social-icon li.active a img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(69%) saturate(3004%) hue-rotate(97deg) brightness(100%) contrast(93%);
}
section.general-enquiry-sec1 .inquiries-box ul.social-icon li a {
  display: table;
}
section.general-enquiry-sec1 .inquiries-box ul.social-icon li a img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
section.general-enquiry-sec1 .form-wraper {
  border-radius: 0.75rem;
  border: 1px solid #098809;
  background: #fff;
  padding: 1.875rem;
}
section.general-enquiry-sec1 .form-wraper h3 {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  /* 100% */
  margin-bottom: 0.87rem;
}
section.general-enquiry-sec1 .form-wraper p {
  color: #5a5a5a;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1.5rem;
}
section.general-enquiry-sec1 .form-wraper .flex-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  justify-content: space-between;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper {
  width: 100%;
  display: block;
  margin-bottom: 1.25rem;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper:has(textarea) {
  margin-bottom: 1.5rem;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper label {
  color: var(--Secondary, #000);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 171.429% */
  display: block;
  margin-bottom: 0.75rem;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper input:not([type=submit]),
section.general-enquiry-sec1 .form-wraper .fild-wraper select,
section.general-enquiry-sec1 .form-wraper .fild-wraper textarea {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  padding: 0.625rem;
  outline: none;
  color: #000;
  font-size: 1rem;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper input:not([type=submit])::-moz-placeholder, section.general-enquiry-sec1 .form-wraper .fild-wraper select::-moz-placeholder, section.general-enquiry-sec1 .form-wraper .fild-wraper textarea::-moz-placeholder {
  color: #696766;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.general-enquiry-sec1 .form-wraper .fild-wraper input:not([type=submit])::placeholder,
section.general-enquiry-sec1 .form-wraper .fild-wraper select::placeholder,
section.general-enquiry-sec1 .form-wraper .fild-wraper textarea::placeholder {
  color: #696766;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
section.general-enquiry-sec1 .form-wraper .fild-wraper select {
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right 0.62rem center;
  background-size: 1.5rem 1.5rem;
  padding-right: 2.75rem;
  color: #696766;
}
section.general-enquiry-sec1 .form-wraper .fild-wraper textarea {
  min-height: 9.8125rem;
  resize: none;
}
section.general-enquiry-sec1 .form-wraper input[type=submit] {
  width: 100%;
}

section.partnership-opportunity-sec1 .row {
  align-items: center;
}
section.partnership-opportunity-sec1 .img-wraper {
  padding-left: 3.125rem;
}
section.partnership-opportunity-sec1 .img-wraper::after {
  display: none;
}
section.partnership-opportunity-sec1 .text-wraper {
  padding: 0 0.625rem 0 1.875rem;
}

section.partnership-opportunity-sec2 {
  position: relative;
  z-index: 1;
  margin-top: -2.625rem;
}
section.partnership-opportunity-sec2 .white-card,
section.partnership-opportunity-sec2 .green-card {
  height: 100%;
}

section.partnership-opportunity-sec3 {
  padding: 12.19rem 0 7.06rem;
  margin-top: -5rem;
}
section.partnership-opportunity-sec3 .img-wraper img {
  opacity: unset;
}
section.partnership-opportunity-sec3 h6.white-border-sub-heading {
  margin: 0 auto;
}
section.partnership-opportunity-sec3 p {
  max-width: 62.875rem;
}

section.registration-sec1 {
  padding: 0.75rem 0 3.62rem;
}
section.registration-sec1 .img-wraper {
  width: 100%;
  display: block;
}
section.registration-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.registration-sec1 .text-wraper {
  padding-left: 3.125rem;
}
section.registration-sec1 .text-wraper h3 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin-bottom: 2rem;
}
section.registration-sec1 .text-wraper h5 {
  color: var(--Accent, #098809);
  font-family: "Roboto Condensed";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 133.333% */
  margin-bottom: 0.94rem;
}
section.registration-sec1 .text-wraper p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2.5rem;
}
section.registration-sec1 .text-wraper p + p {
  margin-bottom: 2rem;
}
section.registration-sec1 .text-wraper ul {
  margin-bottom: 2rem;
}
section.registration-sec1 .text-wraper ul:last-of-type {
  margin: 0;
}
section.registration-sec1 .text-wraper ul li {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  /* 166.667% */
  padding-left: 2.25rem;
  position: relative;
}
section.registration-sec1 .text-wraper ul li::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 1.1rem;
  left: 1rem;
}

section.registration-sec2 {
  padding: 5rem 0;
}
section.registration-sec2 .form-wraper {
  padding: 1.88rem 1.88rem 2.5rem;
}
section.registration-sec2 .form-wraper h3 {
  text-align: center;
}
section.registration-sec2 .form-wraper p {
  text-align: center;
}
section.registration-sec2 .form-wraper .input-wrapper {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  padding: 0.625rem;
  display: flex;
  align-items: center;
}
section.registration-sec2 .form-wraper .input-wrapper .code-display {
  color: #696766;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: table;
  padding: 0.1875rem 2.25rem 0.1875rem 0;
  background-image: url(../images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
}
section.registration-sec2 .form-wraper .input-wrapper input[type=tel] {
  height: 1.875rem;
  border-radius: unset;
  border: none;
  padding: 0;
  padding: 0.1875rem 0.6rem;
}

section.tournament-sec1 {
  padding: 3.62rem 0;
}
section.tournament-sec1 .img-wraper {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.83975rem;
  padding-left: 1.5rem;
  position: relative;
}
section.tournament-sec1 .img-wraper img.absolute {
  max-width: 7.6875rem;
  max-height: 9.4375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.83975rem;
  position: absolute;
  left: -2rem;
  bottom: 4.06rem;
}
section.tournament-sec1 .img-wraper img.main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.83975rem;
}
section.tournament-sec1 .text-wraper {
  width: 100%;
  display: block;
  padding-right: 3.125rem;
}
section.tournament-sec1 .text-wraper h3 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin-bottom: 2rem;
}
section.tournament-sec1 .text-wraper p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2rem;
}
section.tournament-sec1 .text-wraper p:last-child {
  margin: 0;
}

section.tournament-sec2 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.tournament-sec2 .bg-img-wraper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
section.tournament-sec2 .bg-img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.tournament-sec2 h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin-bottom: 1.25rem;
}
section.tournament-sec2 p {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  max-width: 70.625rem;
  margin: 0 auto;
}

section.tournament-sec3 {
  padding: 5rem 0 4.62rem;
  background-color: #ffffff;
}
section.tournament-sec3 h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.tournament-sec3 h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0;
}
section.tournament-sec3 p {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2.5rem;
}
section.tournament-sec3 .green-card {
  padding: 2.03rem 3.88rem 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 3.25rem;
}
section.tournament-sec3 .green-card img.bg-shape {
  width: auto;
  height: auto;
  top: -1rem;
  left: -1.1rem;
  position: absolute;
  z-index: -1;
}
section.tournament-sec3 .green-card span.white-line {
  border-radius: 1398100rem;
  background: #fff;
  width: 4rem;
  height: 0.5rem;
  display: table;
  margin: 0 auto;
}
section.tournament-sec3 .green-card h4 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 1.12rem 0 1rem;
}
section.tournament-sec3 .green-card p {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1.12rem;
  min-height: 7.5rem;
}
section.tournament-sec3 .green-card a.white-btn {
  width: 13.625rem;
  margin: 0 auto;
}
section.tournament-sec3 .white-card {
  padding: 2.03rem 3.88rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid #098809;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.tournament-sec3 .white-card img.bg-shape {
  width: auto;
  height: auto;
  top: -1rem;
  left: -1.1rem;
  position: absolute;
  z-index: -1;
}
section.tournament-sec3 .white-card span.white-line {
  border-radius: 1398100rem;
  background: #fff;
  width: 4rem;
  height: 0.5rem;
  display: table;
  margin: 0 auto;
}
section.tournament-sec3 .white-card h4 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 1.12rem 0 1rem;
}
section.tournament-sec3 .white-card p {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1.12rem;
  min-height: 7.5rem;
}
section.tournament-sec3 .white-card a.green-btn {
  width: 13.625rem;
  margin: 0 auto;
}

section.tournament-sec4 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.tournament-sec4 .img-wraper {
  width: 100%;
  height: 100%;
  border-color: #000000;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.tournament-sec4 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.12;
}
section.tournament-sec4 h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.tournament-sec4 h3 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin-bottom: 2.5rem;
}
section.tournament-sec4 .item-wraper img.hotel {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.83975rem;
}
section.tournament-sec4 .item-wraper h4 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.5rem 0 2rem;
}
section.tournament-sec4 .item-wraper h5 {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.tournament-sec4 .item-wraper h5 img {
  max-width: 1.8125rem;
  max-height: 1.8125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.tournament-sec4 .item-wraper p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
}

section.tournament-sec5 .white-wraper {
  padding: 5rem 0;
  border-radius: 2.5rem;
  background: #fff;
}
section.tournament-sec5 .white-wraper h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.tournament-sec5 .white-wraper h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0 2.5rem;
}
section.tournament-sec5 .white-wraper .green-cord-wraper {
  display: block;
  width: 100%;
  padding-top: 3.37rem;
  overflow: hidden;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card {
  border-radius: 0.75rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  padding: 5.44rem 0.37rem;
  position: relative;
  z-index: 0;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card span.square {
  border-radius: 0.25rem;
  border: 1px solid #098809;
  background: var(--Primary, #fff);
  width: 3.9675rem;
  height: 3.9675rem;
  transform: rotate(45deg);
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card span.square img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-45deg);
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card img.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card h4 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card p {
  text-align: center;
}
section.tournament-sec5 .white-wraper .green-cord-wraper .green-card span.number {
  color: rgba(255, 255, 255, 0.12);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 4.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 30.38% */
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

section.tournament-sec6 {
  margin: 0;
}
section.tournament-sec6 .img-wraper img {
  opacity: 0.4;
}

section.tournament-sec7 {
  position: relative;
  z-index: 1;
}
section.tournament-sec7 .white-wraper {
  padding: 6.25rem 0;
  border-radius: 2.5rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.tournament-sec7 .white-wraper img.left-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 1rem;
  left: -1.1rem;
  z-index: -1;
}
section.tournament-sec7 .white-wraper img.right-shape {
  width: auto;
  height: auto;
  position: absolute;
  top: 1rem;
  right: -1.1rem;
  z-index: -1;
}
section.tournament-sec7 .white-wraper h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}
section.tournament-sec7 .white-wraper p {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2.5rem;
}
section.tournament-sec7 .white-wraper .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
section.tournament-sec7 .white-wraper .btn-wraper a.green-btn {
  min-width: 13.625rem;
}
section.tournament-sec7 .white-wraper .btn-wraper a.border-btn {
  border: 1px solid var(--Accent, #098809);
  color: var(--Secondary, #000);
  min-width: 12.9375rem;
}

section.tournament-sec8 {
  padding: 8rem 0 5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -3rem;
}
section.tournament-sec8 .img-wraper {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
section.tournament-sec8 .img-wraper img {
  width: 100%;
  height: 21.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
section.tournament-sec8 h6.green-border-sub-heading {
  margin: 0 auto;
}
section.tournament-sec8 h3 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: Oswald;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin: 2rem 0;
}
section.tournament-sec8 p {
  max-width: 61.25rem;
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin: 0 auto;
}
section.tournament-sec8 .image-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.88rem;
  margin: 2.5rem 0;
}
section.tournament-sec8 .image-box img {
  width: 100%;
  height: 26.5625rem;
  border-radius: 1.25rem;
  border: 1px solid #098809;
}
section.tournament-sec8 a.white-btn {
  margin: 0 auto;
  min-width: 16.875rem;
}

section.about-sec1 {
  padding: 5rem 0;
}
section.about-sec1 .text-wraper {
  padding: 0 0.9375rem 0 2.125rem;
  width: 100%;
}
section.about-sec1 .text-wraper h3 {
  color: var(--Primary, #fff);
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  /* 140% */
  margin: 2rem 0;
}
section.about-sec1 .text-wraper p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  /* 166.667% */
  margin-bottom: 2.5rem;
}
section.about-sec1 .text-wraper p:last-of-type {
  margin: 0;
}
section.about-sec1 .img-wraper {
  width: 100%;
  padding: 0 2.0625rem 0 3.0625rem;
}
section.about-sec1 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-sec2 {
  position: relative;
  z-index: 1;
}
section.about-sec2 .white-wraper {
  border-radius: 2.5rem 2.5rem 2.5rem 0;
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.about-sec2 .white-wraper .img-wraper {
  position: relative;
  overflow: hidden;
  width: 48%;
}
section.about-sec2 .white-wraper .img-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 -1%, rgba(0, 0, 0, 0) 40.75%);
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
}
section.about-sec2 .white-wraper .img-wraper img.left-img {
  width: 100%;
  height: 46.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem 0 0 0;
}
section.about-sec2 .white-wraper .content-wraper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  align-items: center;
}
section.about-sec2 .white-wraper .content-wraper .text-wraper {
  padding-left: 5rem;
}
section.about-sec2 .white-wraper .content-wraper .text-wraper p {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.75rem;
  /* 183.333% */
  margin: 1.25rem 0 2.5rem;
}
section.about-sec2 .white-wraper .content-wraper .text-wraper p:last-child {
  margin: 0;
}

section.about-sec3 {
  padding: 12rem 0 8.94rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -5.75rem;
}
section.about-sec3 .img-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
}
section.about-sec3 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
section.about-sec3 h3 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.5rem;
  /* 140% */
  margin-bottom: 2.5rem;
}
section.about-sec3 .green-cord-wraper {
  display: block;
  width: 100%;
  padding-top: 3.37rem;
  overflow: hidden;
  height: 100%;
}
section.about-sec3 .green-cord-wraper .green-card {
  border-radius: 0.75rem;
  background: linear-gradient(177deg, #098809 2.55%, #034403 179.67%);
  padding: 4.69rem 0.37rem 3.19rem;
  position: relative;
  z-index: 0;
  height: 100%;
}
section.about-sec3 .green-cord-wraper .green-card span.square {
  border-radius: 0.25rem;
  border: 1px solid #098809;
  background: var(--Primary, #fff);
  width: 3.9675rem;
  height: 3.9675rem;
  transform: rotate(45deg);
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about-sec3 .green-cord-wraper .green-card span.square img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-45deg);
}
section.about-sec3 .green-cord-wraper .green-card img.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
section.about-sec3 .green-cord-wraper .green-card h4 {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}
section.about-sec3 .green-cord-wraper .green-card p {
  text-align: center;
}

section.about-sec4 {
  position: relative;
  overflow: hidden;
}
section.about-sec4 .video-wraper {
  width: 100%;
  height: 39.375rem;
  position: relative;
}
section.about-sec4 .video-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
section.about-sec4 .video-wraper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.about-sec4 .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}
section.about-sec4 .content-wraper h2 {
  margin: 1.25rem 0 0.62rem;
  color: #ffffff;
}
section.about-sec4 .content-wraper p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2rem;
  /* 133.333% */
}

section.about-sec5 {
  padding: 3.12rem 0 5.12rem;
  background: var(--Accent, #098809);
}
section.about-sec5 .grid-wraper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8.63rem;
}
section.about-sec5 .grid-wraper .item {
  padding-right: 2.56rem;
  position: relative;
  overflow: hidden;
}
section.about-sec5 .grid-wraper .item:last-child::after {
  display: none;
}
section.about-sec5 .grid-wraper .item::after {
  content: "";
  width: 0.0625rem;
  height: 4.9375rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.about-sec5 .grid-wraper .item span {
  color: var(--Primary, #fff);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  /* 85.714% */
  display: block;
  margin-bottom: 0.56rem;
}
section.about-sec5 .grid-wraper .item p {
  color: var(--Primary, #fff);
  text-align: center;
}

section.about-sec6 {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: -4.12rem;
}
section.about-sec6 .white-wraper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 2.5rem;
  background: #fff;
}
section.about-sec6 .white-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
section.about-sec6 h6.black-bg-sub-heading {
  margin: 0 auto;
}
section.about-sec6 h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  /* 140% */
  margin: 1.25rem 0 2.5rem;
}
section.about-sec6 .img-wraper {
  width: 100%;
  height: 23.3125rem;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
section.about-sec6 .img-wraper::after {
  content: "";
  border-radius: 2.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) -1%, rgba(0, 0, 0, 0) 40.75%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 1;
}
section.about-sec6 .img-wraper img {
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

section.about-sec7 {
  padding: 5rem 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.about-sec7 .img-wraper {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.about-sec7 .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.12;
}
section.about-sec7 .row {
  gap: 1.88rem 0;
}
section.about-sec7 h6.white-border-sub-heading {
  margin: 0 auto;
}
section.about-sec7 h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.37rem;
  margin-top: 1.25rem;
}
section.about-sec7 .leaders-card-wraper {
  background-color: #ffffff;
  border: 2px solid #098809;
}
section.about-sec7 .leaders-card-wraper:hover .leader-img img {
  transform: scale(1.08);
}
section.about-sec7 .leaders-card-wraper .leader-img {
  overflow: hidden;
  display: block;
}
section.about-sec7 .leaders-card-wraper .leader-img img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
section.about-sec7 .leaders-card-wraper .about-leader {
  padding: 1.25rem;
  background-color: #ffffff;
}
section.about-sec7 .leaders-card-wraper .about-leader h4 {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
  margin-bottom: 1.12rem;
}
section.about-sec7 .leaders-card-wraper .about-leader h5 {
  color: #696969;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9rem;
  margin: 0;
}

section.about-sec8 .white-wraper {
  padding: 5rem 0;
  border-radius: 2.5rem 2.5rem 0 0;
}

section.registration-sec2 .form-wraper .input-wrapper {
  border-radius: 0;
  border: unset;
  padding: 0;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown {
  width: 100%;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown .flag-container .selected-flag {
  background: transparent;
  padding-left: 0;
  width: auto;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown .flag-container .selected-flag .iti-flag {
  display: none !important;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown .flag-container .selected-flag .selected-dial-code {
  color: #696766;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: table;
  padding: 0.1875rem 2.25rem 0.1875rem 0.625rem;
  height: 100%;
  display: flex;
  align-items: center;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown .flag-container .selected-flag .iti-arrow {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(https://fm-connect1.fortmindz.in/wp-nsf-usa/wp-content/uploads/2026/04/select-arow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown ul.country-list li .flag-box {
  display: none;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown ul.country-list li span.country-name {
  display: none;
}

section.registration-sec2 .form-wraper .input-wrapper .allow-dropdown ul.country-list li.divider {
  display: none;
}

section.thankyou {
  background-color: #fff;
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  z-index: 999999999999999;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.thankyou::-webkit-scrollbar {
  display: none;
}
section.thankyou .thankyou-card {
  max-width: 60rem;
  width: 100%;
  background: #ffffff;
  border-radius: 2rem;
  text-align: center;
  padding: 2.5rem 2rem 2.8rem 2rem;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease;
  margin: 0 auto;
}
section.thankyou .thankyou-card .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(9, 136, 9, 0.062745098);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
section.thankyou .thankyou-card .icon-wrapper svg {
  width: 52px;
  height: 52px;
  color: #098809;
  stroke-width: 1.8;
}
section.thankyou .thankyou-card h1 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #098809;
  margin-bottom: 0.65rem;
  line-height: 1.2;
}
section.thankyou .thankyou-card .sub-message {
  font-size: 1.1rem;
  color: #2c3e2f;
  font-weight: 500;
  border-bottom: 2px solid rgba(9, 136, 9, 0.1254901961);
  display: inline-block;
  padding-bottom: 0.25rem;
}
section.thankyou .thankyou-card .details-card {
  background: #ffffff;
  border: 1px solid #e6ede3;
  border-radius: 1.5rem;
  padding: 1.2rem 1rem;
  margin: 1.5rem 0 1.8rem 0;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
section.thankyou .thankyou-card .details-card .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.6rem 0.2rem;
  border-bottom: 1px dashed #e2e9de;
  font-size: 0.95rem;
}
section.thankyou .thankyou-card .details-card .detail-row:last-child {
  border: none;
}
section.thankyou .thankyou-card .details-card .detail-row span.detail-label {
  font-weight: 600;
  color: #2b4727;
  letter-spacing: -0.2px;
}
section.thankyou .thankyou-card .details-card .detail-row span.detail-value {
  color: #1e2f1c;
  font-weight: 500;
  font-family: monospace;
  font-size: 1rem;
  background: #fafdf7;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
}
section.thankyou .thankyou-card .details-card .detail-row span.detail-value.amount-highlight {
  font-weight: 800;
  color: #098809;
  font-size: 1.1rem;
}
section.thankyou .thankyou-card .extra-note {
  background: rgba(9, 136, 9, 0.031372549);
  border-left: 4px solid #098809;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  color: #1f3a1c;
  margin-top: 1rem;
  text-align: left;
}
section.thankyou .thankyou-card .extra-note p {
  color: #1f3a1c;
  margin: 0;
  font-weight: 500;
}
section.thankyou .thankyou-card a.back-btn {
  margin-top: 2rem;
  display: inline-block;
  background: transparent;
  border: 1.5px solid #098809;
  padding: 0.7rem 1.6rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #098809;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.2px;
}
section.thankyou .thankyou-card a.back-btn:hover {
  background: #098809;
  color: white;
  border-color: #098809;
}

section.past-tournament-winner-sec1 {
  padding: 5rem 0;
}
section.past-tournament-winner-sec1 h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
section.past-tournament-winner-sec1 .table-wraper {
  width: 100%;
  overflow-x: auto;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 20px 35px -12px rgba(255, 255, 255, 0.12), 0 2px 6px rgba(255, 255, 255, 0.02);
  transition: box-shadow 0.3s;
}
section.past-tournament-winner-sec1 .table-wraper table {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}
section.past-tournament-winner-sec1 .table-wraper table thead tr {
  background: #098809;
}
section.past-tournament-winner-sec1 .table-wraper table thead tr th {
  padding: 1.125rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #0c7c0c;
  text-align: left;
  background: #098809;
}
section.past-tournament-winner-sec1 .table-wraper table tbody tr {
  transition: background 0.2s ease, transform 0.05s;
  border-bottom: 1px solid #eef2f0;
}
section.past-tournament-winner-sec1 .table-wraper table tbody tr:nth-child(even) {
  background: rgba(9, 136, 9, 0.062745098);
}
section.past-tournament-winner-sec1 .table-wraper table tbody tr td:first-child {
  color: #0a4b0a;
}
section.past-tournament-winner-sec1 .table-wraper table tbody tr td {
  color: #1e1e1e;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.9375rem 1.25rem;
  border-bottom: 1px solid #e9ecec;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  color: #000;
  margin: 2rem 0 1rem !important;
}

.privacy-policy .about-sec1 {
  padding: 80px 0;
  background-color: #000000;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Base Typography */
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.privacy-policy .about-sec1 .text-wraper > * {
  margin-bottom: 1.5rem;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Headings - Using Roboto Condensed from your global styles */
}
.privacy-policy .about-sec1 .text-wraper h1,
.privacy-policy .about-sec1 .text-wraper h2,
.privacy-policy .about-sec1 .text-wraper h3,
.privacy-policy .about-sec1 .text-wraper h4,
.privacy-policy .about-sec1 .text-wraper h5,
.privacy-policy .about-sec1 .text-wraper h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2.5rem;
}
.privacy-policy .about-sec1 .text-wraper h1:first-child,
.privacy-policy .about-sec1 .text-wraper h2:first-child,
.privacy-policy .about-sec1 .text-wraper h3:first-child,
.privacy-policy .about-sec1 .text-wraper h4:first-child,
.privacy-policy .about-sec1 .text-wraper h5:first-child,
.privacy-policy .about-sec1 .text-wraper h6:first-child {
  margin-top: 0;
}
.privacy-policy .about-sec1 .text-wraper h1 {
  font-size: 3rem;
  color: #098809;
  margin-bottom: 2rem;
}
.privacy-policy .about-sec1 .text-wraper h2 {
  font-size: 2.25rem;
  color: #098809;
  border-left: 4px solid #098809;
  padding-left: 15px;
}
.privacy-policy .about-sec1 .text-wraper h3 {
  font-size: 1.75rem;
}
.privacy-policy .about-sec1 .text-wraper h4 {
  font-size: 1.5rem;
}
.privacy-policy .about-sec1 .text-wraper h5 {
  font-size: 1.25rem;
}
.privacy-policy .about-sec1 .text-wraper h6 {
  font-size: 1.1rem;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Body Content */
}
.privacy-policy .about-sec1 .text-wraper p {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  font-weight: 400;
}
.privacy-policy .about-sec1 .text-wraper strong,
.privacy-policy .about-sec1 .text-wraper b {
  color: #098809;
  font-weight: 700;
}
.privacy-policy .about-sec1 .text-wraper a {
  color: #098809;
  text-decoration: underline;
  transition: 0.3s ease;
}
.privacy-policy .about-sec1 .text-wraper a:hover {
  opacity: 0.7;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Lists - Overriding global list-style: none */
}
.privacy-policy .about-sec1 .text-wraper ul,
.privacy-policy .about-sec1 .text-wraper ol {
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}
.privacy-policy .about-sec1 .text-wraper ul:first-child,
.privacy-policy .about-sec1 .text-wraper ol:first-child {
  margin-top: 0;
}
.privacy-policy .about-sec1 .text-wraper ul li,
.privacy-policy .about-sec1 .text-wraper ol li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  padding-left: 0.5rem;
}
.privacy-policy .about-sec1 .text-wraper ul li::marker,
.privacy-policy .about-sec1 .text-wraper ol li::marker {
  color: #098809;
  font-weight: 700;
}
.privacy-policy .about-sec1 .text-wraper ul,
.privacy-policy .about-sec1 .text-wraper ul li {
  list-style-type: disc;
  text-align: left;
}
.privacy-policy .about-sec1 .text-wraper ol,
.privacy-policy .about-sec1 .text-wraper ol li {
  list-style-type: decimal;
  text-align: left;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Generic Table Support (Mirroring your style.scss table logic) */
}
.privacy-policy .about-sec1 .text-wraper table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.privacy-policy .about-sec1 .text-wraper table thead tr {
  background: #098809;
}
.privacy-policy .about-sec1 .text-wraper table thead tr th {
  padding: 1.125rem 1.25rem;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.privacy-policy .about-sec1 .text-wraper table tbody tr {
  border-bottom: 1px solid #333;
}
.privacy-policy .about-sec1 .text-wraper table tbody tr:nth-child(even) {
  background: rgba(9, 136, 9, 0.05);
}
.privacy-policy .about-sec1 .text-wraper table tbody tr td {
  padding: 1rem 1.25rem;
  color: #ffffff;
  font-size: 0.85rem;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Blockquote & Misc */
}
.privacy-policy .about-sec1 .text-wraper blockquote {
  border-left: 4px solid #098809;
  background: #111;
  padding: 1.5rem;
  font-style: italic;
  margin: 2rem 0;
}
.privacy-policy .about-sec1 .text-wraper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.privacy-policy .about-sec1 .text-wraper {
  /* Reset margin on last element */
}
.privacy-policy .about-sec1 .text-wraper > *:last-child {
  margin-bottom: 0;
}
.privacy-policy .about-sec1 {
  /* Responsive Design */
}
@media (max-width: 991px) {
  .privacy-policy .about-sec1 {
    padding: 60px 0;
  }
  .privacy-policy .about-sec1 .text-wraper h1 {
    font-size: 2.5rem;
  }
  .privacy-policy .about-sec1 .text-wraper h2 {
    font-size: 1.8rem;
  }
  .privacy-policy .about-sec1 .text-wraper table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 575px) {
  .privacy-policy .about-sec1 {
    padding: 40px 0;
  }
  .privacy-policy .about-sec1 .text-wraper h1 {
    font-size: 2rem;
  }
  .privacy-policy .about-sec1 .text-wraper h2 {
    font-size: 1.5rem;
  }
  .privacy-policy .about-sec1 .text-wraper p,
  .privacy-policy .about-sec1 .text-wraper li {
    font-size: 0.9rem;
  }
}

.gallery_content.home-sec5 {
  margin: 0 0 3.9375rem;
  padding: 5rem 0;
}
.gallery_content.home-sec5 .text-wraper {
  text-align: center;
}
.gallery_content.home-sec5 .black-border-sub-heading {
  margin: 0 auto 2rem;
}
.gallery_content.home-sec5 p {
  color: var(--Primary, #fff);
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
.gallery_content.home-sec5 h3 {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
.gallery_content.home-sec5 ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  color: #000;
}
.gallery_content.home-sec5 ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-grid {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gallery-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* never split an image across columns */
  margin-bottom: 1rem;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  /* needed so break-inside works reliably */
  background: #111;
  /* entrance animation */
  opacity: 0;
  animation: fadeUp 0.55s ease forwards;
}

.gallery-item:nth-child(1) {
  animation-delay: 0.04s;
}

.gallery-item:nth-child(2) {
  animation-delay: 0.1s;
}

.gallery-item:nth-child(3) {
  animation-delay: 0.16s;
}

.gallery-item:nth-child(4) {
  animation-delay: 0.22s;
}

.gallery-item:nth-child(5) {
  animation-delay: 0.28s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Image fills column width, height = natural */
.gallery-item img {
  width: 100%;
  height: auto;
  /* ← key: no forced height, respects aspect ratio */
  display: block;
  transition: transform 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

/* ── Hover overlay ── */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* ─── Bootstrap Modal Overrides ─────────────────────── */
.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.82;
}

.modal-content {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  color: #fff;
}

.modal-header {
  border-bottom: none;
  padding: 1.75rem 1.75rem 0;
}

.modal-body {
  padding: 1.25rem 1.75rem;
}

.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 1.75rem 1.75rem;
  justify-content: center;
}

/* Bootstrap close button override */
.btn-close {
  filter: invert(1);
  opacity: 0.4;
  background-size: 0.75em;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.btn-close:hover {
  opacity: 1;
}

/* ─── Badge ──────────────────────────────────────────── */
.reg-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3.125rem;
  padding: 0.35rem 0.85rem 0.35rem 0.55rem;
  margin-bottom: 1rem;
}

.reg-badge::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #098809;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

.reg-badge span {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
}

/* ─── Modal Title & Subtitle ─────────────────────────── */
.reg-modal-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.4rem;
}

.reg-modal-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.55;
  margin-bottom: 0;
}

/* ─── Registration Option Buttons ───────────────────── */
.reg-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.reg-option {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3.125rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 1rem 1.25rem 1rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 0.25s, background 0.25s;
  text-align: left;
}

.reg-option:hover {
  border-color: #098809;
  background: rgba(9, 136, 9, 0.08);
  color: #fff;
}

.reg-option.highlight {
  background: #098809;
  border-color: #098809;
  color: #fff;
}

.reg-option.highlight:hover {
  background: #0aa50a;
  border-color: #0aa50a;
  color: #fff;
}

.reg-option-arrow {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.reg-option:hover .reg-option-arrow {
  border-color: rgba(255, 255, 255, 0.5);
}

/* ─── Footer Note ────────────────────────────────────── */
.reg-footer-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  margin: 0;
}

/* ─── Over 40 Icon ───────────────────────────────────── */
.modal-info-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(9, 136, 9, 0.12);
  border: 1px solid rgba(9, 136, 9, 0.28);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.modal-info-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

/* ─── Over 40 Message ────────────────────────────────── */
.modal-message {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
  margin: 0;
}

.modal-message strong {
  color: #fff;
  font-weight: 500;
}

.modal-message a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* ─── Action Buttons ─────────────────────────────────── */
.btn-reg-back {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 3.125rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.85rem 1.4rem;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-reg-back:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-reg-continue {
  flex: 1;
  background: #098809;
  border: 1px solid #098809;
  border-radius: 3.125rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.85rem 1.4rem;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  text-align: center;
}

.btn-reg-continue:hover {
  background: #fff;
  border-color: #fff;
  color: #098809;
}

/* ─── Trigger Button ─────────────────────────────────── */
.open-modal-btn {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #098809;
  border: 1px solid #098809;
  border-radius: 3.125rem;
  padding: 1.1rem 2.25rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.open-modal-btn:hover {
  background: #fff;
  color: #098809;
}

.modal-footer .border-btn {
  width: 13.625rem;
}

/* ─── Responsive ─────────────────────────────────────── */
@media (max-width: 575px) {
  .modal-content {
    border-radius: 1rem;
  }
  .reg-modal-title {
    font-size: 1.65rem;
  }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .modal-footer {
    flex-direction: column;
  }
  .btn-reg-back,
  .btn-reg-continue {
    width: 100%;
    text-align: center;
  }
}
section.mls-partnership-tournament-overview {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
section.mls-partnership-tournament-overview .white-wraper {
  border-radius: 2.5rem;
  background: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.mls-partnership-tournament-overview .white-wraper h6.black-bg-sub-heading {
  margin: 0 auto 1.25rem;
}
section.mls-partnership-tournament-overview .white-wraper h3 {
  color: var(--Secondary, #000);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  margin: 1.25rem 0 2.65rem;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro {
  max-width: 52rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro p {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 0.625rem;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro p:last-of-type {
  margin-bottom: 1rem;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro ul.overview-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro ul.overview-bullets li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  background: var(--Accent, #098809);
  border-radius: 3.125rem;
  padding: 0.55rem 1.1rem 0.55rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.mls-partnership-tournament-overview .white-wraper .overview-intro ul.overview-bullets li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper {
  max-width: 62rem;
  margin: 0 auto;
  text-align: center;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper h6.black-bg-sub-heading {
  margin: 0 auto 1.25rem;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper h4 {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2.5rem;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid .highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.875rem;
  border: 0.667px solid rgba(9, 136, 9, 0.25);
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  text-align: left;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid .highlight-item:hover {
  box-shadow: 0 8px 28px 0 rgba(9, 136, 9, 0.14);
  border-color: #098809;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid .highlight-item .highlight-dot {
  width: 0.875rem;
  height: 0.875rem;
  min-width: 0.875rem;
  background-color: #098809;
  border-radius: 50%;
  margin-top: 0.35rem;
  display: block;
}
section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid .highlight-item p {
  color: var(--Secondary, #000);
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0;
}
@media (max-width: 991px) {
  section.mls-partnership-tournament-overview .white-wraper {
    border-radius: 1.5rem;
    padding: 3.5rem 0;
  }
  section.mls-partnership-tournament-overview .white-wraper h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  section.mls-partnership-tournament-overview .white-wraper {
    padding: 2.5rem 0;
    border-radius: 1.25rem;
  }
  section.mls-partnership-tournament-overview .white-wraper h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  section.mls-partnership-tournament-overview .white-wraper .overview-intro ul.overview-bullets {
    flex-direction: column;
    align-items: center;
  }
  section.mls-partnership-tournament-overview .white-wraper .highlights-wraper h4 {
    font-size: 1.5rem;
  }
  section.mls-partnership-tournament-overview .white-wraper .highlights-wraper .highlights-grid .highlight-item p {
    font-size: 1.1rem;
  }
}

.winnrs .white-border-sub-heading {
  margin: 0 auto 2rem !important;
}
.winnrs .item-wraper img {
  -o-object-position: top;
     object-position: top;
  margin-bottom: 1.5rem;
}

.tournament-sec7.overview p {
  text-align: left !important;
}
.tournament-sec7.overview .sideImg {
  width: 100%;
  height: 100%;
}
.tournament-sec7.overview .txtDv {
  padding-left: 50px;
}
.tournament-sec7.overview .txtDv h2 {
  color: var(--Secondary, #000);
  font-family: Oswald;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
  text-align: left;
  /* 140% */
}
.tournament-sec7.overview .txtDv p {
  color: var(--Secondary, #000);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.tournament-sec7.overview h3 {
  color: var(--Primary, #FFF);
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 4.4375rem;
}
.tournament-sec7.overview .list p {
  font-family: Inter;
  font-weight: 500;
  line-height: 2.6685rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.tournament-sec7.overview .list ul li {
  color: var(--Secondary, #000);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6685rem;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 2rem;
}
.tournament-sec7.overview .list ul li:last-child {
  margin-bottom: 0;
}
.tournament-sec7.overview .list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #098809;
}
.tournament-sec7.overview .blackWrap {
  padding: 4.625rem 0 8.5rem;
  text-align: center;
}
.tournament-sec7.overview .blackWrap .black-bg-sub-heading {
  margin: 0 auto 0.625rem;
}
.tournament-sec7.overview .blackWrap h3 {
  color: #fff;
  margin-bottom: 0;
}
.tournament-sec7.overview .blackWrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem 1.875rem;
  margin-top: 4.375rem;
}
.tournament-sec7.overview .blackWrap ul li {
  width: 48.5%;
  text-align: left;
  border-radius: 12px;
  background: linear-gradient(186deg, rgba(9, 136, 9, 0.1) 4.89%, rgba(3, 68, 3, 0.1) 95.08%);
  padding: 29px 45px 45px 57px;
  position: relative;
  color: #E5E7EB;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px transparent;
  outline: 1.017px solid transparent;
}
.tournament-sec7.overview .blackWrap ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.717px;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.tournament-sec7.overview .blackWrap ul li {
  /* 177.9% */
}
.tournament-sec7.overview .blackWrap ul li span {
  max-width: 26rem;
  display: block;
}
.tournament-sec7.overview .blackWrap ul li::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 36px;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #098809;
  border-radius: 50%;
}
.tournament-sec7.overview .blackWrap ul li.green-card {
  border: 1.017px solid rgba(255, 255, 255, 0);
  background: linear-gradient(186deg, #098809 4.89%, #034403 95.08%);
}
.tournament-sec7.overview .blackWrap ul li.green-card::after {
  display: none;
}
.tournament-sec7.overview .blackWrap ul li.green-card::before {
  background-color: #fff;
}

section.home-banner .shape-wraper .btn-wraper button.border-btn {
  width: 11.25rem;
}

section.home-sec2 ul.img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
}
section.home-sec2 ul.img li {
  display: table;
  padding: 0 4.38rem;
  position: relative;
}
section.home-sec2 ul.img li::after {
  content: "";
  width: 1px;
  height: 4.31306rem;
  background-color: #098809;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.home-sec2 ul.img li:first-child {
  padding-left: 0;
}
section.home-sec2 ul.img li:last-child {
  padding-right: 0;
}
section.home-sec2 ul.img li:last-child::after {
  display: none;
}
section.home-sec2 ul.img li img {
  width: auto;
  height: 7.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.tournament-sec7 .white-wraper .btn-wraper button.green-btn {
  min-width: 13.625rem;
}

section.tournament-sec4 .item-wraper h4 {
  line-height: 2.9rem;
  margin: 1.5rem 0 1.5rem;
}

section.tournament-sec4 .item-wraper p {
  line-height: 1.8rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}
section.tournament-sec4 .item-wraper p a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: underline;
}

section.tournament-sec4 .item-wraper h5 {
  font-size: 1.35rem;
}

section.registration-sec1, section.registration-sec2.general-enquiry-sec1 {
  background-color: rgba(9, 136, 9, 0.3);
  z-index: 0;
  position: relative;
}

section.registration-sec1::after {
  content: "";
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

section.registration-sec2.general-enquiry-sec1 {
  padding-top: 0;
}
section.registration-sec2.general-enquiry-sec1 .form-wraper.extra_ctnt {
  background: linear-gradient(135deg, rgba(9, 136, 9, 0.18) 0%, rgba(3, 68, 3, 0.12) 100%);
  border: 1.5px solid rgba(9, 136, 9, 0.55);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  position: relative;
  text-align: center;
  box-shadow: 0 0 28px rgba(9, 136, 9, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  max-width: 60%;
  margin: 0 auto;
}
section.registration-sec2.general-enquiry-sec1 .form-wraper.extra_ctnt h5 {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.01em;
}
section.registration-sec2.general-enquiry-sec1 .form-wraper.extra_ctnt h5 a {
  color: #4ddb4d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(9, 136, 9, 0.5);
  transition: color 0.2s, text-decoration-color 0.2s;
  display: inline;
}

header .header-content-wraper .menu-wraper ul li#menu-item-23 ul.sub-menu {
  left: unset;
  right: 0;
}

.tournament-sec7.overview .blackWrap ul li {
  background: #E5E7EB;
}

.tournament-sec7.overview .blackWrap ul li span {
  color: rgb(8, 121, 8);
}

.tournament-sec7.overview .blackWrap ul li.green-card span {
  color: #E5E7EB;
}

section.tournament-sec7.overview {
  background-image: url(https://fm-connect1.fortmindz.in/wp-nsf-usa/wp-content/themes/nsf-theme/images/next-step-img.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}

section.mls-partnership-sec5 .text-wraper .btn-wraper a.border-btn {
  min-width: 13.9375rem;
  padding: 1.2405rem 1.12rem;
}/*# sourceMappingURL=style.css.map */