.hero-wrapper .hero-swiper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-wrapper .hero-swiper .sec-shape-bottom {
  position: absolute;
  z-index: 3;
  bottom: 0;
  transform: translateY(2px);
}
.hero-slider {
  background-position: bottom;
}
.hero-swiper .swiper-arrow svg {
  padding: 14px;
  border-radius: 50%;
  background-color: white;
  color: var(--theme-color);
  display: flex;
}
.hero-shape2-3,
.hero-shape2-2,
.hero-shape2-1 {
  mix-blend-mode: multiply;
}
.hero-shape2-2 {
  opacity: 0.7;
  text-align: right;
}
.hero-shape2-1.shape-mockup {
  bottom: 0;
  left: 0;
  transform: translate(-100px, 70px); 
  -webkit-transform: translate(-100px, 70px);
}
.hero-shape2-2.shape-mockup {
  bottom: 0;
  right: 0;
  transform: translate(400px, 100px); 
  -webkit-transform: translate(400px, 100px);
}
.hero-shape2-3.shape-mockup {
  top: 0;
  left: 0;
  transform: translate(-400px, -400px); 
  -webkit-transform: translate(-400px, -400px);
}
.shape-mockup {
  position: absolute;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
}
.hero-style2 {
  position: relative;
  z-index: 6;
  padding: 230px 0 300px;
}
.hero-style2 .btn-group {
  margin-top: 4rem;
}
.hero-subtitle, .hero-subtitle2 {
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--border-color);
  display: inline-block;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 23px;
  position: relative;
}
.hero-subtitle:after, .hero-subtitle2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  width: 8px;
  transform: translate(0, -50%);
  background: var(--theme-color);
  border-radius: 1px;
}
.hero-style2 .hero-subtitle {
  padding-left: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: var(--title-font);
  text-transform: none;
  margin-bottom: 3rem;
  letter-spacing: normal;
}
.hero-style2 .hero-subtitle:after {
  display: none;
}
.hero-style2 .hero-subtitle2 {
  padding-left: 0;
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--title-font);
  text-transform: none;
  margin-bottom: 3rem;
  letter-spacing: normal;
}
.hero-style2 .hero-subtitle2:after {
  display: none;
}
.hero-style2 .hero-title {
  font-size: 40px;
  line-height: 1.167;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

/*********************************************/
.marquee-container {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.marquee-content {
    display: flex;
    width: max-content;
}

.marquee-ls {
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(var(--move-distance)); }
}

.marquee-rs {
    animation: scroll-right 30s linear infinite;
}

@keyframes scroll-right {
    from { transform: translateX(var(--move-distance)); }
    to { transform: translateX(0); }
}

.marquee-group {
    display: flex;
    flex-shrink: 0;
    gap: 1rem;
    padding-right: 1rem;
}

.marquee-group .inner {
    padding: 10px;
    background: white;
    min-height: 80px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 29, 8, 0.1);
}
.service-area {
  /*background-attachment: fixed;*/
}
/*******************************************/
.service-area .sec-shape-top,
.service-area .sec-shape-bottom {
  position: inherit;
}
.service-card {
  background: #202020;
  border: 1px solid #303030;
  border-radius: 15px;
  padding: 40px 40px 35px;
  display: flex;
  gap: 20px;
}
.service-card_icon {
  flex: none;
}
.service-card_icon .goodnesspack-icon {
  fill: var(--icon-fill);
}
.service-card_icon .services-1 {
  width: 50px;
  height: 50px;
}
.service-card_icon .services-2 {
  width: 50px;
  height: 50px;
}
.service-card_icon .services-3 {
  width: 50px;
  height: 50px;
}
.service-card_icon .services-4 {
  width: 50px;
  height: 50px;
}
.service-card_icon .services-5 {
  width: 50px;
  height: 50px;
}
.service-card_icon .services-6 {
  width: 50px;
  height: 50px;
}
.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 5px;
  color: #fff !important;
  word-break: break-all;
  line-height: 2rem;
  font-weight: 500;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}
.service-card_title a {
  color: var(--white-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.service-card_title a:hover {
  background-size: 100% 2px;
}
.service-card_text {
  font-size: 0.875rem;
  margin-bottom: 10px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
  min-height: 4.5rem;
}
.service-card .link-btn {
  color: var(--white-color);
}
.service-card .link-btn:before {
  background: var(--white-color);
}
.service-card .link-btn i {
  margin-left: 3px;
}
.service-card_content .link-btn .goodnesspack-icon {
  margin-left: 5px;
  width: 13px;
  height: 13px;
}
/* ======= product =======*/
.product__bg-shape {
  position: absolute;
  left: -460px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.product__bg-shape img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card {
  transition: all ease 0.4s;
  border-radius: 15px;
  background-color: var(--smoke-color2);
  padding: 0;
  padding-bottom: 1.25rem;
  text-align: center;
}
.product-card:hover {
  box-shadow: 2px 5px 10px rgba(194, 200, 213, 0.7);
}
.product-card .product-img {
  margin-bottom: 25px;
  --space: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: var(--smoke-color2);
  border-radius: 15px 15px 0 0;
  width: 100%;
  padding-top: 100%;
  z-index: 2;
}
.product-card .product-img img {
  transition: all ease 0.4s;
  transform: scale(1);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1px;
}
.product-card .product-title a {
  color: inherit;
}
.product-card .product-title a:hover {
  color: var(--theme-color);
}
.product-card:hover .product-img img {
  transform: scale(1.1);
}
.product-card:hover .product-img:before {
  visibility: visible;
  opacity: 0.7;
}
.product-card .product-img:before {
  --space: 0px;
  content: "";
  height: calc(100% - var(--space) * 2);
  width: calc(100% - var(--space) * 2);
  position: absolute;
  top: var(--space);
  left: var(--space);
  background-color: rgb(34, 35, 40);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.product-card .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}
.product-card .actions > * > a {
  margin: 0;
}
.product-card:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
/* Service Card ---------------------------------- */
.service-bg-area {
  margin-top: -45px;
  background-attachment: fixed;
  margin-bottom: -15px;
}
.service-bg-area .sec-shape-top {
  position: inherit;
  transform: translateY(-2px);
}
.service-bg-area .sec-shape-bottom {
  position: inherit;
  transform: translateY(2px);
}
/*----------------------------------------------
    # about style here
----------------------------------------------*/
.about-thumb {
  position: relative;
  padding-right: 68px;
  display: inline-block;
  height: 100%;
}
.about-thumb .about-img-1 {
  border-radius: 20px;
  height: 100%;
  border: 5px solid white;
  object-fit: cover;
}
.about-thumb .about-img-2 {
  border-radius: 20px;
  position: absolute;
  bottom: 100px;
  right: 0;
  border: 5px solid white;
  z-index: 1;
  filter: drop-shadow(0px 6px 42px rgba(0, 0, 0, 0.19));
}
.about-tab-1 {
  margin-top: 41px;
}
.about-tab-1 .filter-menu-active {
  gap: 10px;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
  flex-wrap: wrap;
  align-items: center;
}
.about-tab-1 button {
  border-radius: 5px;
  border: 0;
  color: var(--title-color);
  background: var(--smoke-color);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 5.5px 1rem;
}
.about-tab-1 button.active, .about-tab-1 button:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.about-tab-1 .filter-item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}
.filter-active-cat1 {
  border-bottom: 1px solid #E6E6E6;
}
/********wcu****/
.goal-thumb-2 {
  position: relative;
  padding-left: 144px;
  height: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.goal-thumb-2 .img-1 {
  height: 100%;
}
.goal-thumb-2 .img-1 img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.goal-thumb-2 .img-2 {
  position: absolute;
  left: 0px;
  top: 60px;
  filter: drop-shadow(0px 6px 42px rgba(0, 0, 0, 0.19));
}
.goal-thumb-2 .img-2 img {
  border-radius: 20px;
}
.goal-thumb-2 .wcu-grid {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.wcu-grid {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 40px 68px 40px 40px;
  display: inline-flex;
  align-items: center;
}
.wcu-grid .icon {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.31);
  margin-right: 20px;
}
.wcu-grid_year {
  font-size: 48px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: -5px;
  margin-top: -0.3em;
}
.wcu-grid_text {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: -0.4em;
  display: block;
}
.about-grid-wrap {
  display: flex;
  gap: 75px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.about-grid {
  display: flex;
  gap: 20px;
}
.about-grid:not(:last-child) {
  margin-bottom: 40px;
}
.about-grid_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--theme-color);
  line-height: 60px;
  flex: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-grid_icon .goodnesspack-icon {
  width: 50px;
  height: 50px;
  fill: var(--icon-fill);
}
.about-grid_title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: -0.3em;
}
.about-grid_text {
  margin-bottom: -0.3em;
  font-size: 1rem;
}
.about-grid.style2 {
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.about-grid.style2 .about-grid_icon {
  background: var(--white-color);
  border-radius: 0;
  border: 1px solid #EDEDED;
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
}
/* Counter 1 ---------------------------------- */
.counter-area-1 {
  background-attachment: fixed;
}
.counter-sec-shape-top {
  margin-top: -45px;
}
.counter-sec-shape-bottom {
  transform: rotateY(180deg) translateY(1px);
  margin-top: -2px;
  margin-bottom: -18px;
}
.counter-card {
  position: relative;
  display: inline-flex;
  gap: 25px;
  align-items: center;
}
.counter-card_icon {
  border-radius: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  margin: auto;
}
.counter-card_icon .goodnesspack-icon {
  width: 43px;
  height: 43px;
  fill: white;
  transition: 0.4s all ease-in-out;
}
.counter-card_number {
  margin-top: 0px;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 44px;
  color: var(--white-color);
}
.counter-card_text {
  font-weight: 500;
  font-size: 0.875rem;
  font-family: var(--title-font);
  color: #E1E1E1;
  margin-bottom: -0.4em;
}
.counter-card_icon .goodnesspack-icon.about-4 {
  width: 60px;
}
.counter-card:hover .counter-card_icon .goodnesspack-icon {
  transform: rotateY(180deg);
}
/* Blog Card ---------------------------------- */
.blog-card {
  position: relative;
  display: flex;
  background: var(--smoke-color2);
  border-radius: 20px;
  padding: 30px 30px 30px 30px;
  gap: 30px;
  align-items: center;
}
.blog-card .blog-content {
  border-radius: 0 0 15px 15px;
  padding: 0;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.blog-card .blog-title {
  font-size: 1.25rem;
  word-break: break-all;
  margin-top: -0.3em;
  font-weight: 500;
  color: var(--title-color);
  line-height: 30px;
  margin-bottom: 22px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.blog-card .blog-title a {
  color: inherit;
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: background-size 0.8s ease;
}
.blog-card .blog-title a:hover {
  color: var(--theme-color);
}
.blog-card .blog-title:hover a {
  background-size: 100% 2px;
}
.blog-card .blog-meta {
  margin-bottom: 1.125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.blog-card .blog-meta a {
  background: transparent;
  display: inline-flex;
  align-items: center;
  border: 1px solid #DFDFDF;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: var(--title-font);
  color: var(--title-color);
  padding: 3.5px 1rem;
  margin: 0 0.5rem 10px 0;
}
.blog-card .blog-meta .goodnesspack-icon {
  margin-right: 4px;
}
.blog-meta a:first-child {
  flex-shrink: 0; 
  white-space: nowrap;
}
.blog-card .blog-meta a:last-child {
  min-width: 0;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-card .blog-meta a:hover {
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  background: var(--white-color);
}
.blog-card .blog-content .blog-text {
  font-size: 1rem;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}
.link-btn.style2 {
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
}
.link-btn.style2 i {
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid rgba(237, 237, 237, 0.89);
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  color: var(--title-color);
  margin-right: 7px;
  margin-left: 0;
  transition: 0.4s;
}
.link-btn.style2 .goodnesspack-icon {
  width: 13px;
}
.link-btn.style2:before {
  background-color: var(--theme-color);
  bottom: 12px;
  left: 55px;
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover i {
  background: var(--theme-color);
  color: var(--white-color);
}
.link-btn.style2:hover:before {
  width: calc(100% - 55px);
}
.social-links .search-btn .goodnesspack-icon {
  padding: 1px;
}

/*******************************************/

@media (max-width: 1600px) {
  .hero-style2 .hero-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .hero-style2 .hero-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-style2 {
    padding: 240px 0 280px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style2 {
    padding: 210px 0 170px;
  }
  .hero-style2 .hero-title {
    font-size: 2.5rem;
  }
  .hero-style2 .hero-subtitle {
    font-size: 2rem;
  }
  .hero-style2 .hero-subtitle2 {
    font-size: 1.35rem;
  }
  .hero-shape2-1 img {
    height: 450px;
  }
  .hero-shape2-2 img {
    height: 600px;
  }
  .hero-shape2-3 img {
    width: 700px;
  }
  .hero-shape2-1.shape-mockup {
    transform: translate(-100px, 70px); 
    -webkit-transform: translate(-100px, 70px);
  }
  .hero-shape2-2.shape-mockup {
    transform: translate(300px, 40px); 
    -webkit-transform: translate(300px, 40px);
  }
  .hero-shape2-3.shape-mockup {
    transform: translate(-200px, -200px); 
    -webkit-transform: translate(-200px, -200px);
  }
  .about-tab-1 {
    margin-top: 27px;
  }
  .counter-card_text,
  .blog-card .blog-title,
  .link-btn.style2 {
    font-weight: 400;
  }
  .scroll-top {
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
  }
  .scroll-top:after {
    width: 1rem;
    height: 1rem;
  }
  .scroll-top svg {
    border-width: 1px;
  }
  .scroll-top .progress-circle path {
    stroke-width: 7px;
  }
}
@media (max-width: 1024px) {
  .hero-style2 {
    padding: 180px 0 140px;
  }
  .hero-style2 .hero-title {
    font-size: 2rem;
  }
  .hero-style2 .hero-subtitle {
    font-size: 1.5rem;
  }
  .hero-style2 .hero-subtitle2 {
    font-size: 1.125rem;
    width: 100%;
  }
  .hero-shape2-1 img {
    height: 400px;
  }
  .hero-shape2-2 img {
    height: 500px;
  }
  .hero-shape2-3 img {
    width: 650px;
  }
  .hero-shape2-1.shape-mockup {
    transform: translate(-70px, 90px); 
    -webkit-transform: translate(-70px, 90px);
  }
  .hero-shape2-2.shape-mockup {
    transform: translate(260px, 20px); 
    -webkit-transform: translate(260px, 20px);
  }
  .hero-shape2-3.shape-mockup {
    transform: translate(-200px, -200px); 
    -webkit-transform: translate(-200px, -200px);
  }
  .hero-style2 .btn-group {
    margin-top: 0;
  }
  .service-card_title.h5 {
    font-size: 1.1rem;
    font-weight: 300;
  }
  .service-card .service-card_content .link-btn {
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec-title {
    font-size: 1.5rem;
  }
  .about-grid-wrap.mt-40 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .about-grid_content .about-grid_title {
    font-size: 1rem;
  }
  .about-grid_content .about-grid_text {
    font-size: 0.875rem;
  }
  .wcu-grid {
    padding: 30px 38px 30px 30px;
  }
  .wcu-grid .wcu-grid_year {
    font-size: 36px;
  }
  .wcu-grid .wcu-grid_text {
    font-size: 1rem;
    font-weight: 400;
  }
  
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-style2 {
    padding: 180px 0 150px;
    text-align: center;
  }
  .hero-style2 .hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .hero-style2 .hero-subtitle2 {
    margin-bottom: 2rem;
  }
  .hero-style2 .hero-subtitle.mb-4 {
    margin-bottom: 1rem !important;
  }
  .hero-style2 .hero-title {
    font-size: 1.45rem;
    margin-bottom: 2rem;
  }
  .hero-style2 .btn-group {
    justify-content: center;
    margin-top: 40px;
  }
  .hero-shape2-1 img {
    height: 350px;
  }
  .hero-shape2-2 img {
    height: 400px;
  }
  .hero-shape2-3 img {
    width: 500px;
  }
  .hero-shape2-1.shape-mockup {
    transform: translate(-80px, 70px); 
    -webkit-transform: translate(-80px, 70px);
  }
  .hero-shape2-2.shape-mockup {
    transform: translate(200px, 20px); 
    -webkit-transform: translate(200px, 20px);
  }
  .hero-shape2-3.shape-mockup {
    transform: translate(-70px, -140px); 
    -webkit-transform: translate(-70px, -140px);
  }
  .hero-style2 .hero-title, 
  .hero-style2 .hero-subtitle,
  .hero-style2 .hero-subtitle2 {
    font-weight: 400;
  }
  .hero-swiper .swiper-arrow svg {
    display: none;
  }
  .service-card {
    padding: 1.875rem;
    gap: 12px;
  }
  .service-card_icon .services-1,
  .service-card_icon .services-2, 
  .service-card_icon .services-3, 
  .service-card_icon .services-4, 
  .service-card_icon .services-5,
  .service-card_icon .services-6 {
    width: 30px;
    height: 30px;
  }
  .goal-thumb-2 {
    padding: 0 40px 40px 40px;
  }
  .about-grid_content .about-grid_title {
    font-size: 1.25rem;
  }
  .about-grid_content .about-grid_text {
    font-size: 1rem;
  }
  .counter-card_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .counter-card_icon .goodnesspack-icon, .link-btn.style2 i {
    width: 33px;
    height: 33px;
  }
  .counter-card_number {
    font-size: 30px;
    font-weight: 400;
  }
  .counter-card_text, .blog-card .blog-meta a {
    font-size: 1rem;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-style2 {
    padding: 180px 0 130px;
  }
  .hero-style2 .hero-title {
    font-size: 1.45rem;
  }
  .hero-style2 .hero-subtitle {
    font-size: 1.25rem;
  }
  .hero-style2 .btn-group {
    margin-top: 42px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .hero-style2 {
    padding: 108px 0 88px;
  }
  .hero-style2 .hero-title {
    font-size: 1.45rem;
  }
  .hero-style2 .hero-subtitle {
    font-size: 1.25rem;
  }
  .hero-shape2-1 img {
    height: 240px;
  }
  .hero-shape2-2 img {
    height: 300px;
  }
  .hero-shape2-3 img {
    width: 300px;
  }
  .hero-shape2-1.shape-mockup {
    transform: translate(-60px, 60px); 
    -webkit-transform: translate(-80px, 70px);
  }
  .hero-shape2-2.shape-mockup {
    transform: translate(160px, 20px); 
    -webkit-transform: translate(160px, 20px);
  }
  .hero-shape2-3.shape-mockup {
    transform: translate(-50px, -100px); 
    -webkit-transform: translate(-50px, -100px);
  }
  .hero-wrapper .global-carousel .sec-shape-bottom {
    transform: translateY(2px);
  }
  .marquee-group .inner {
    min-height: 50px;
    width: 80px;
  }
  .service-area .sec-shape-top {
    transform: translateY(-2px);
  }
  .service-area .sec-shape-bottom {
    transform: translateY(2px);
  }
  .product-area .row.gy-30 {
    --bs-gutter-y: 18px;
  }
  .service-bg-area {
    margin-top: 0;
  }
  .service-bg-area .sec-shape-top {
    position: inherit;
    transform: translateY(-2px);
  }
  .service-bg-area .sec-shape-bottom {
    position: inherit;
    transform: translateY(2px);
  }
  .about-grid-wrap {
    gap: 7px;
  }
  .counter-card_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .counter-card_icon .goodnesspack-icon {
    width: 30px;
    height: 30px;
  }
  .counter-card_icon .goodnesspack-icon.about-4 {
    width: 38px;
  }
  .counter-sec-shape-top {
    margin-top: 0;
    transform: translateY(-2px);
  }
  .counter-sec-shape-bottom {
    transform: translateY(2px);
  }
  .footer-wrapper .sec-shape-top {
    transform: translateY(-2px);
  }
  .wcu-grid {
    padding: 15px 22px 15px 15px;
  }
  .wcu-grid .icon {
    padding-right: 7px;
    margin-right: 7px;
  }
  .wcu-grid .icon img {
    width: 52px;
  }
  .wcu-grid .wcu-grid_year {
    font-size: 30px;
  }
  .about-grid_content .about-grid_title {
    font-size: 1rem;
  }
  .about-grid_content .about-grid_text {
    font-size: 0.875rem;
  }
  .counter-card {
    gap: 10px;
  }
  .counter-card_number {
    font-size: 25px;
  }
  .counter-card_text {
    font-size: 12px;
  }
}
/* Extra small devices 
@media (max-width: 375px) {
  .hero-style2 .hero-title {
    font-size: 50px;
  }
  .hero-style2 .hero-subtitle {
    font-size: 24px;
  }
}*/