/* ===== AOS Animations ===== */
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

/* ===== Fonts ===== */
@font-face {
  font-family: 'zag';
  src: url('../fonts/1865Zag.woff2') format('woff2'),
       url('../fonts/1865Zag.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ===== Reset & Base ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.8rem);
  line-height: 1.6;
  color: rgb(64 64 64);
  overflow-x: hidden;
}

body.oxygen-aos-enabled {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  border-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #0074db;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'zag', sans-serif;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(5.8rem, calc(5.8rem + ((1vw - 0.32rem) * 4.375)), 10rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(3.4rem, calc(3.4rem + ((1vw - 0.32rem) * 3.125)), 5.8rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 1.875)), 4.8rem);
  font-weight: 700;
}

h4 {
  font-size: clamp(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 1.6667)), 4.6rem);
  font-weight: 700;
}

h5 {
  font-size: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 0)), 2.8rem);
  font-weight: 700;
}

h6 {
  font-size: clamp(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 0)), 2.8rem);
  font-weight: 700;
}

p {
  margin: 0;
}

/* ===== Layout Helpers ===== */
.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}

.ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: clamp(8rem, calc(8rem + ((1vw - 0.32rem) * 4.1667)), 12rem) 3.2rem;
  height: 100%;
  min-height: inherit;
}

.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ct-link-text {
  display: inline-block;
}

.ct-image {
  max-width: 100%;
}

.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
}

.ct-fancy-icon > svg {
  fill: currentColor;
}

/* ===== Header ===== */
.oxy-header-wrapper {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.oxy-header-row {
  width: 100%;
  display: block;
}

.oxy-header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1280px;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}

.oxy-header-left,
.oxy-header-center,
.oxy-header-right {
  display: flex;
  align-items: center;
}

.oxy-header-left {
  justify-content: flex-start;
}

.oxy-header-center {
  flex-grow: 1;
  justify-content: center;
}

.oxy-header-right {
  justify-content: flex-end;
}

.logo__wrapper {
  display: flex;
  align-items: center;
}

.logo__wrapper a {
  width: 100%;
  height: 80px;
}

.logo__wrapper img {
  object-fit: cover;
  height: 60%;
}

/* ===== Navigation ===== */
.menu {
  position: relative;
}

.menu > a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.navlink {
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000;
  font-size: 17px;
}

.navlink:hover,
.navlink:active {
  color: #6dac44;
}

.navlink-color-black {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.navlink-color-black:hover {
  color: #6dac44;
}

.menu-toggle {
  display: none;
  visibility: hidden;
  position: relative;
}

.menu-toggle svg {
  padding: 8px;
}

@media (max-width: 991px) {
  .menu > a {
    display: none;
  }

  .menu-toggle {
    display: block;
    visibility: visible;
  }
}

/* ===== Hero Section ===== */
.hero {
  position: relative;
  background-color: #1a1402;
  width: 100%;
  height: 80vh;
  text-align: center;
  z-index: 1;
}

.hero .ct-section-inner-wrap {
  max-width: 100%;
  padding: 0;
}

.oxy-video-background {
  position: relative;
  z-index: 1;
}

.oxy-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.oxy-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.oxy-video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.hero-inner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  width: 100%;
  height: 100%;
  padding-top: clamp(8rem, calc(8rem + ((1vw - 0.32rem) * 4.1667)), 12rem);
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 50px;
}

.hero-text__wrapper {
  width: 100%;
  padding-bottom: 32px;
  padding-left: 32px;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero-highlight {
  color: #6dac44 !important;
}

.hero__text {
  font-family: 'zag', sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: left;
  font-size: clamp(5.8rem, calc(5.8rem + ((1vw - 0.32rem) * 4.375)), 10rem);
}

.hero-subtext {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #fff;
  padding-right: 13px;
}

.hero-button {
  font-family: 'Roboto', sans-serif;
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #6dac44;
  font-weight: 600;
  border-radius: 30px;
  background-color: #fff;
  display: inline-block;
  letter-spacing: 0.025rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grow-animation-effect:hover {
  transform: scale(1.05, 1.05);
}

@media (max-width: 1280px) {
  .hero-text__wrapper {
    text-align: left;
    padding-left: 0;
    align-items: center;
  }
  .hero__text,
  .hero-subtext,
  .hero-highlight {
    text-align: center;
  }
  .hero-content {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: 750px;
  }
  .hero-text__wrapper {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
    justify-content: center;
  }
  .hero-subtext {
    padding-right: 64px;
    padding-left: 64px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 80vh;
    min-height: 0;
  }
  .hero-text__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .hero-subtext {
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero-button {
    font-size: 13px;
  }
}

/* ===== Section Common ===== */
.section {
  display: block;
}

.section-heading {
  margin-bottom: 32px;
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

/* ===== Work Section ===== */
#work .ct-section-inner-wrap {
  padding-bottom: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8rem, calc(8rem + ((1vw - 0.32rem) * 4.1667)), 12rem);
}

#work {
  background-color: #f7f9fa;
  background-image: linear-gradient(transparent 10%, );
  background-size: auto, 300px auto;
  background-repeat: no-repeat;
  background-position: 50% -200px;
}

@media (max-width: 767px) {
  #work .ct-section-inner-wrap {
    padding-bottom: 20rem;
  }
  #work {
    background-color: #fff;
  }
}

.heading-inner {
  width: 100%;
  max-width: 920px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-heading__text {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  font-weight: 500;
  color: #58585a;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.4167)), 1.6rem);
}

.h2 {
  color: #6dac44;
  text-transform: uppercase;
}

/* ===== Feature Row ===== */
.freature-row {
  width: 100%;
  margin-bottom: 10rem;
  height: 100%;
}

.freature-row:last-of-type {
  margin-bottom: 0;
}

.freature-row {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.freature-row > :nth-child(1) {
  grid-column: span 3;
}

.freature-row > :nth-child(2) {
  grid-column: span 2;
}

.freature-row > :last-child {
  grid-column: span 5;
}

@media (max-width: 991px) {
  .freature-row {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .freature-row > :nth-child(1),
  .freature-row > :nth-child(2),
  .freature-row > :last-child {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .freature-row {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .freature-row > :nth-child(1),
  .freature-row > :nth-child(2),
  .freature-row > :last-child {
    grid-column: span 1;
  }
  .freature-row:nth-of-type(2n) .feature-row__content-wrapper {
    order: 0;
  }
}

.feature-row__image-wrapper {
  overflow: hidden;
  border-radius: 40px;
}

.feature-row__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-height: 430px;
}

@media (max-width: 479px) {
  .feature-row__image {
    min-height: 320px;
  }
}

.feature-row__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .feature-row__content-wrapper {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .feature-row__content-wrapper {
    align-items: center;
  }
}

.feature-row__accent-heading {
  font-family: 'Roboto', sans-serif;
  color: #6dac44;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-size: clamp(1.2rem, calc(1.2rem + ((1vw - 0.32rem) * 0.4167)), 1.6rem);
}

@media (max-width: 991px) {
  .feature-row__accent-heading {
    text-align: center;
    line-height: 1.5;
  }
}

.feature-row__heading {
  margin-top: 0.8rem;
  color: #000;
  text-align: left;
}

@media (max-width: 991px) {
  .feature-row__heading {
    text-align: center;
  }
}

.feature-row__text {
  margin-top: 0.8rem;
  color: #58585a;
  text-align: left;
}

@media (max-width: 991px) {
  .feature-row__text {
    text-align: center;
  }
}

/* ===== Stats Cards ===== */
.stats-card__wrapper {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (max-width: 991px) {
  .stats-card__wrapper {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 767px) {
  .stats-card__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media (max-width: 479px) {
  .stats-card__wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}

.highlight-card__stats {
  border-radius: 30px;
  text-align: center;
  background-color: rgba(109, 172, 68, 0.15);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .highlight-card__stats {
    padding: 16px;
  }
}

@media (max-width: 479px) {
  .highlight-card__stats {
    text-align: left;
    align-items: center;
  }
}

.stats-card_heading {
  color: #000;
}

.stats-card__text {
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.7rem);
}

.stats-card__description-text {
  color: #58585a;
  text-align: left;
  font-size: clamp(1.3rem, calc(1.3rem + ((1vw - 0.32rem) * 0.2083)), 1.5rem);
  font-weight: 400;
}

.highlighted-stats {
  background-color: #6dac44;
}

.stats-card__heading-active {
  color: #fff;
}

.stats-card__text-active {
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.4167)), 1.7rem);
  text-align: left;
}

.stats-card__decription-text-active {
  color: #fff;
  font-weight: 400;
  font-size: clamp(1.3rem, calc(1.3rem + ((1vw - 0.32rem) * 0.2083)), 1.5rem);
  text-align: left;
}

/* ===== Section Green ===== */
.section-green {
  background-color: #6dac44;
}

.section-green .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

.section-green__heading {
  color: #fff;
  text-align: center;
  padding: 32px 0;
}

/* ===== Section Services (with bg image) ===== */
.section-bg-services {
  background-image: url('../images/bg-services.jpg');
  background-size: cover;
  background-position: 50% 0;
  text-align: right;
}

.section-bg-services .ct-section-inner-wrap {
  align-items: flex-end;
}

@media (max-width: 991px) {
  .section-bg-services {
    background-size: cover;
    background-position: 35% 0;
  }
}

@media (max-width: 767px) {
  .section-bg-services .ct-section-inner-wrap {
    align-items: center;
  }
  .section-bg-services {
    background-position: 50% 0;
  }
}

/* ===== Services Grid ===== */
.services-grid__wrapper {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1280px) {
  .services-grid__wrapper {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .services-grid__wrapper {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .services-grid__wrapper {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .services-grid__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    gap: 20px;
  }
}

.h2__base-text {
  color: #fff;
  text-align: left;
  text-shadow: 1px 4px 25px #58585a;
}

@media (max-width: 767px) {
  .h2__base-text {
    text-align: center;
  }
}

.services-grid__child-wrapper {
  width: 100%;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media (max-width: 767px) {
  .services-grid__child-wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    justify-items: center;
  }
}

.services__grid-child {
  background-color: #6dac44;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-card-header {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  align-items: flex-start;
  padding: 14px 32px 8px;
}

.service-card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding: 0 32px 32px;
}

@media (max-width: 1280px) {
  .service-card-body {
    padding: 0 32px 30px;
  }
}

@media (max-width: 991px) {
  .service-card-header {
    padding-left: 22px;
    padding-right: 22px;
  }
  .service-card-body {
    padding: 0 22px 22px;
  }
}

@media (max-width: 767px) {
  .service-card-header {
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
  }
  .service-card-body {
    align-items: center;
  }
}

@media (max-width: 479px) {
  .service-card-body {
    padding: 0 20px 20px;
  }
}

.h3-base {
  color: #6dac44;
  text-transform: uppercase;
}

.service-card-text {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 991px) {
  .service-card-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .service-card-text {
    font-size: 15px;
    text-align: center;
  }
}

/* ===== Team Section ===== */
#team .ct-section-inner-wrap {
  align-items: center;
}

.team-card_grid-wrapper {
  gap: 20px;
  width: 100%;
  z-index: 3;
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 3rem;
  grid-row-gap: 12rem;
}

@media (max-width: 1280px) {
  .team-card_grid-wrapper {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 12rem;
  }
}

@media (max-width: 767px) {
  .team-card_grid-wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 12rem;
  }
}

.team-card__wrapper {
  position: relative;
  z-index: 3;
}

.team-card__image-link-wrapper {
  overflow: hidden;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  box-shadow: 1px 1px 40px -1px rgba(117, 121, 128, 0.15);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.team-card__image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.team-card__content-wrapper {
  flex-grow: 1;
  width: 90%;
  padding: 22px 16px;
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  margin-bottom: -50px;
  border-radius: 40px;
  z-index: 4;
  box-shadow: 1px 1px 40px -1px rgba(117, 121, 128, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card__heading {
  color: #6dac44;
  text-transform: uppercase;
  text-align: center;
}

.team-card__body {
  color: #58585a;
  text-align: center;
  font-size: clamp(1.3rem, calc(1.3rem + ((1vw - 0.32rem) * 0.2083)), 1.5rem);
}

/* ===== Partner Section ===== */
#partner .ct-section-inner-wrap {
  align-items: center;
}

.partner-card_grid-wrapper {
  display: grid;
  justify-items: center;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media (max-width: 1280px) {
  .partner-card_grid-wrapper {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .partner-card_grid-wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    gap: 20px;
  }
}

.partner-card__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1280px) {
  .partner-card__wrapper {
    width: 90%;
  }
}

.partner-card__image {
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

/* ===== Contact Section ===== */
#contact .ct-section-inner-wrap {
  align-items: center;
}

@media (max-width: 991px) {
  #contact .ct-section-inner-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.cta-card__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  align-items: stretch;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cta-card__wrapper > :first-child,
.cta-card__wrapper > :last-child {
  grid-column: span 5;
}

@media (max-width: 1280px) {
  .cta-card__wrapper {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
  .cta-card__wrapper > :first-child,
  .cta-card__wrapper > :last-child {
    grid-column: span 5;
  }
}

.cta-card__image {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  max-height: 500px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .cta-card__image {
    border-radius: 0;
  }
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  .image {
    object-position: 10% center;
  }
}

.cta-content__wrapper {
  width: 80%;
  overflow: hidden;
  z-index: 6;
  border-radius: 40px;
  margin-top: -80px;
  background-color: #6dac44;
  padding: 64px 128px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  align-items: stretch;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  gap: 30px;
}

@media (max-width: 1280px) {
  .cta-content__wrapper {
    padding: 64px;
  }
}

@media (max-width: 767px) {
  .cta-content__wrapper {
    padding: 64px 0;
  }
}

@media (max-width: 479px) {
  .cta-content__wrapper {
    padding: 64px 0;
  }
}

.cta-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0 32px;
}

@media (max-width: 479px) {
  .cta-item {
    padding: 0 16px;
  }
}

.cta-content__icon {
  background-color: #000;
  border: 1px solid #000;
  padding: 12px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-flex;
  border-radius: 50%;
}

.cta-content__icon > svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .cta-content__icon {
    padding: 8px;
  }
  .cta-content__icon > svg {
    width: 20px;
    height: 20px;
  }
}

.cta-content__heading {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

/* ===== Social Icons ===== */
.oxy-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.oxy-social-icons a {
  line-height: 1;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.oxy-social-icons a svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.oxy-social-icons-facebook {
  background-color: #000;
  border-radius: 50%;
  font-size: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.oxy-social-icons-facebook svg {
  color: #fff;
  width: 0.5em;
  height: 0.5em;
}

/* ===== Footer ===== */
.site-footer {
  width: 100%;
}

.footer-top {
  background: transparent;
}

.footer-top .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom {
  background-color: #6dac44;
}

.footer-bottom .ct-section-inner-wrap {
  padding: 20px 3.2rem;
}

.footer-logo {
  object-fit: cover;
  height: 55%;
}

.footer-copy-text {
  color: #6dac44;
  font-size: 12px;
  font-weight: 400;
}

.footer-bottom .footer-inner .footer-copy-text {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* ===== Mobile Menu Modal ===== */
.oxy-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
}

.oxy-modal-backdrop.live {
  display: flex;
}

.oxy-modal-backdrop.right {
  flex-direction: column;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
}

.ct-modal {
  background-color: #fff;
  max-height: 100vh;
  overflow-y: auto;
  background-size: cover;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  padding: 8px 32px 32px;
}

.modal-content {
  width: 100%;
  height: 100vh;
  padding: 16px 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal-close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 8px 16px;
}

.oxy-close-modal {
  cursor: pointer;
}

.btn-contact {
  border-radius: 100px;
  padding: 8px 32px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f8edeb;
  background-color: #d2a852;
  border: 1px solid #d2a852;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn-contact:hover {
  background-color: #58585a;
  text-decoration: underline;
}

.btn-contact-large {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  padding: 16px;
  background-color: #6dac44;
}

.navlink-large {
  padding: 20px 32px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  text-decoration: none;
}

.navlink-large:hover {
  color: #6dac44;
}

.modal-social {
  width: 100%;
  margin-top: 32px;
  padding: 16px;
  margin-bottom: 30px;
}

.modal-social-text {
  font-weight: 600;
  color: #292929;
  margin-bottom: 8px;
  font-size: 16px;
}

.social-icons-small.oxy-social-icons {
  flex-direction: row;
}

.social-icons-small.oxy-social-icons a {
  font-size: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.social-icons-small.oxy-social-icons a svg {
  width: 0.5em;
  height: 0.5em;
  color: #6dac44;
}

/* ===== Video Background Plugin Overrides ===== */
.vidbg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #444;
}

.vidbg-container video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 0;
}

/* ===== Responsive Helpers ===== */
@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }
  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
  }
  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }
}
