/* Screen reader only class - visually hidden but accessible to screen readers */
:root {
  --secondary-color: #42946a;
}
    
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
    
*,
body,
nav,
div,
section,
h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
  font-family: "Roboto Flex" !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 600 !important;
}

body {
  font-family: "Roboto Flex" !important;

  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;

  background-color: #fff;
  /* color: #42946a; */

  position: relative;
}

main {
  overflow: visible;
  position: relative;

  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

button {
  background-color: #42946a;
  border: 0;
  font-size: 1.4rem;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;

  border: 1px solid #42946a;
  cursor: pointer;
  transition: 0.8s ease;
}

button:hover {
  background-color: white;
  color: #42946a;
  transition: 0.5s ease;
}

.btn {
  background-color: #42946a;
  border: 0;
  font-size: 1.4rem;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;

  border: 1px solid #42946a;
  cursor: pointer;
  transition: 0.8s ease;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: white;
  color: #42946a;
  transition: 0.5s ease;
}

.k {
  color: #42946a;
  color: #d2d7df;
  color: #e7e9ee;
  color: #e1e3e4;
}

.heading {
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin-bottom: 1rem;

  color: #42946a;
}

.sub-heading {
  font-size: 2.8rem;
  font-weight: 600 !important;
  margin-bottom: 1rem;
  color: #292929;
}

.section {
  width: 100%;
  height: auto !important;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: white;
}

.section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 98%;
  max-width: 1600px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 95%;
    max-width: 1400px;
    height: 100%;
  }

  .layout .content {
    width: 100% !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .layout .content h1 {
    font-size: 2rem !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 3rem !important;
  }

  .heading {
    font-size: 1.5rem !important;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: start !important;
    width: 100% !important;

    color: #42946a;

    text-align: center !important;
  }

  .sub-heading {
    font-size: 1.6rem !important;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #292929;
    text-align: start !important;
    width: 100% !important;

    text-align: center !important;
  }

  button {
    background-color: #42946a;
    border: 0;
    font-weight: 400;
    font-size: 1.2rem !important;
    color: white;
    padding: 0.8rem 1.4rem;
    border-radius: 30px;

    border: 1px solid #42946a;
    cursor: pointer;
    transition: 0.8s ease;
  }
}

/* --------------------------------------------- */
.header {
  height: auto !important;
  width: 100%;

  position: relative;
  z-index: 200;
}

.header .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;

  height: 2.5rem;

  background-color: #3f4040;

  width: 100%;
}

.header .socials .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;

  width: 90%;
  max-width: 1400px;
}

.header .socials .container .col1 {
  height: 100%;
  width: auto;

  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.header .socials .container .col2 {
  height: 100%;
  width: auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .socials .container .col .media {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  margin-left: auto;

  gap: 1rem;
}

.header .socials .container .col .media div a {
  color: white;
  font-size: 1rem;
}

.header .socials .sect {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
  font-size: 0.8rem;

  border-right: 2px solid white;
  padding-right: 1rem;

  gap: 0.5rem;
}

.header .socials .sect i {
  color: #fff;
  font-size: 1rem;
}

/* ------ */
.navbar {
  position: fixed;
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: All 0.3s ease;
  z-index: 1000;

  /* background-color: rgba(27, 20, 20, 0); */
  background-color: white;

  box-sizing: border-box;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  height: 100%;
  max-width: 1400px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  transform: translateY(-7.5rem);

  transition: 0.2s ease;
}

.navbar.show {
  display: flex;
  transform: translateY(-2.5rem);

  transition: 0.2s ease;
}

.logo {
  width: auto;
  height: 100%;

  display: flex;
  align-items: center;
}

.logo img {
  height: 80%;
  width: auto;
}

.scrolled .logo {
  color: #333333;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #0c0c0c;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.scrolled .nav-links a {
  color: #333333;
}

.nav-links a.active {
  color: #42946a;
}

.contact-btn {
  padding: 0.8rem 2rem;
  background: #42946a;
  color: #ffffff;
  border: 1px solid #42946a;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

a.contact-btn {
  display: inline-block;
  text-decoration: none;
}

.contact-btn:hover {
  background: #ffffff;
  color: #42946a;
}

/* ------------------- */

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: black;
}

@media (max-width: 768px) {
  .header {
    position: relative;
  }

  .navbar {
    position: fixed;
    height: 4rem;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: All 0.3s ease;
    z-index: 10000;
  }

  .navbar.show {
    display: flex;
    transform: translateY(0rem);

    transition: 0.2s ease;
  }

  .navbar .logo {
    height: 80%;
  }

  .mobile-toggle {
    display: block;
  }

  .header .socials {
    display: none;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 1rem;
    padding-top: 5rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box !important;

    z-index: 100 !important;
  }

  .nav-links.active {
    display: flex;
  }

  .navbar.scrolled .nav-links {
    background: #ffffff;
  }

  .nav-links a {
    color: #333333;
  }

  .contact-btn {
    display: none !important;   
  }
}

/*------.Hero/Layout Section Styles----- */
/* ---------------- */
.home {
  background-color: #e1e3e400;

  height: 100%;
  width: 100%;
}

.layout {
  position: relative;

  width: 100vw;
  height: 800px;
  max-height: 100vh;
  overflow: hidden;

  display: flex;

  z-index: 5;
}

.hero {
  width: 100%;
  height: 100%;

  display: flex;
}

.hero img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  filter: brightness(70%);
}

.hero .bd {
  object-position: bottom;
}

/* -------------- */
.slide-card.active .text-content {
  position: absolute;
  z-index: 50;

  color: white;
  left: 50%;
  bottom: 40%;

  transform: translate(-50%, 40%);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: first baseline;
  width: auto;
  gap: 1rem;
  overflow: hidden;
}

.slide-card.active .text-content p {
  font-size: 2rem;
  animation: moveText 2s alternate;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;

  border-bottom: 4px solid #42946a;
  padding-bottom: 0.5rem;
}

.slide-card.active .text-content h1 {
  font-size: 4.25rem;
  width: 75vw;
  max-width: 1100px;
  text-transform: capitalize;
  animation: moveHeader 2s alternate;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 600;

  overflow: hidden;
}

.slide-card.active .text-content button {
  width: auto;
  animation: moveButton 2s alternate;
  transform: translateY(-10px);
}

@keyframes moveText {
  0% {
    transform: translateY(-300%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes moveButton {
  0% {
    transform: translateY(200%);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes moveHeader {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0px);
  }
}

/* -------------- */

.slides {
  width: 100%;
  height: 100%;
}

.slide-card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  opacity: 100%;
  transition: transform 1.5s ease-in-out, opacity 2s ease;
  z-index: 0;

  transform: translateX(100%);

  background-color: black;
}

.slide-card.active {
  transform: translateX(0%);
  opacity: 1; /* Visible */
  pointer-events: auto; /* Enable interaction */

  z-index: 10;
}

.slide-card.next {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 3s ease;
  transform: translateX(100%);

  z-index: 3;
}

.slide-card.previous {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 3s ease;
  transform: translateX(-100%);

  z-index: 3;
}

.dots-container {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translate(50%, 50%);
  display: flex;
  gap: 10px;

  z-index: 50;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s;
  border: 2px solid white;
}

.dot.active {
  background-color: #42946a;
  border-color: #42946a;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 0rem;

  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 15;
}

.arrow.left {
  left: 3rem;
}

.arrow.right {
  right: 3rem;
}

@media only screen and (max-width: 768px) {
  .arrow {
    display: none;
  }

  .layout {
    position: relative;

    width: 100vw;
    height: 60vh;
    max-height: 90vh;
    overflow: hidden;

    display: flex;
  }

  .slide-card.active .text-content {
    position: absolute;
    z-index: 50;

    color: white;
    left: 0%;
    bottom: 40%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: translate(0%, 40%);
    gap: 0.5rem;
  }

  .slide-card.active .text-content p {
    font-size: 1.5rem;
    text-align: center;

    width: 90%;
  }

  .slide-card.active .text-content h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    width: 95%;
  }

  .dots-container {
    position: absolute;
    bottom: 7%;
    right: 50%;
    transform: translate(50%, 50%);
    display: flex;
    gap: 10px;

    z-index: 30;
  }
}

/* --------------------------- */
.about {
  padding: 4rem 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.about .container {
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;

  width: 98%;
  height: 100%;
  gap: 2rem;
}

.about .container .column {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;

  position: relative;
}

.about .container .column.image {
  height: auto;
  max-height: 550px;
}

.about .container .column .image {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;

  gap: 0rem;
  box-sizing: border-box;
  /* background-color: #fff; */
  padding: 0rem;
  box-sizing: border-box;
  border: 1px solid #cccccc34;

  border-radius: 5px;
}

.about .container .column.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.about .container .column.image .first {
  animation: moveUpDown 1.5s infinite alternate;
}

.about .container .column.image .second {
  animation: moveUpDown 1.5s infinite alternate;
  animation-delay: 1s;
}

.thread-overlay {
  position: absolute;
  right: 4rem;
  bottom: 2rem;

  height: 5rem !important;
  width: 5rem !important;
  overflow: hidden;
  object-fit: contain;
}

.heading {
  font-size: 2rem;
  font-weight: 800;
}

.sub-heading {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: capitalize;
}

.about .container .column p {
  font-size: 1.2rem;
}

.about .container .column .row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}

.about .container .column .card {
  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 100%;
  padding-top: 1rem;

  position: relative;
  z-index: 5;
}

.about .container .column .card .rotate {
  width: 150px;
  height: 150px;
  animation: rotate 15s linear infinite;

  position: relative;
  z-index: 10 !important;
}

/* .about .container .column .card .rotate:hover{
  animation: rotate 0.4s linear infinite;
} */

.ov-logo {
  width: 65px;
  height: 65px;

  position: absolute;
  z-index: 20000 !important;
  background-color: white;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about .container .column p {
  line-height: 1.6rem;
}

.about .container .column .points {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  position: relative;
  gap: 1.5rem;

  padding: 1rem 0;
  margin: 2rem 0;
  box-sizing: border-box;
}

.points::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #42946a;
}

.points::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #42946a;
}

.about .container .column .points .content {
  display: flex;
  align-items: center;
}

.about .container .column .points p {
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;

  padding: 0.25rem 0;
}

.about .container .column .points p i {
  font-weight: 700;
  color: #42946a;
  margin-right: 0.5rem;

  display: none;
}

.about .container .column button {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .about {
    padding: 2rem 0;
  }

  .about .container {
    flex-direction: column-reverse;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 95%;
  }

  .about .container .column {
    justify-content: center;
    align-items: center;
  }

  .about .container .column p {
    font-size: 1.2rem;
    text-align: start;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    /* text-align: justify; */
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }

  .about .container .column .image {
    width: 100%;
    height: 300px;

    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;

    gap: 0rem;
    box-sizing: border-box;
    /* background-color: #fff; */
    padding: 0rem;
    box-sizing: border-box;
    border: 0px solid #cccccc34;

    border-radius: 0px;

    padding-top: 2rem;
  }

  .about .container .column .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding-bottom: 3rem;
  }

  .about .container .column .row .points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    position: relative;
    gap: 1.5rem;

    padding: 1rem 0;
    margin: 2rem 0;
  }

  .about .container .column .row .points p {
    font-size: 1rem;
  }

  .about .container .column .row .points i {
    display: none;
  }

  .points::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #42946a;
  }
  .points::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #42946a;
  }

  .about .container .column .card {
    width: 200px;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    padding-top: 1rem;

    position: relative;
    z-index: 5;
  }
}

/* ---------------------------------- */
.home .services {
  padding: 4rem 0;
  background-color: #f5f5f5;
}

.home .services .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 1rem;
}

.home .services .grid {
  display: flex;
  gap: 1rem;
}

.home .services .grid .card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  background-color: #fff;

  padding: 0rem;
  margin: 0;
  transition: 1s ease;
  box-sizing: border-box;

  cursor: pointer;
  transform: scale(0.8) translateY(3rem);
}

.home .services .grid .card.in-view {
  transform: scale(1);
}

.home .services .grid .card img {
  width: 100%;
  height: 250px;

  object-fit: cover;
  padding: 1rem;
  padding-bottom: 0%;
  box-sizing: border-box;
  transition: 0.6s ease;
}

.home .services .grid .card h3 {
  font-size: 1.2rem;
  padding: 0 1rem !important;
  box-sizing: border-box;
  padding-top: 0.5rem;

  text-transform: uppercase;

  color: #42946a;
}

.home .services .grid .card p {
  font-size: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4rem;

  padding: 0 1rem;

  color: #000;

  height: auto;
}

.home .services .grid .card a {
  color: #42946a;

  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0 1rem;
  padding-top: 0rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  font-weight: 500;
}

.home .services .grid .card:hover {
  background-color: #42946a;
  transition: 0.6s ease;
  padding: 0;
}

.home .services .grid .card:hover img {
  padding: 0;
  padding-bottom: 1rem;
  transition: 0.6s ease;
}

.home .services .grid .card:hover h3 {
  color: #fff;
  padding: 0 1rem;
  transition: 0.6s ease;
}

.home .services .grid .card:hover p {
  color: #fff;
  padding: 0 1rem;
  transition: 0.6s ease;
}

.home .services .grid .card:hover a {
  color: #fff;
  transition: 0.6s ease;
}

.home .services .grid .card:hover a i {
  color: #fff;
}

.home .services .grid .card a .single {
  transform: translateX(-200%);
  font-size: 1.2rem;
}

.home .services .grid .card:hover a .double {
  animation: move 1.5s infinite ease-in-out;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
  .home .services .grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .home .services .grid .card p {
    font-size: 1rem;
    padding-bottom: 1rem;
    line-height: 1.4;

    padding: 0 1rem;

    color: #000;

    height: auto;

    word-break: break-word;
    /* hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    text-align: left; */
  }
}

/* ---------------------------------------------------------------------- */
.why {
  height: auto;
  padding: 4rem 0;
  background-color: #fbfbfb;

  overflow: hidden;
}

.why .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}

.why .grid {
  height: auto;
  width: 100%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 1rem;
  box-sizing: border-box;
}

.why .grid .card {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  gap: 0.5rem;

  background-color: #fbfbfb;
  /* border: 1px solid #cccccc63; */
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

  border-radius: 0px;

  padding: 1rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  transition: 1s ease;
  transform: scale(0.8) translateY(3rem);

  overflow: hidden;
}

.why .grid .card.in-view {
  transform: scale(1) translateY(0rem);
}

.why .grid .card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: 1s ease;
}

.why .grid .card h3 {
  color: #42946a;
  padding-top: 0.5rem;
  font-size: 1.4rem;
}

.why .grid .card p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #333333;
}

.why .grid .card:hover {
  background-color: #42946a;

  align-items: center;
  transition: 0.2s ease;
}

.why .grid .card:hover img {
  transform: translateY(-200%);
  transition: 1s ease;
  display: none;
}

.why .grid .card:hover h3 {
  color: #fff;
  transition: 0.8s ease;
  padding: 0 1rem;
  padding-top: 30%;
  font-size: 1.6rem;
  text-align: center;
}

.why .grid .card:hover p {
  color: #fff;
  transition: 0.2s ease;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .why {
    height: auto;
    padding: 4rem 0;
    background-color: #fbfbfb;

    overflow: hidden;
  }

  .why .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .why .grid .card {
    width: 100%;
    height: 350px;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why .grid .card img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    transition: 1s ease;
  }

  .why .grid .card h3 {
    color: #42946a;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    width: 100%;
    padding: 0 1rem !important;
    padding-top: 0.5rem;

    box-sizing: border-box;
  }

  .why .grid .card p {
    font-size: 1.1rem;
    line-height: 1.2;
    color: #333333;
    padding: 0 1rem 1rem 1rem;

    text-align: start;
    /* hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto; */
    width: auto;
    box-sizing: border-box;
  }

  .why .grid .card:hover img {
    transform: none;
    transition: 1s ease;
    height: 220px;
  }

  .why .grid .card:hover h3 {
    color: #fff;
    transition: 0.8s ease;
    padding: 0 1rem;
    padding-top: 0.5rem;
    text-align: start;
    font-size: 1.2rem;

    box-sizing: border-box;
  }

  .why .grid .card:hover p {
    color: #fff;
    transition: 0.2s ease;
    text-align: start;
    font-size: 1rem;
    padding: 0;
    padding: 0 1rem 1rem 1rem;
  }
}

/* ----------------------SERVICING---------------------------- */
.servicing {
  position: relative;
  background: url("https://ecothreadsepz.com/wp-content/uploads/2025/07/0A0A3808.jpg");
  background-attachment: fixed;
  height: auto !important;
  height: 550px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.servicing::after {
  background-color: #292929;
  content: "";
  opacity: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.servicing .container {
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
  box-sizing: border-box;
}

.servicing .container .column1 {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.servicing .container .column1 .text-sm {
  font-size: 1.4rem;
  color: white;

  border-bottom: 3px solid #42946a;
  max-width: auto;
  padding-bottom: 0.4rem;
}

.servicing .container .column1 .text-lg {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  padding: 0.5rem 0 2rem 0;
}

.servicing .container .column2 {
  width: 30%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.servicing .container .column2 .card {
  height: 45%;
  width: 70%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border: 1px solid rgba(29, 28, 28, 0);
  padding: 2rem;
  background-color: #ffffff00;
}

.servicing .container .column2 .card .content {
  height: 80%;
  width: 80%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #42946a;
  padding: 2rem;
}

/* .servicing .container .column2 .card p {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  text-align: center;
}

. .container .column2 .card div {
  color: #fff;
  text-align: center;
} */

.play {
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #fff;

  z-index: 100;
  margin: 1rem;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-decoration: none;

  cursor: pointer;
}

.play .icon {
  color: #42946a !important;
  position: relative;
  font-size: 2.2rem;
  padding: 0.2rem 0rem 0 0.25rem;
  box-sizing: border-box;
}

.play::after {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1.9s linear infinite;
  z-index: 100;
}

.play:hover {
  background-color: #c0c0c0;
  transition: 0.2s ease;
  z-index: 100;
}

.play:hover .icon {
  color: #82ab87;
  transition: 0.5s ease;
}

@keyframes anim {
  0% {
    margin: 0px;
    opacity: 1;
  }
  50% {
    margin: -20px;
    opacity: 0;
  }
  100% {
    margin: 0px;
    opacity: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .servicing .container .column1 .text-lg {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    padding: 0.5rem 0 2rem 0;

    text-align: start;
  }
}

@media only screen and (max-width: 768px) {
  .servicing {
    position: relative;
    background: url(https://ecothreadsepz.com/wp-content/uploads/2025/02/0A0A2372-scaled.jpg);
    background-attachment: fixed;
    height: auto !important;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 3rem 0;
  }

  .servicing .container {
    position: relative;
    z-index: 5;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0rem;
    box-sizing: border-box;
  }

  .servicing .container .column1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .servicing .container .column1 .text-sm {
    font-size: 1.4rem;
    color: white;

    border-bottom: 3px solid #42946a;
    max-width: auto;
    padding-bottom: 0.4rem;

    text-align: center;
  }

  .servicing .container .column1 .text-lg {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    padding: 0.5rem 0 2rem 0;

    text-align: center;
  }

  .servicing .container .column1 button {
    display: none;
  }

  .servicing .container .column2 {
    width: 200px;
    height: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #42946a;
  }

  .servicing .container .column2 .card {
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 1px solid rgba(29, 28, 28, 0);
    padding: 2rem;
    background-color: #ffffff00;
  }

  .servicing .container .column2 .card .content {
    background-color: #ffffff00;
  }
}

/* -----------------VIDEO POPUP------------------------ */
#videoOverlay {
  position: fixed;
  top: 0;
  left: 0;

  height: 100vh;
  width: 100vw;

  background-color: #000000c2;

  z-index: 10000000;

  display: none;
  justify-content: center !important;
  align-items: center !important;
}

#videoOverlay .container {
  position: relative;
  z-index: 10000000;

  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  width: 100%;
}

#videoOverlay .close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

#videoOverlay .close:hover {
  color: #42946a;
}

#videoOverlay iframe {
  height: 550px;
  width: 950px;
  max-height: 90vh;
}

@media only screen and (max-width: 768px) {
  #videoOverlay {
    position: fixed;
    top: 0;
    left: 0;

    height: 100vh;
    width: 100vw;

    background-color: #000000c4;
  }

  #videoOverlay iframe {
    height: 50vh;
    width: 99vw;
  }
}

/* -------------------Testimonials------------------ */
.testimonials {
  padding: 4rem 0 2rem 0;
  background-color: #fff;
  height: auto !important;
}

.testimonials .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 1rem;
}

.testimonials .head p {
  color: #000;
}

.testimonials .head p span {
  color: #42946a;
}

.testimonials .grid {
  display: flex;
  width: 100%;
  height: auto !important;



  cursor: default;
  gap: 1rem;
  padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials .grid .swiper-wrapper {
  width: 100%;
  height: auto !important;
  cursor: grab;
}

.testimonials .grid .swiper-slide {
  width: 100%;
  height: auto !important;

  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
}

.testimonials .grid::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.testimonials .grid .card {
  width: 100%;
  height: 100%;

  position: relative;
  background-color: #f5f5f500;

  /* flex: 0 0 auto; */
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;

  user-select: none;
}

.testimonials .grid .card .content {
  height: auto !important;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 4rem 2rem 90px 2rem;
  box-sizing: border-box;

  border-radius: 5px;
  margin: 0.5rem;
  margin-bottom: 30px !important;
  box-sizing: border-box;
  gap: 1rem;

  background-color: #f5f5f5;
}

.testimonials .grid .card i {
  color: #42946a;
  font-size: 3rem;
  text-align: center;
}

.testimonials .grid .card h3 {
  color: #141414;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.testimonials .grid .card p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #141414;
}

.testimonials .grid .card a {
  text-decoration: none;
  color: #42946a;
}

.testimonials .grid .card .details {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.testimonials .grid .card .details img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  -webkit-user-drag: none;

  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  background-color: white;
}


.testimonials .grid .pagination-container {
  position: relative !important;
  margin-top: 0rem !important;
}


.testimonials .grid .swiper-pagination {
  position: relative;
  padding-top: 8rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer !important;
}

.testimonials .grid .swiper-pagination-bullet {
  width: 0.85rem !important;
  height: 0.85rem !important;
  background-color: #d0d0d0;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonials .grid .swiper-pagination-bullet:hover {
  background-color: #42946a;
  transform: scale(1);
}

.testimonials .grid .swiper-pagination-bullet-active {
  background-color: #42946a;
  transform: scale(1);
}

.team .grid-wrapper .navigate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem !important;
  width: 100%;
  height: auto;
  padding-top: 0rem;
}

.team .grid-wrapper .navigate .swiper-button-next,
.team .grid-wrapper .navigate .swiper-button-prev {
  background-color: #42946a;
  color: white;
  border-radius: 5px;
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0.45rem !important;
}

.team .grid-wrapper .navigate .swiper-button-next:hover,
.team .grid-wrapper .navigate .swiper-button-prev:hover {
  background-color: #6faa8c;
}

.team .grid-wrapper .navigate .swiper-button-next::after,
.team .grid-wrapper .navigate .swiper-button-prev::after {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

@media only screen and (max-width: 1000px) {
  .testimonials .grid {
    height: auto;
  }

  .testimonials .grid .card {
    width: 100%;
    height: auto;

    position: relative;
    background-color: #f5f5f500;

    flex: 0 0 auto;

    user-select: none;

    margin-bottom: 3rem;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testimonials .grid .card .content {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 5rem;
    padding-top: 2rem;
    box-sizing: border-box;

    border-radius: 5px;
    margin: 0.5rem;
    box-sizing: border-box;
    gap: 1rem;

    background-color: #f5f5f5;
  }

  .testimonials .grid .swiper-pagination {
    margin-top: 0rem;
    padding-top: 3rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .testimonials {
    padding-bottom: 1rem;
  }

  .testimonials .container {
    width: 100%;
  }

  .testimonials .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 0rem !important;

    margin-bottom: 0 !important;
  }

  .testimonials .grid .testimonials-swiper {
    padding-bottom: 2rem;
  }

  .testimonials .grid {
    display: flex;
    width: 100%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;

    scroll-behavior: smooth;
    cursor: grab;
    gap: 1rem;
    padding: 0rem;
    padding-bottom: 0rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .testimonials .grid .card {
    width: 100%;
    height: auto;

    position: relative;
    background-color: #f5f5f500;

    flex: 0 0 auto;

    user-select: none;

    margin-bottom: 0.5rem;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .testimonials .grid .card .content {
    height: 380px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    box-sizing: border-box;

    border-radius: 5px;
    margin: 0.5rem;
    box-sizing: border-box;
    gap: 1rem;

    background-color: #f5f5f5;
  }

  .testimonials .grid .pagination-container {
    position: relative !important;
    margin-top: 0rem !important;
  }

  .testimonials .grid .swiper-pagination {
    position:  relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    padding-top: 6rem !important;
  }

  .testimonials .grid .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.2rem !important;
  }

  .testimonials .grid .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

/* -------------------------------------------------- */
.team {
  background-color: #fbfbfb;
  padding: 5rem 0;
}

.team .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 1rem;
}

.team .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  height: 100%;

  gap: 1rem;
}

.team .grid-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  gap: 1rem;
}

.team .container {
  overflow: hidden;
}

.team .grid {
  display: flex;
  width: 100%;
  height: 90%;
}

.team .grid-wrapper .navigate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;

  padding-top: 1rem;
}

.team .grid-wrapper .navigate button {
  color: black;
  padding: 0;
  height: 50px;
  width: 50px;
  color: white;
}

.team .grid-wrapper .navigate button:hover {
  color: black;
  padding: 0;
  height: 50px;
  width: 50px;
  color: #42946a;
}

.team .grid .card {
  width: 100%;
  height: auto;
}

.team .grid .card .content {
  width: 100%;
  margin: 0 5px;

  background-color: #fff;
  box-sizing: border-box;

  /* border: 1px solid #ccc; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.team .grid .card h3 {
  padding-top: 1rem;
  padding-left: 1rem;
}

.team .grid .card p {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.team .grid .card img {
  width: 100%;
  height: 400px;

  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .team {
    background-color: #fbfbfb;
    padding: 3rem 0 2rem 0;
  }

  .team .grid .card img {
    height: 300px;
  }

  .team .grid-wrapper .navigate .swiper-button-next,
  .team .grid-wrapper .navigate .swiper-button-prev {
    background-color: #42946a;
    color: white;
    border-radius: 5px;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0.45rem !important;
  }

  .team .grid-wrapper .navigate .swiper-button-next:hover,
  .team .grid-wrapper .navigate .swiper-button-prev:hover {
    background-color: #6faa8c;
  }

  .team .grid-wrapper .navigate .swiper-button-next::after,
  .team .grid-wrapper .navigate .swiper-button-prev::after {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
  }
}

/* -------------------------------------------------------------- */
.desc {
  width: 100%;
  height: 100px;
  overflow: hidden;

  background-color: #f9f9f9;

  position: relative;
  z-index: 0;
}

.desc .container {
  display: flex;
  align-items: center;
  justify-content: space-around;

  width: 1800px;
}

.desc .container p {
  font-size: 1.5rem;
  font-weight: 400;
}

.desc .separator {
  font-weight: 300;
  font-size: 1.5rem !important;
  color: #42946a;
}

.desc .first {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  animation: moveLeft 20s forwards linear infinite;
  z-index: 5;
}

.desc .second {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  animation: moveLeft1 20s forwards linear infinite;
  z-index: 5;
  color: #42946a;
}

@keyframes moveLeft {
  0% {
    left: 0%;
  }
  100% {
    left: -1800px;
  }
}

@keyframes moveLeft1 {
  0% {
    left: 1800px;
  }
  100% {
    left: -0%;
  }
}

/* -------------------------------------- */
.blogs {
  background-color: #f9f9f9;
  padding: 5rem 0;
}

.blogs .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 0.5rem;
}

.blogs .grid {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}

.blogs .grid .card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  width: 100%;
  height: auto;
  justify-content: center;
  align-items: stretch;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blogs .grid .card .content {
  padding: 0.5rem 1.5rem 1.5rem 1rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: calc(100% - 250px);
}

.blogs .grid .card .img-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blogs .grid .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.blogs .grid .card img:hover {
  transform: scale(1.1);
}

.blogs .grid .card h3 a {
  color: #42946a;
  transition: 0.6s ease;
  font-size: 1.3rem;
}

.blogs .grid .card h3 a:hover {
  color: #42946aa4;
  transition: 0.6s ease;
}

.blogs .grid .card p {
  font-size: 1rem;
}

.blogs .grid .card .content p.blog-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs .grid .card .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #42946a;
  width: 80px;
  height: height;
  padding: 0.75rem 0;

  position: absolute;
  right: 0;
  top: 200px;
}

.blogs .grid .card .author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}

.blogs .grid .card .author i {
  color: #42946a;
}

.blogs .grid .card .date .day-month {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-bottom: 0.15rem;
}

.blogs .grid .card .date .day {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 0.05rem;
}

.blogs .grid .card .date .month {
  color: white;
  padding-bottom: 0.05rem;
  font-size: 1rem;
  font-weight: 300;
}

.blogs .grid .card .date .year {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.blogs .grid .card .link {
  color: #42946a;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.6s ease;
}

.blogs .grid .card .link:hover {
  color: #82ab87;
  transition: 0.6s ease;
}

.blogs .grid .card .blog-text {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .blogs {
    padding: 2rem 0 2rem 0;
  }

  .blogs .grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

/* ------------------------------------- */

.goal {
  position: relative;

  background-color: #f5f5f5;
  background-image: url("https://ecothreadsepz.com/wp-content/uploads/2025/07/0A0A0564.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 550px;
  overflow: visible;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 30;
}

.goal::after {
  background-color: #00000088;
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;

  z-index: 5;
}

.goal .container {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  z-index: 10;
}

.goal .container .text {
  position: relative;
  padding-left: 0%;
  width: 80%;
  max-width: 800px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.goal .container .text p {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2rem;

  color: #fff;
}

.quote {
  width: 60px;
  height: 60px;

  position: absolute;
  right: 0%;
  bottom: 2rem;
}

.green-star {
  width: 80px;
  height: 80px;

  position: absolute;
  left: -3%;
  top: -90px;
}

@media only screen and (max-width: 768px) {
  .goal {
    height: 350px !important;
  }

  .goal .container .text p {
    font-size: 2.5rem !important;
  }
}

/* ---------------------------------------- */
.home .cta {
  width: 100%;
  height: 500px;
  position: relative;

  background-color: white;
  background-image: url("https://ecothreadsepz.com/wp-content/uploads/2024/12/0A0A1834-scaled.webp");
  background-attachment: fixed;
  object-fit: cover;
  object-position: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .cta::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #3f4040;
  opacity: 80%;
}

.home .cta img {
  height: 100%;
  width: 800px;

  object-fit: cover;
  object-position: center;
}

.home .cta h3 {
  color: white;
  font-size: 3rem;
  width: 80%;
  font-weight: 400;
  text-align: center;

  padding-bottom: 1rem;
  z-index: 5;
}

.home .cta p {
  color: white;
  font-size: 2rem;
  width: 700px;
  font-weight: 300;
  text-align: center;

  padding-bottom: 2rem;
  z-index: 5;
}

.home .cta a {
  background-color: #42946a;
  border: 1px solid #42946a;
  padding: 0.4rem 1.4rem;
  color: #fcfcfc;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  z-index: 5;

  transition: 0.5s ease;
}

.home .cta a:hover {
  background-color: white;
  color: #42946a;
}

@media only screen and (max-width: 768px) {
  .home .cta {
    width: 100%;
    height: 350px;
    position: relative;

    background-color: white;
    background-image: url("https://ecothreadsepz.com/wp-content/uploads/2024/12/0A0A1834-scaled.webp");
    background-attachment: scroll;
    object-fit: cover;
    object-position: left;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home .cta::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #3f4040;
    opacity: 10%;
  }

  .home .cta img {
    height: 100%;
    width: 500px;

    object-fit: cover;
    object-position: center;
  }

  .home .cta h3 {
    color: white;
    font-size: 1rem !important;
    width: 80%;
    font-weight: 400;
    text-align: center;

    padding-bottom: 1rem;
    z-index: 5;
  }

  .home .cta p {
    color: white;
    font-size: 1.4rem;
    width: 98%;
    font-weight: 300;
    text-align: center;

    padding-bottom: 2rem;
    z-index: 5;
  }

  .home .cta a {
    background-color: #42946a;
    border: 1px solid #42946a;
    padding: 0.4rem 1.4rem;
    color: #fcfcfc;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 5;

    transition: 0.5s ease;
  }

  .goal .container .text p {
    font-size: 2rem !important;
  }
}

/* ------------------Newsletter--------------------- */
.newsletter {
  width: 100%;
  height: 450px;
  position: relative;

  background-color: white;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 3rem 0;
}

.newsletter .container {
  width: 98%;
  height: 100%;
  max-width: 1600px;

  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.newsletter .container .img-container {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter .container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  border-radius: 5px;
}

.newsletter .container .content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

  border-radius: 5px;
  border: 1px solid #cccccc77;
  padding: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.newsletter .container .head {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;

  gap: 0.5rem;
}

.newsletter .container .head .heading {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  text-transform: capitalize;
}

.newsletter .container .head .sub-heading {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  padding-top: 0 !important;
}

.newsletter .container .form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;

  gap: 0.5rem;
}

.newsletter .container .form input {
  width: 300px;
  height: 45px !important;
  padding: 0 1rem !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

.newsletter .container .form button {
  width: 100px;
  height: 45px !important;
  padding: 0 1rem !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.newsletter .container .form button:hover {
  background-color: #42946ad8;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .newsletter {
    width: 100%;
    height: auto;
    position: relative;

    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 3rem 0;
  }

  .newsletter .container {
    display: flex;
    flex-direction: column;
  }

  .newsletter .container .img-container {
    width: 100%;
  }

  .newsletter .container .content {
    width: 100%;
    height: 100%;
    height: 400px;
    padding: 3rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .newsletter {
    width: 100%;
    height: auto;
    position: relative;

    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 2rem 0 2rem 0;
  }

  .newsletter .container .head {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 0.5rem;
  }

  .newsletter .container .head .heading {
    font-size: 2rem !important;
    font-weight: 600;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .newsletter .container .head .sub-heading {
    font-size: 1.2rem !important;
    line-height: 1.2;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
    padding-top: 0 !important;
  }

  .newsletter .container .img-container {
    display: none;
  }

  .newsletter .container .content {
    width: 100%;
    height: 100%;
    padding: 3rem 2rem;
  }

  .newsletter .container .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0.5rem;
  }

  .newsletter .container .form input {
    width: 100%;
    height: 45px !important;
    padding: 0 1rem !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
  }

  .newsletter .container .form button {
    width: 100%;
    height: 45px !important;
    padding: 0 1rem !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
  }
}

/* Font Awesome Icon Fixes */
.fa,
.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-solid {
  font-weight: 900;
}

.fa-regular {
  font-weight: 400;
}

/* Brands must use the Brands font — Free-first stacks show empty boxes */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Ensure icons are visible */
.header .socials .sect i,
.header .socials .container .col .media div a i,
.testimonials .grid .card i,
.blogs .grid .card .author i,
.play .icon {
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}

@media only screen and (max-width: 768px) {
  .forminator-row {
    margin-bottom: 0 !important;
  }
}

/* --- Safari fallback --- */
/* Safari doesn't support background-attachment: fixed properly,
   so we detect that and override it. */
@supports (-webkit-touch-callout: none) {
  .goal {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }

  .servicing {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }
}
