@font-face {
  font-family: "TT Norms Pro";
  src: url("../images/assets/fonts/TT\ Norms\ Pro\ Normal.ttf")
    format("truetype"); /* Adjust the path */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms Pro Bold";
  src: url("../images/assets/fonts/TT\ Norms\ Pro\ Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "TT Norms Pro", sans-serif;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.navbar-nav>li>a {
  font-size: 16px;
  text-decoration: none;
  padding-top: 12px !important;
  padding-bottom: 11px !important;
  margin: inherit;
}
.nav-link {
  padding: 0.5rem 0;
  color: #fff;
  font-family: TTNormsProRegular;
}

.terms {
  background-color: #e7e1e1;
  padding: 0.5% 2%;
  font-size: 17px;
}

.desktop {
  display: block;
}

.customimg {
  width: 100%;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.cls_img {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .ctaimg {
    width: 180px;
    margin: 0px auto;
    padding: 5%;
  }
}

.cta-strip {
  background-image: url("../images/assets/mid_green_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.cls_img {
  position: relative;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    width: 100%;
  }
}

.mobile-card {
  display: none;
}

.bottom-card-heading,
.contact-number,
.step > p > b,
.greencycle-heading {
  font-family: "TT Norms Pro Bold", sans-serif;
}

.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5 {
  transition: transform 0.2s ease;
}

.icon-1:hover,
.icon-2:hover,
.icon-3:hover,
.icon-4:hover,
.icon-5:hover {
  animation: shake 0.4s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.card-wrapper {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.card-wrapper.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.card-wrapper:nth-child(1) {
  transition-delay: 0s;
}
.card-wrapper:nth-child(2) {
  transition-delay: 0.2s;
}
.card-wrapper:nth-child(3) {
  transition-delay: 0.4s;
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5 {
  top: 32%;
  position: absolute;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 1281px) {
  /* CSS */
  .greencycle-heading {
    margin: 0 !important;
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 45px;
    font-weight: bolder;
  }

  .greencycle-subheading {
    margin: 0 !important;
    text-align: center;
    padding: 0 0 15px 0;
    font-size: 40px;
    font-weight: 400;
  }
  .cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }

  .icon-overlay {
    position: absolute;
    z-index: 10;
  }

  /* Approximate positions – tweak as needed */
  .icon-1 {
    top: 9.5%;
    left: 12.3%;
  }

  .step-1 {
    left: 10%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-2 {
    bottom: 10%;
    left: 30%;
  }

  .step-2 {
    left: 27%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-3 {
    top: 10.5%;
    left: 47.6%;
  }

  .step-3 {
    top: 26.5%;
    left: 44.6%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-4 {
    bottom: 11%;
    left: 65.4%;
  }

  .step-4 {
    left: 62.5%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-5 {
    top: 10%;
    left: 83%;
  }

  .step-5 {
    left: 81%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .custom-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
  }

  .card-text {
    padding: 30px 20px 20px;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    flex-grow: 1;
  }

  .bottom-card-heading {
    font-size: 40px;
  }

  .bottom-card-subheading {
    font-size: 30px !important;
  }

  .custom-text {
    margin: 40px 50px 0px 50px !important;
  }

  .contact-inner {
    margin: 15%;
    width: 100%;
  }

  .contact-heading {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .contact-number {
    font-size: 60px;
    font-weight: 1000;
    color: #000;
    margin-bottom: 15px;
  }

  .contact-hours {
    font-size: 30px;
    line-height: 1.6;
    margin: 0;
  }

  .contact-note {
    font-size: 30px;
  }

  .customcare {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1281px) and (max-width: 1800px) {
  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    font-size: 18px;
  }
  .bottom-card-heading {
    font-size: 25px;
  }
  .bottom-card-subheading {
    font-size: 25px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .bottom-card-subheading {
    font-size: 20px !important;
  }
  /* CSS */
  .greencycle-heading {
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 30px;
    font-weight: bolder;
  }

  .greencycle-subheading {
    margin: 0 !important;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 30px;
    font-weight: 400;
  }
  .cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }

  .icon-overlay {
    position: absolute;
    z-index: 10;
  }

  /* Approximate positions – tweak as needed */
  .icon-1 {
    top: 9.5%;
    left: 12.3%;
  }

  .step-1 {
    top: 34%;
    left: 10.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-2 {
    bottom: 10%;
    left: 30%;
  }

  .step-2 {
    bottom: 30%;
    left: 27%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-3 {
    top: 10.5%;
    left: 47.6%;
  }

  .step-3 {
    top: 29.5%;
    left: 44.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-4 {
    bottom: 11%;
    left: 65.4%;
  }

  .step-4 {
    bottom: 32%;
    left: 62.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-5 {
    top: 10%;
    left: 83%;
  }

  .step-5 {
    top: 30%;
    left: 81.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .custom-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
  }

  .card-text {
    padding: 30px 20px 20px;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-grow: 1;
  }

  .bottom-card-heading {
    font-size: 25px;
  }

  .custom-text {
    margin: 40px 50px 0px 50px !important;
  }

  .contact-inner {
    margin: 15%;
    width: 100%;
  }

  .contact-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .contact-number {
    font-size: 50px;
    font-weight: 1000;
    color: #000;
    margin-bottom: 15px;
  }

  .contact-hours {
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
  }

  .contact-note {
    font-size: 20px;
  }

  .customcare {
    width: 105%;
    margin: 0 auto;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    font-size: 14px;
  }
  .bottom-card-heading {
    font-size: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-overlay {
    position: absolute;
    top: 78%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000; /* Change if needed */
    width: 90%;
    padding: 10px;
  }
  .custom-text {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .mobile-card {
    display: block;
  }

  /* CSS */
  .greencycle-heading {
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 35px;
    font-weight: bolder;
  }

  .greencycle-subheading {
    margin: 0 !important;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 35px;
    font-weight: 400;
  }
  .cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }

  .icon-overlay {
    position: absolute;
    z-index: 10;
  }

  /* Approximate positions – tweak as needed */
  .icon-1 {
    top: 12.5%;
    left: 22.3%;
  }

  .step-1 {
    top: 40%;
    left: 17%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-2 {
    bottom: 74%;
    left: 67%;
  }

  .step-2 {
    bottom: 26%;
    left: 61.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-3 {
    top: 13.5%;
    left: 22.6%;
  }

  .step-3 {
    top: 35.5%;
    left: 16.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-4 {
    bottom: 75%;
    left: 67.4%;
  }

  .step-4 {
    bottom: 30%;
    left: 61%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-5 {
    top: 14%;
    left: 45%;
  }

  .step-5 {
    top: 38%;
    left: 41%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .custom-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
  }

  .card-text {
    padding: 30px 20px 20px;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-grow: 1;
  }

  .bottom-card-heading {
    font-size: 55px;
  }

  .bottom-card-subheading {
    font-size: 40px !important;
  }
  .custom-text {
    margin: 40px 50px 0px 50px !important;
  }

  .contact-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .contact-number {
    font-size: 40px;
    font-weight: 1000;
    color: #000;
    margin-bottom: 15px;
  }

  .contact-hours {
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
  }

  .contact-note {
    font-size: 22px;
  }

  .customcare {
    width: 125%;
    margin: 0 auto;
  }
  .cards-wrapper p {
    display: none;
  }
  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    top: 34%;
    font-size: 30px;
  }
  .contact-inner {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .navbar-mob{
    justify-content: start !important;
  }
  .cta-strip {
    background-image: url("../images/assets/mid_green_bg_mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobile-card {
    display: block;
  }
  .cards-wrapper p {
    display: none;
  }
  .greencycle-heading {
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-weight: bolder;
  }

  .greencycle-subheading {
    margin: 0 !important;
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 20px;
    font-weight: 400;
  }
  .cards-wrapper-mobile {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .icon-overlay {
    position: absolute;
    z-index: 10;
  }

  /* Approximate positions – tweak as needed */
  .icon-1 {
    top: 13.5%;
    left: 23.3%;
  }

  .step-1 {
    top: 38%;
    left: 17%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-2 {
    top: 13.5%;
    left: 66.3%;
  }

  .step-2 {
    bottom: 16%;
    left: 57.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-3 {
    top: 13.5%;
    left: 23.6%;
  }

  .step-3 {
    top: 31.5%;
    left: 14.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-4 {
    bottom: 74%;
    left: 66.4%;
  }

  .step-4 {
    bottom: 23%;
    left: 58%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-5 {
    top: 13%;
    left: 45.5%;
  }

  .step-5 {
    top: 34%;
    left: 40%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .custom-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
  }

  .card-text {
    padding: 30px 20px 20px;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-grow: 1;
  }

  .bottom-card-subheading {
    font-size: 30px !important;
  }
  .custom-text {
    display: none;
  }

  .contact-inner {
    margin: 15%;
    width: 100%;
  }

  .customcare {
    width: 125%;
    margin: 0 auto;
  }

  .mobile-text {
    text-align: center;
  }

  .contact-overlay {
    position: absolute;
    top: 78%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000; /* Change if needed */
    width: 90%;
    padding: 10px;
  }

  .contact-heading,
  .contact-number,
  .contact-hours,
  .contact-note {
    margin: 0;
    padding: 4px 0;
    line-height: 1.2;
  }

  .contact-heading {
    font-size: 16px;
    font-weight: 500;
  }

  .contact-number {
    font-size: 25px;
    font-weight: bold;
  }

  .contact-hours,
  .contact-note {
    font-size: 12px;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    top: 32%;
    font-size: 15px;
  }

  .bottom-card-heading {
    font-size: 26px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .navbar-mob{
    justify-content: start !important;
  }
  /* CSS */
  .cta-strip {
    background-image: url("../images/assets/mid_green_bg_mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobile-card {
    display: block;
  }
  .cards-wrapper p {
    display: none;
  }
  .greencycle-heading {
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bolder;
  }

  .greencycle-subheading {
    margin: 0 !important;
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 17px;
    font-weight: 400;
  }
  .cards-wrapper-mobile {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .icon-overlay {
    position: absolute;
    z-index: 10;
  }

  /* Approximate positions – tweak as needed */
  .icon-1 {
    top: 13.5%;
    left: 23.3%;
  }

  .step-1 {
    top: 38%;
    left: 16%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-2 {
    top: 13.5%;
    left: 66.3%;
  }

  .step-2 {
    bottom: 16%;
    left: 56.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-3 {
    top: 13.5%;
    left: 23.6%;
  }

  .step-3 {
    top: 29.5%;
    left: 13.5%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-4 {
    bottom: 74%;
    left: 66.4%;
  }

  .step-4 {
    bottom: 23%;
    left: 57%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .icon-5 {
    top: 13%;
    left: 45.5%;
  }

  .step-5 {
    top: 34%;
    left: 39%;
    font-weight: 500;
    text-align: center;
    width: fit-content;
  }

  .custom-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 2px solid white;
  }

  .card-text {
    padding: 30px 20px 20px;
  }

  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-grow: 1;
  }

  .bottom-card-subheading {
    font-size: 25px !important;
  }
  .custom-text {
    display: none;
  }

  .contact-inner {
    margin: 15%;
    width: 100%;
  }

  .contact-heading {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 100;
    padding-top: 10px;
  }

  .customcare {
    width: 125%;
    margin: 0 auto;
  }

  .mobile-text {
    text-align: center;
  }

  .contact-overlay {
    position: absolute;
    top: 78%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000; /* Change if needed */
    width: 90%;
    padding: 10px;
  }

  .contact-heading,
  .contact-number,
  .contact-hours,
  .contact-note {
    margin: 0;
    padding: 4px 0;
    line-height: 1.2;
  }

  .contact-number {
    font-size: 20px;
    font-weight: bold;
  }

  .contact-hours,
  .contact-note {
    font-size: 11px;
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    top: 35%;
    font-size: 12px;
  }

  .bottom-card-heading {
    font-size: 20px;
  }
}

@media (width: 1024px) {
  .ipad-full {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
