:root {
  --bs-primary: #1F7049 !important;
  --bs-primary-rgb: 31, 112, 73 !important;
}

html,
body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif !important;
}

p,
a,
span,
div,
li,
ul,
button {
  font-family: 'Inter', sans-serif;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

p {
  text-align: justify;
}

.footer p {
  text-align: center;
}

/* Spinner */
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/* Button */
.btn {
  font-weight: 600;
  transition: .5s;
  border-radius: 50px;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
}

.btn-primary {
  color: var(--bs-white);
}




/* Header */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 550px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 200px;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) top center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-white);
}


/* Title */
.title {
  margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
}

.title .title-center {
  text-align: center;
}

.title .title-right {
  text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
  position: absolute;
  content: "";
  width: 500%;
  height: 0;
  top: 9px;
  border-bottom: 1px solid var(--bs-white);
}

.title .title-left h5::after,
.title .title-center h5::after {
  left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
  right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
  border-bottom: 1px solid var(--bs-white);
}


/* Service */
.service-item {
  position: relative;
  margin-top: 2.5rem;
  overflow: hidden;
}

.service-item .service-img {
  position: relative;
  display: inline-block;
}

.service-item .service-img::before {
  position: absolute;
  content: "";
  width: calc(100% - 12rem);
  height: calc(100% - 12rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3rem solid rgba(0, 0, 0, .5);
  border-radius: 300px;
  z-index: 1;
}

.service-item.service-item-left {
  border-radius: 500px 0 0 500px;
  background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark));
}

.service-item.service-item-right {
  border-radius: 0 500px 500px 0;
  background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark));
}

@media (max-width: 767.98px) {

  .service-item.service-item-left,
  .service-item.service-item-right {
    border-radius: 500px 500px 0 0;
    background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
    text-align: center;
  }
}


/* Team */
.team-item {
  position: relative;
}

.team-item .team-name {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .7);
}

.team-item .team-body {
  position: relative;
  overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
  position: absolute;
  content: "";
  width: 0;
  height: calc(100% - 60px);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .5s;
}

.team-item .team-body .team-after {
  left: auto;
  right: 0;
}

.team-item .team-body .team-before {
  text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
  width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
  margin: 5px;
  color: var(--bs-white);
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
  opacity: 1;
  transition-delay: .2s;
}


/* Testimonial */
.testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  padding: 10px;
  background: var(--bs-dark);
  border-radius: 100px;
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
  opacity: .1;
  transition: .5s;
  border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}


/* Footer */
@keyframes footerModernBg {
  0% {
    background-position-x: 0%;
  }

  50% {
    background-position-x: 50%;
  }

  100% {
    background-position-x: 100%;
  }
}

.footer {
  background-image: url(../img/images.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  /* animation: footerModernBg 20s linear infinite; */
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(74, 224, 146, 0.05), transparent 50%);
  pointer-events: none;
}

input,
textarea {
  width: 90%;
}

;

@media screen and (max-width:415px) {
  .text-primary {
    font-size: 3px;
  }
}



/* Lightbox container */
.lb-outerContainer {
  position: relative;
  margin: auto;
}

/* Image alignment */
.lb-image {
  max-height: 85vh;
  width: auto;
  display: block;
  margin: auto;
}

/* Remove extra spacing */
.lb-container {
  padding: 0 !important;
}

/* Close button position */
.lb-closeContainer {
  position: absolute;
  top: 10px;
  right: 10px;
}

.lb-close {
  display: block !important;
  opacity: 1 !important;
}

/* Fix data section spacing */
.lb-dataContainer {
  margin-top: 5px !important;
}





.gallery-single {
  margin: 30px 15px;
  ;
}

.gallery-single {
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 10px solid #1F7049;
}

.gallery-single img {
  width: 100%;
  height: auto;
  transform: scale(1.6);
  transition: all 0.3s ease 0s;
}

.gallery-single:hover img {
  filter: grayscale(100%);
  transform: scale(1.2);
}

.gallery-single .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease 0s;
}

.gallery-single:before,
.gallery-single:after,
.gallery-single .box-content:before,
.gallery-single .box-content:after {
  content: "";
  width: 100%;
  height: 25%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.gallery-single:before {
  transform: translateX(100%);
}

.gallery-single:after {
  height: 25.1%;
  top: 25%;
  transform: translateX(-100%);
  transition-delay: 0.05s;
}

.gallery-single .box-content:before {
  top: 50%;
  transform: translateX(100%);
  transition-delay: 0.1s;
}

.gallery-single .box-content:after {
  top: 75%;
  transform: translateX(-100%);
  transition-delay: 0.15s;
}

.gallery-single:hover:before,
.gallery-single:hover:after,
.gallery-single:hover .box-content:before,
.gallery-single:hover .box-content:after {
  transform: translateX(0);
}

.gallery-single .inner-content {
  padding: 7px 0;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.gallery-single .title {
  font-size: 22px;
  font-weight: 700;
  color: #4ade80;
  /* Light attractive green */
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.4s ease 0s;
}

.gallery-single .post {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease 0s;
}

.gallery-single:hover .title,
.gallery-single:hover .post {
  opacity: 1;
  transform: translate(0, 0);
}

.gallery-single .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -200px;
  left: 10px;
  z-index: 2;
  transition: all 0.4s ease 0.2s;
}

.gallery-single:hover .icon {
  top: 15px;
}

.gallery-single .icon li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1F7049;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.gallery-single .icon li a:hover {
  text-decoration: none;
  border-radius: 30%;
  background: #fff;
  color: #144f33;
}

@media only screen and (max-width:990px) {
  .gallery-single {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:479px) {
  .gallery-single .title {
    font-size: 18px
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .gallery-single .title {
    font-size: 15.5px;
  }
}




















.header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.menuMain {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 20px;
  cursor: pointer;
  background: #1F7049;
  padding: 10px;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menuIcon {
  width: 28px;
  height: 2px;
  margin: 0 0 4px 0;
  background: white;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menuIcon:last-child {
  margin-bottom: 0;
}

.menuMain--close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menuMain--close .menuIcon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuMain--close .menuIcon:nth-child(2) {
  opacity: 0;
}

.menuMain--close .menuIcon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
  transform: rotate(-45deg) translate(5px, -4px);
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
}

.menu--active {
  visibility: visible;
}

.menu__brand,
.menu__list {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}

.menu__list {
  margin: 0;
  padding: 0;
  background: #1F7049;
  list-style-type: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__list--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu__brand {
  background: black;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.menu__brand--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu__item {
  -webkit-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__item--active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu__link {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding: 15px 0;
  font-weight: 300;
  color: white;
  text-decoration: none;
  color: white;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__link:hover {
  color: #292929;
}

.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  background: white;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__link:hover:before {
  width: 100%;
}

.menu .menu__item:nth-child(1) {
  transition-delay: 0.1s;
}

.menu .menu__item:nth-child(2) {
  transition-delay: 0.2s;
}

.menu .menu__item:nth-child(3) {
  transition-delay: 0.3s;
}

.menu .menu__item:nth-child(4) {
  transition-delay: 0.4s;
}

.menu .menu__item:nth-child(5) {
  transition-delay: 0.5s;
}

.menu .menu__item:nth-child(6) {
  transition-delay: 0.6s;
}

@media screen and (max-width: 768px) {

  ul.menu__list,
  div.menu__brand {
    float: none;
    width: 100%;
    min-height: 0;
  }

  ul.menu__list--active,
  div.menu__brand--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .menu__list {
    height: 75vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .menu__link {
    font-size: 16px;
  }

  .menu__brand {
    height: 25vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .menu__brand .logo {
    width: 180px;
    height: 35px;
  }
}

.fixed-top {
  z-index: 10;
}

.navbar-dark {
  background: #ffffff;
  padding: 15px 0px;
  height: 70px;
}

#logo {
  width: 150px;
}



/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/


.page-view {
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-view .project {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-view .project .text h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  display: table;
  text-align: center;
}

.page-view .project .text p {
  font-size: 16px;
  position: absolute;
  bottom: 40px;
  right: 60px;
  margin: 0;
  color: #1F7049;
}

.page-view .project:nth-child(1) {
  z-index: 30;
}

@media screen and (max-width: 640px) {
  .page-view .project .text h1 {
    font-size: 35px;
  }

  .page-view .project .text p {
    bottom: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
    right: auto;
    font-size: 14px;
  }
}

.page-view .arrows {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 100;
}

.page-view .arrows .arrow {
  float: left;
  cursor: pointer;
}

.page-view .arrows .arrow.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
}

.page-view .arrows .arrow:hover.previous {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.page-view .arrows .arrow:hover.next {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(5px, 0, 0) rotate(180deg);
  transform: translate3d(5px, 0, 0) rotate(180deg);
}

.page-view .arrows .arrow svg {
  height: 40px;
  width: 25px;
  padding: 2px;
}

.page-view .arrows .arrow svg polygon {
  fill: #fff;
}

.page-view .arrows .arrow {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin-right: 10px;
  margin-top: -1px;
}

@media screen and (max-width: 640px) {
  .page-view .arrows {
    bottom: 60px;
    left: 50%;
    z-index: 120;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-view .arrows .arrow.previous:hover {
    -webkit-transform: none;
    transform: none;
  }

  .page-view .arrows .arrow.next:hover {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}

@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

/* DEMO 2 */

.demo-2 {
  background: url(../img/building-sprite.png) no-repeat -9999px -9999px;

}

.demo-2 .page-view {
  background: url(../img/building-sprite-2.png) no-repeat -9999px -9999px;
}

.demo-2 .page-view h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Playfair Display', serif !important;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px) {
  .demo-2 .page-view h1 {
    letter-spacing: 2px;
  }
}

.demo-2 .page-view .project:nth-child(1) {
  background-image: url(../uploads/hero_led.png);
  background-size: cover;
}

.demo-2 .page-view .project:nth-child(2) {
  background-image: url(../uploads/gallery_event.png);
  background-size: cover;
}

.demo-2 .page-view .project:nth-child(3) {
  background-image: url(../img/about_3d.png);
  background-size: cover;
}

.demo-2 .page-view .project:nth-child(4) {
  background-image: url(../uploads/fixed_led.png);
  background-size: cover;
}

.demo-2 .page-view .project:nth-child(odd).hide {
  -webkit-mask: url(../img/building-sprite.png);
  mask: url(../img/building-sprite.png);
  -webkit-mask-size: 7500% 100%;
  mask-size: 7500% 100%;
  -webkit-animation: mask-play 1.4s steps(74) forwards;
  animation: mask-play 1.4s steps(74) forwards;
}

.demo-2 .page-view .project:nth-child(even).hide {
  -webkit-mask: url(../img/building-sprite-2.png);
  mask: url(../img/building-sprite-2.png);
  -webkit-mask-size: 8400% 100%;
  mask-size: 8400% 100%;
  -webkit-animation: mask-play 1.4s steps(83) forwards;
  animation: mask-play 1.4s steps(83) forwards;
}

.hero-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  z-index: 1;
}

.hero-video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.65;
}

.hero-video-desktop {
  display: block;
}

.hero-video-laptop,
.hero-video-tablet,
.hero-video-mobile {
  display: none;
}

/* Laptop Video: >= 992px and < 1200px */
@media (max-width: 1199.98px) {
  .hero-video-desktop {
    display: none;
  }
  .hero-video-laptop {
    display: block;
  }
}

/* Tablet Video: >= 576px and < 992px */
@media (max-width: 991.98px) {
  .hero-video-laptop {
    display: none;
  }
  .hero-video-tablet {
    display: block;
  }
}

/* Mobile Video: < 576px */
@media (max-width: 575.98px) {
  .hero-video-tablet {
    display: none;
  }
  .hero-video-mobile {
    display: block;
  }
}



.main-banner {
  height: 100%;
  position: relative;
}

.main-banner {
  display: table;
  width: 100%;
  text-align: center;
}

.main-banner::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 0;
  opacity: .6;
}

.heading {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.heading h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 62px;
  text-transform: uppercase;
}

.heading p {
  font-size: 18px;
  padding: 20px 0px;
}

.heading h3 {
  color: ffffff;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

@media screen and (min-width:768px) {
  .logo img {
    width: 70%;
    display: block;
    margin: auto;
  }

}

/* Gallery Ratio Fix */
.gallery-single img,
.gallery-single video {
  width: 100% !important;
  aspect-ratio: 1/1;
  /* Square Ratio for reduced height */
  object-fit: cover;
}

/* Service item attraction */
.service-item .service-img img {
  transition: all 0.4s ease;
}

.service-item:hover .service-img img {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 20px 40px rgba(31, 112, 73, 0.4) !important;
}


@media (max-width: 992px) {
  #mainNav .navbar-brand {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    margin-left: 15px;
    margin-top: -10px;
  }

  #logo {
    width: 110px !important;
  }
}

/* Product Showcase Styles */
.product-card {
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(31, 112, 73, 0.2);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  margin-bottom: 30px;
}

.product-card:hover {
  transform: translateY(-10px);
  border-color: #1F7049;
  box-shadow: 0 15px 30px rgba(31, 112, 73, 0.2);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.product-card h4 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.spec-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.spec-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.spec-table td {
  padding: 8px 0;
  font-size: 0.9rem;
}

.spec-table td:first-child {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.spec-table td:last-child {
  color: #fff;
  text-align: right;
  font-weight: 600;
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.app-tag {
  background: rgba(31, 112, 73, 0.1);
  color: #1F7049;
  border: 1px solid #1F7049;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  background: #1F7049;
  color: #000;
  padding: 5px 35px;
  transform: rotate(45deg);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tab-pane {
  animation: fadeIn 0.5s ease;
}

/* Tab Content Staggered Animation */
.tab-pane.active .product-card {
  animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  opacity: 0;
}

.tab-pane.active .col-lg-6:nth-child(1) .product-card { animation-delay: 0.1s; }
.tab-pane.active .col-lg-6:nth-child(2) .product-card { animation-delay: 0.2s; }
.tab-pane.active .col-lg-6:nth-child(3) .product-card { animation-delay: 0.3s; }
.tab-pane.active .col-lg-6:nth-child(4) .product-card { animation-delay: 0.4s; }
.tab-pane.active .col-lg-6:nth-child(5) .product-card { animation-delay: 0.5s; }

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}