@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Inter+Tight:wght@400;500;600&family=Barlow+Condensed:wght@400;600&family=Barlow+Semi+Condensed:wght@600&display=swap');

body
{
  font-family: "Inter Tight", sans-serif;
  color:#2f2f2f ;
}
.font-michroma {
  font-family: 'Michroma', sans-serif;
}

.font-inter {
 font-family: "Inter Tight", sans-serif;
}

.font-barlow-condensed {
  font-family: 'Barlow Condensed', sans-serif;
}

.font-barlow-semi-condensed {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;  
}

.logo{
  width: 230px;
  padding: 20px;
  padding-left: 0px;
}
#search, #menu-btn{
  background-color: #fff;
}
#search{
  border-right: 1px solid;
  border-radius: 0;
  height: auto;
}

.portfolio-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-img {
  width: 100%;
  height: 100%;
   
}

.portfolio-text {
  position: absolute;
  bottom: 30px;  /* distance from bottom */
  color: #fff;
}

.portfolio-text h2 {
  font-family: 'Michroma', sans-serif;
  font-size: 32px;
  margin: 0;
    color: #fff;
    font-weight: 400;
}

.underline {
     display: block;
    width: 150px;
    height: 15px;
    background: #f2b632;
    margin-top: 57.5px;
}
.portfolio-text{
  position: relative;   /* stays in flow inside container */
  top: -100px;  /* distance from bottom handled by overlay flex */
}

@media only screen and (max-width: 575px) {
    .header-main-one-wrapper .thumbnail a img {
        max-width: 190px;
        padding: 0px;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Michroma', sans-serif;
}
.txtlarge{
  color: #4d8679;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.5px;
    font-weight: 500;
 
}
.marTop-50
{
  margin-top: -50px;
}
.leftP20{
  padding-left: 20px;
}
.topP10
{
  padding-top: 10px;
}
.topP20
{
  padding-top: 20px;
}
.topP30
{
  padding-top: 30px;
}
.topP50
{
  padding-top: 50px !important;
}
.bottomP50
{
  padding-bottom: 50px;
}
ul li{
  margin: 0px;
}
   /* Sidebar */
    .sidebar {
      width: 350px;
      padding: 0px 0;
      border-right: 1px solid #ccc;
           font-family: 'Barlow Condensed', sans-serif;
         font-size: 21px;
        
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar ul li {
      padding: 4px 10px;
      cursor: pointer;
      transition: background 0.3s;
     border-bottom: 1px solid #b2b2b2;
         font-size: 23px;
    }
    .sidebar ul li:hover,
    .sidebar ul li.active {
      background: #2e837d;
      color: #fff;
    }

    /* Content */
    .content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: relative;
          border: 3px solid #b6b6b6;
    border-radius: 20px;
    margin-left: -50px;
    background: #efefef;
      box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
    }

    .slides {
      display: flex;
      transition: transform 0.6s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .slide {
      min-width: 100%;
      padding: 0px 20px;
      box-sizing: border-box;
      position: relative;
    }

    .slide img {
         width: 100%;
    padding-top: 6%;
    }

    /* Nav buttons */
    .nav-buttons {
      /* position: absolute;
      bottom: 20px;
      display: flex;
      gap: 10px; */
      position: absolute;
    bottom: -10px;
    display: flex;
    gap: 10px;
    left: 80%;
    z-index: 9;
    }
    .nav-buttons button {
   background: #787878;
    color: #fff;
    border: none;
    padding: 6px 9px;
    cursor: pointer;
    border-radius: 24px;
    font-size: 14px;
    }
    .nav-buttons button:hover {
      background: #256b63;
    }
    .parentcard {
  display: flex;
  justify-content: center;  
  align-items: center;      
  height: auto;             
}

      .card {
      width: 100%;
      padding: 20px;
      padding-right: 40px;
      background: rgba(255, 255, 255, 0);
      border: 0px;
    
    }

    .card h2 {
      color: #3f7c6e;
      font-size: 26px;
      margin-bottom: 8px;
      text-transform: uppercase;
      border-bottom: 2px solid #3f7c6e;
      padding-bottom: 6px;
        font-family: 'Barlow Semi Condensed', sans-serif;
    }

    .section {
      margin: 15px 0;
    }

    .section h3 {
         font-style: italic;
    color: #3f7c6e;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 400;
    }

    .section p {
      
      color: #333;
      margin: 0 0 6px 0;
      line-height: 1.5;
      padding-bottom: 5px;
      font-family: "Inter Tight", sans-serif;
    }

    .divider {
      border-bottom: 1px solid #b6b6b6;
      margin: 0px 0;
    }
    .bgProd
    {
      background-image: url('../img/portfolio/product_bg.png');
      background-size: contain;
    background-repeat: no-repeat;
    }
    .pb0{
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
}
.side-bar{
   box-shadow: 10px 0 20px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (min-width: 1199px) {
    .side-bar.header-two .mobile-menu, .side-bar.header-three .mobile-menu
 {
         display: block !important; 
    }
}
.side-bar button{
  width: 55px;
}
.gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
    z-index: 1;
}
    .video2 {
      min-width: 100%;
      height: calc(100vh - 86px);
      object-fit: cover;
      pointer-events: none; /* prevent user interaction */
        transform: scale(1.5); /* zoom effect */
  transform-origin: center center; /* keep zoom centered */
    }

    .Home-Video-text {
  position: absolute;
  bottom: 40px;  /* distance from bottom */
  color: #fff;
  z-index: 2;
}

.Home-Video-text h2 {
  font-family: 'Michroma', sans-serif;
  font-size: 3.5vw;
  line-height: 4vw;
  margin: 0;
    color: #fff;
    font-weight: 600;

}
.BannerBodytxt{
  padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter Tight';
    letter-spacing: 1px;
    line-height: 20px;
}
.rts-btn.btn-primary.btn-white {
    background: #459484;
    color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    height: 35px;
    margin-top: 20px;
    font-size: 14px;
}

 .stats-section {
      padding: 60px 0;
      border-bottom: 1px solid #d9e1da;
      color: #2f5d52;
    }
    .stats-heading {
         font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6vw;
    line-height: 1.4;
    color: #459484;
    font-weight: 600;
    }
    .stat-box h2 {
      font-size: 45px;
      font-weight: 700;
      color: #6b6b6b;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 5px;
    }
    .stat-box p {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
    }
   


    @media (max-width:500px) {
      .Home-Video-text h2 {    
    font-size: 28px;
    line-height: 40px;

    }
  }
     .portfolio-section {
      text-align: center;
      padding: 50px 20px;
    }
    .portfolio-title {
      font-size: 50px;
      font-weight: 800;
      color: 2px #459484;  
      /* margin-bottom: 50px; */
      font-family: 'Michroma', sans-serif;
    }
    .portfolio-card {
      background: transparent;
      border: 1px solid #459484;
      border-radius: 8px;
     padding: 50px 0px;
    transition: transform 0.3s ease;
    height: 100%;
    margin-top: 80px;
    padding-bottom: 20px !important;
    text-transform: uppercase;

    }
    .portfolio-card>img:hover {
       transform: scale(1.1);
    }
    .portfolio-card img {
    max-width: 100%;
    margin-bottom: 5px;
    margin-left: 0%;
    margin-top: -50%;
     transition: transform .2s;
    }
    .portfolio-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/product/BGglow.png") center/cover no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -2;
}

/* Show background when hover */
.portfolio-card:hover::after {
    opacity: 1;
}




    .portfolio-card h5 {
          color: #459484;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Barlow Condensed';
    line-height: 28px;
    padding-top: 20px;
    }
    .BgGrey{
      background: #c3c3c3;
    }
    .secPadding{
      padding: 60px 0px;
    }

    .owl-nav, .owl-dots{
      display: none;
    }

     .video-bg {
      position: relative;
      width: 100%;
      max-height: 600px;
      overflow: hidden;
    }
    .video-bg video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


       .video-bgEdge {
      position: relative;
      width: 100%;
      max-height: 600px;
      overflow: hidden;
    }
    .video-bgEdge video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .video-bgEdge::after {
       content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to top, rgba(0,0,0,1), transparent 50%) ,  /* bottom fade */
        linear-gradient(to left, rgba(0,0,0,1), transparent 50%);   /* right fade */
    pointer-events: none;
}


    /* Overlay content */
    .overlay-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px 20px;
      color: #fff;
    }
    .overlay-content p {
      margin: 0;
      font-size: 0.9rem;
    }
    .titleMedium
    {
      color: #459484;
text-align: center;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #459484;
font-family: Michroma;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 188.235% */
letter-spacing: 1.4px;
text-transform: uppercase;
padding-bottom: 50px;
    }

.left-edge-container {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0rem; /* fallback on very small screens */
}

/* Bootstrap-like container widths -> compute left offset so content lines up */
@media (min-width: 576px) {
  .left-edge-container {
    padding-left: calc((100vw - 540px)/2 + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 768px) {
  .left-edge-container {
    padding-left: calc((100vw - 720px)/2 + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 992px) {
  .left-edge-container {
    padding-left: calc((100vw - 960px)/2 + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 1200px) {
  .left-edge-container {
    padding-left: calc((100vw - 1140px)/2 + var(--bs-gutter-x, 1.5rem));
  }
}
@media (min-width: 1400px) {
  .left-edge-container {
    padding-left: calc((100vw - 1320px)/2 + var(--bs-gutter-x, 1.5rem));
  }
}

/* small niceties */
.left-edge-container img { max-width: 100%; height: auto; pointer-events: auto;z-index: 15;
    position: relative; }

 .footertxt{
  color: #459484;
font-family: "Neue Montreal";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
 }
 .bgFGrey {
    background-color: #f3f5f6;
}
 .bgFGreyMW
 {
    background-color: #f3f5f6;
}
 .bgDarkGrey {
    background-color: #c7c7c7;
}
.ColorGreen{
  color: #459484 !important;
}

.titleBtn{
        color: #fff;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: 'Inter Tight';
    font-weight: 400;
    border-radius: 4px;
    border: 2px solid #459484;
    padding: 3px 15px;
    
}

.title-heading {
  position: relative;
  padding-bottom: 0; /* optional */
}
.bgGreen{
background: #437f6b;
}
.title-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  background-color: #459484;
  z-index: -1;
}
.faq-wrapper-inner-page .accordion-item .accordion-header button
{
          padding: 15px 15px 15px 0px;
    color: #000;
    font-family: 'Inter Tight';
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 800;
    /* line-height: 19px; */
    /* text-transform: uppercase;  */
}
.faq-wrapper-inner-page .accordion-item .accordion-body{
  padding: 0 20px 20px 0px;
}
.accordion-item{
  border: 0px !important;
      border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.faq-wrapper-inner-page .accordion-item{
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
 
}
.colorW{
  color: #fff !important;
}
.txtMedium{
      color: #3f7c6e;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 34px;
}

.txtSmall{
      color: #3f7c6e;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 24px;
}


.border-bottom-Green{
  border-bottom: 1px solid #3f7c6e;
}
.mySwiper-project-five {
    padding-bottom: 0px;
 
}
.swiper-button-next,.swiper-button-prev{
color: rgba(0, 0, 0, 0);
}
.marlb{
      margin-right: 30px;
    margin-bottom: 70px;
        margin-left: 30px;
}
.text-black{
color:#000 !important
}

.feature-box {
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 20px;
  transition: all 0.4s ease;
}
.col-lg-3:nth-child(4n) .feature-box {
  border-right: none;
}
.feature-box .icon img {
  width: 50px;
  transition: transform 0.3s ease;
}

.feature-box h5 {
  font-weight: 600;
  margin-bottom: 0;
}

/* Hidden wrapper for description */
.desc-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.feature-desc {
 
  color: #555;
  margin-top: 10px;
}

/* Hover effects */
.feature-box:hover {
  background: #f8f9fa;
}

.feature-box:hover .desc-wrapper {
  max-height: 270px; /* enough to show text */
  opacity: 1;
}

.feature-box:hover .icon img {
  transform: translateY(-5px);
}

.feature-box {
  border-right: 1px solid #ddd;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.3s ease;
  height: 100%;
}

/* Remove right border for the last column in each row */
.row.g-0 > [class*="col-"]:nth-child(4n) .feature-box {
  border-right: none;
}

/* Optional: Hover effect */
.feature-box:hover {
  background-color: #f8f9fa;
}

.team-card {
      position: relative;
      overflow: hidden;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 10px;
      background: #f3f5f6;
    }
 

.team-card img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.team-card:hover img.hover-img {
  opacity: 1;
}

.team-card:hover img.main-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}


.greyscale {
  filter: grayscale(1);                
  transition: filter 0.25s ease;       
  cursor: pointer;     
   display: inline-block;
  position: relative;
  overflow: hidden;                
}
 

/* Both arrows stacked */
.btnover .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
   
}

/* Default arrow visible */
.default-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Hover arrow starts off to right */
.hover-arrow {
  opacity: 0;
  transform: translateX(-40px);
  z-index: 1;
}

/* On hover: slide default out, hover one in */
.greyscale:hover .default-arrow {
  opacity: 0;
  transform: translateX(-40px);
}

.greyscale:hover .hover-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: text color change */
 .greyscale:hover {
  filter: grayscale(0);               /* remove greyscale on hover */
}

.img-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.main-img {
  width: 100%;
  height: auto;
  transition: filter 0.4s ease, transform 0.4s ease;
}

.magnifier {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s ease;
}

/* Hover effect */
.img-box:hover .main-img {
  filter: blur(2px);
  transform: scale(1.05);
}

.img-box:hover .magnifier {
  opacity: 1;
  transform: scale(1);
}

.text-success {
    color: #3f7c6e !important;
}



/********************  Display *************************/
.displayCo {
    display: block;
}

@media(max-width:1025px) {
    .displayCo {
        display: none;
    
        }
}

.displayIp {
    display: none;
}

@media(max-width:1025px) {
    .displayIp {
        display: block;
    }
}

.displayCoMo {
    display: block;
}

@media(max-width:769px) {
    .displayCoMo {
        display: none;
    }
}

@media(max-width:740px) {
    .displayCoMo {
        display: block;
    }
}

.displayIonly {
    display: none;
}
.displayHP {
    display: None;
}
@media(max-width:1025px) {
    .displayIonly {
        display: block;
    }
}

@media(max-width:740px) {
    .displayIonly {
        display: none;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1380px) {
    .displayHP {
        display: block;
    }
}

.displayCoI {
    display: block;
}

@media(max-width:700px) {
    .displayCoI {
        display: none !important;
    }
}

.displayMOnly {
    display: none;
}

@media(max-width:700px) {
    .displayMOnly {
        display: block;
    }
}

ul li a {
    text-decoration: none;
    color: #459484;
    transition: all 0.3s ease;
}

ul li a:hover {
    color: #459484;
    font-weight: 700;
}

.side-bar .social-wrapper-one li a:hover i{
  color: #fff !important;
}

 .borderend {
  position: relative; /* required for positioning the pseudo-element */
}

.borderend::after {
  content: "";
  position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    height: 20px;
    border-right: 2px solid #dee2e6;
}
.portnum{
  border-bottom: 1px solid #459484; margin-top: -20px; padding-bottom: 15px;
}
.faq-wrapper-inner-page .accordion-item{
  margin: 0px;
}
br {
  display: inline !important;
}

/* Footer layout */
.footer-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.footer-col {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.footer-logo {
  max-width: 160px;
}

.footer-map {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

.footer-map:hover {
  transform: scale(1.02);
}

/* Social icon style */
.footer-col .fa-linkedin-in {
  font-size: 18px;
  color: #437f6b;
  border: 2px solid #437f6b;
  padding: 5px 6px;
  border-radius: 4px;
  transition: 0.3s;
}

.footer-col .fa-linkedin-in:hover {
  background: #437f6b;
  color: #fff;
}

/* Responsive behavior */
@media (max-width: 1200px) {
  .footer-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
 

  .footer-row {
    grid-template-columns: 1fr;
    text-align: left;
     gap: 0px;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-logo {
    margin: 0 auto;
  }
.width50M80{
  width: 50px;
}
}
