﻿@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-woff2/Poppins-Regular.woff2') format('woff2'),
       url('../fonts/Poppins-woff/Poppins-Regular.woff') format('woff');
  sfont-weight: 400;
  font-style: normal;
}
/* Poppins Medium (500) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-woff2/Poppins-Medium.woff2') format('woff2'),
       url('../fonts/Poppins-woff/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Poppins SemiBold (600) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-woff2/Poppins-SemiBold.woff2') format('woff2'),
       url('../fonts/Poppins-woff/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Poppins Bold (700) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-woff2/Poppins-Bold.woff2') format('woff2'),
       url('../fonts/Poppins-woff/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

  body {
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
       overflow-x: hidden !important;

    }
    .navbar-brand:focus
    {
	border:0;
}
     .navbar-brand img {
      height: 47px;
    }

    .nav-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(27%) sepia(94%) saturate(340%) hue-rotate(85deg) brightness(90%) contrast(95%);
  /* This gives a greenish tint similar to your screenshot */
}

.nav-link {
  font-weight: 500;
  color: rgb(50, 50, 50);
  transition: color 0.3s ease;
}
 
.nav-link:hover {
  color: #007a33; /* green hover */
}
   .navbar-toggler:focus
    {
	    outline: none;
  box-shadow: none;   
     border: none;
}
    .navbar-toggler {
    border: none;
    padding: 0;
     border: none;
  outline: none;
  box-shadow: none;
  
  
    padding: 0;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}
    .navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 49px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: rgb(22, 90, 47);
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  background: rgb(45, 171, 86);
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
               padding-right: 12px;
        padding-left: 12px;
            }
}
  .hero-section {
   position: relative;
  margin-top: 72px;
  color: #fff;
  text-align: center;
  min-height: calc(100vh - 72px); /* fills remaining screen below navbar */
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;   
}

/* Background video styling */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Content above video */
.hero-content {
  position: relative;
  z-index: 2;
}
 

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* optional dark overlay */
  z-index: 1;
}
   .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
    }
    .Cyber_Comput-underline,.Cyber_Comput-underline:hover
{
  color: rgb(22, 90, 47);
   text-decoration:underline;
     text-underline-offset: 3px; /* Adjusts the distance of the underline from the text */

}


.title
{  font-family: "Poppins";
	font-size: calc(1.8rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom:25px;  color: rgb(255, 255, 255); 
} 

.content-title 
{  
	font-family: "Poppins";
  color: rgb(255, 255, 255);
	 width: auto;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  } 
 

.or-separator-doc{
 display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0 0;
  width: 91%;
  margin: 0 auto; /* Centers the separator line */
  }
.or-separator-doc::before, .or-separator-doc::after{content: ""; flex: 1; border-bottom: 1px solid #e0e0e0;}
.or-circle-doc 
 {  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 8px 14px;
  font-size: 12px;
  margin: 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  } 
 
   .stats {
     display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: 100%;
  max-width: 900px; }

    .stat {
     text-align: center;
  flex: 1; /* equal width for all stats */
  border-right: 1px solid rgba(50, 50, 50, 0.2);
  padding: 0 50px; /* optional spacing inside */
      }
    /* Remove right border for the last stat */
.stat:last-child {
  border-right: none;
  padding-right:0 !important;
}
 .stat:first-child {
 
  padding-left:0 !important;
}
 

 /* Add vertical divider line on the right side of each stat except the last one */
   .stat h3 {
      font-weight: 500;
  font-size: 40px;
      color: rgb(255, 255, 255);
      margin-bottom:6px;
     }
 
 

    .stat p {
      margin: 0;
      font-size: 14px;
      color: rgb(255, 255, 255);
    }

.count {
 
  transition: all 0.3s ease;
}
    .btn-green, .btn-green:focus,.btn-green:hover  {
      background-color: rgb(45, 171, 86);  
      font-family: "Poppins";
  color: rgb(255, 255, 255);  
  font-size: 16px;
  border: none;
  border-radius: 9999px; /* pill shape */
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
 
}
  
.btn-green img {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
 
.btn-green:hover img {
  transform: translateX(4px);  
}
  
.navbar .btn-schedule,  .navbar .btn-schedule:focus {
  background-color: #145a32;
  color: #fff !important;
  border-radius: 9999px; 
  padding: 8px 18px;
  font-weight: 500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;    }

.services-section {
  padding: 40px 0;
  background: #fff;
}

.service-card {

  background-color: rgb(245, 249, 246);
  padding: 35px;
  text-align: left;
  border-radius: 0;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
 

.service-card h3 {
  color: rgb(22, 90, 47);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing:0.5px;
} 
  


.service-card p {
  color: rgb(50, 50, 50);
  font-size: 14px;
  line-height: 1.4;  font-family: "Poppins";
} 
 


.service-card.active {
  /*background-color: rgb(45, 171, 86);
  color: #fff;
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);*/
   opacity: 1;
  transform: scale(1.08);  
  z-index: 3;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  background-color: rgb(45, 171, 86);
  color: #fff;

}
 
.service-card.active h3,
.service-card.active p {
  color: rgb(255, 255, 255);
}

.service-card .read-more,.service-card .read-more:hover {
  display: none; /* hide by default */
  margin-top: 15px;
  padding: 8px 18px;
  background-color: #fff;
  color: #145a32;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  transition: 0.3s;
}
.service-card.active .read-more {
  display: inline-block; /* show only for active card */
}
.read-more2,.read-more2:hover {
  display: inline-block;
  padding: 8px 18px;
  background-color: rgb(45, 171, 86);
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
 
}
 .read-more img,
.read-more2 img {
 transition: transform 0.4s ease-in-out; /* smooth movement */
}
.read-more:hover img,.read-more2:hover img {
  transform: translateX(4px); 
}
  
 

        
#Latest_News
{
	padding-bottom:60px;
}
/* Service item design  */
.our-services
{
	color: rgb(50, 50, 50);
    padding: 20px 0 60px ;
    } 
.our-services-smalltitle
{
	  font-size: 12px;
  font-family: "Poppins";
  text-transform: uppercase;
  text-align: center;
  margin-bottom:20px;
} 
.our-services-title2
{
  font-size: 31px;
  color: rgb(22, 90, 47);
  font-weight: 600;
  line-height: 1.444;
  text-align: center;

} 
   .service-item {
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  text-align: center;
}

.service-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(45, 171, 86);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
  }
 

.service-item-image img {
  width: 30px;
  height: 30px;  transition: transform 0.3s ease;
}
 

.service-item:hover .service-item-image,
.service-item.active .service-item-image{
    background-color: rgb(22, 90, 47);
	color:rgb(22, 90, 47);
}
.service-item h6 {
  font-size: 14px;
  color: rgb(50, 50, 50);
  text-align: center;

  margin: 0;
}

.service-item:hover h6,
.service-item.active h6 {
  color: #25a25a; /* green text */
}

.service-content {
text-align:left;
  display: none;
  background:  rgb(245, 249, 246);
  padding: 25px;
 
}
 

.service-content.active {
  display: block;
}

.tab-content .arrow {
  position: absolute;
  top: -22px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 22px solid rgb(245, 249, 246);
  transition: left 0.3s ease;
}
.tab-content .title {
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  font-weight: 600;
  line-height: 1.333;
  text-align: left;
 display:block;
}

.tab-content .content,.tab-content .content4 {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(50, 50, 50);
  line-height: 1.714;
  text-align: justify;
  margin-bottom:10px;
}
 
 

#home-abtus
 {
    background-image: url('../image/bg-2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
   color: rgb(255, 255, 255);

}
#SERVICES-Economy
{
	    padding: 60px 0;
}
#home-abtus .title {
  font-size: 36px;
  font-family: "Poppins";
  line-height: 1.278;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight:500;
}
 

.content1 
{
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;

} 

.circular-content {
  background-color: rgb(245, 249, 246);
     padding: 25px;
}

   .accordion-image {
      width: 100%;
      height: auto;
      object-fit: cover;
 
    }
#circularAccordion .accordion-item {
    border-top: none !important;  
    border-left: none !important;  
    border-right: none !important;  
    border-bottom:1px solid  rgb(222, 233, 226);
    border-radius:0;
    background: transparent;
    
  } 

#circularAccordion .accordion-button {
    border-top: 0 !important;           /* Remove border from button */
    box-shadow: none !important;    /* Remove focus shadow */
    background-color: transparent;  /* Optional: transparent background */
    line-height: 1.333;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(22, 90, 47);
    padding-left:0;
  }
 #circularAccordion .accordion-button::after
 {
	background-image:none !important;
}
 #circularAccordion .accordion-body
 {
	padding-top:0;
	    padding-left:0;
}
  /*Stay updated */
    /* Make all items equal height */
.owl-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Ensure internal card stretches properly */
.news-card, 
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Optional: make card body fill available space evenly */
.news-card .card-body {
  flex-grow: 1;
  padding: 10px 0 20px 0;
}
    .news-card {
      background: #fff;
      border:0;
      border-radius: 0;
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
 

    .news-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .news-meta {
      font-size: 12px;
      color: #6c757d;
      margin-bottom: 10px;    
      border-bottom:1px solid rgb(222, 233, 226);
      display:block;
      padding:0 0 10px 0;
    }
  .news-meta span {
  background-color: rgb(245, 249, 246);
  border-radius:20px;
  margin-right:5px;
  display: inline-block;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  padding:3px 15px;
}
 .news-card h5 { 
  font-size: 14px;
  margin-bottom: 10px;
  color: rgb(50, 50, 50);
  line-height: 1.5;
  display: -webkit-box;           /*  min-height: calc(16px * 1.3 * 2);required for multiline truncation */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;          /* limit to 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;            /* allow wrapping */
  word-break: break-word;
 }
 .owl-theme .owl-dots .owl-dot span
 {
	background: rgb(45, 171, 86)!important;  
	width: 26px !important;  
	height: 3px !important;  
	margin: 5px 4px !important;  
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
  background-color: rgb(22, 90, 47)!important;  
} 
.owl-theme .owl-nav.disabled+.owl-dots
 {
	margin-top:30px!important; 
}
#Testimonials
{
	  background-color: rgb(245, 249, 246);
	  padding:60px 0;

} 
.testimonial-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 

.quote-icon {
  font-size: 40px;
  color: #28a745;
  opacity: 0.2;
  margin-bottom: 15px;
  text-align:left
}
.testimonial-text {
  color: rgb(50, 50, 50);
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 25px; 
   text-align: left;
   height:112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
} 

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 48px!important;

  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  margin: 0;
}
 

.role {
  margin: 0;
  font-size: 13px;
  font-family: "Poppins";
  color: rgb(100, 100, 100);
  line-height: 1.692;
}
 

 .quote-icon img {
  width: 63px !important;
  height: auto;
  display: block;
  margin: 0;
}


.partners-section {
  background-color: #ffffff;
  padding: 60px 0;
  overflow-x: hidden; /* âœ… Prevents right side overflow */
}


.partner-logo {
  position: relative;
  filter: grayscale(100%) brightness(0.4);  /* black & white + tone correction */
  transition: all 0.4s ease-in-out;
  display: block;
  margin: 0 auto;
}
.Our_Partners {
  color: rgb(22, 90, 47);
  text-align: center;
 
} 

.partners-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}

.partners-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 22s linear infinite;
}

.partner-item {
  flex: 0 0 auto;
 
  scroll-snap-align: start;
  text-align: center;
  padding: 10px 30px;

}

.partner-item img {
  height: 50px;
  filter: grayscale(100%) brightness(0.4);
  opacity: 0.8;
  transition: 0.3s ease;
}

.partner-item img:hover {
  transform: scale(1.1);
}

/* Pause scroll on hover (desktop) */
.partners-wrapper:hover .partners-track {
  animation-play-state: paused;
}

/* Pause on touch-hold (mobile) */
.partners-wrapper:active .partners-track {
  animation-play-state: paused;
}

/* Infinite left scroll */
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


/*  
.partners-row {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
  animation: scrollPartners 25s linear infinite;
    display: flex;
}

.partner-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  padding: 10px 30px;
}

 .partner-logo {
  width: 100%;
 
  filter: grayscale(100%) brightness(0.4);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.partner-item img:hover {
  transform: scale(1.1); }


.partners-row:hover {
  animation-play-state: paused;
}
/*
@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*  
.partners-row::after {
  content: "";
  display: inline-block;
  width: 100%;
}*/

#owl-solution {
  margin-right: 0 !important;
  padding-right: 0 !important; 
}

.owl-stage-outer {
  overflow: hidden; /* prevent slides from going outside */
}

.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-item {
  margin-right: 20px; /* adjust space between slides */
}

@media (min-width: 992px) {
  .container.pe-lg-0 {
    padding-right: 0 !important; /* remove right container gap */
    padding-left: 15px !important; /* keep left padding like container */
  }
}


footer {
  background-color: rgb(245, 249, 246);
   color: rgb(50, 50, 50);
      font-size: 14px;
      padding:60px 0 20px;
    }
     .footer-logo img {
      height: 50px;
      margin-bottom: 30px;
    }
 .mb-footer
 {
     margin-bottom: 20px;
 }
.footer-title
{	  font-size: 14px;  font-family: "Poppins";
  color: rgb(22, 90, 47);
  line-height: 1.556;
  margin-bottom: 1rem;
}
.footer-subtitle
{
	  font-size: 12px;
  font-family: "Poppins";
  color: rgb(50, 50, 50);
  line-height: 1.714;
  text-align: justify;

}
 

    footer h6 {
      font-weight: 600;
      margin-bottom: 12px;
  	  color: rgb(22, 90, 47);
      font-size: 16px;  
      line-height: 1.556;
 
 } 
 
.footer-link li {
  margin-bottom: 8px; /* spacing between links */
}

.footer-link a,footer a {
  text-decoration: none;
  color: rgb(50, 50, 50);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s ease;
}
footer a {
  margin-bottom: 8px; /* spacing between links */

}
footer a.number
{
	  font-size:14px ;/*16px*/

}
.footer-link a:hover,footer a:hover{
  color: rgb(22, 90, 47); /* green hover color */
 
}
.footer-bottom {
      border-top: 1px solid #dee2e6;
      margin-top: 30px;
      padding-top: 15px;
      text-align: center;
  	 color: rgb(50, 50, 50);
      font-size: 13px;
    }    
    
    
/* Header Section */
.about-header {
  background: rgb(22, 90, 47) url('../image/bg-2.png') no-repeat center;
  background-size: cover;
  margin-top: 72px;
  padding: 80px 0 60px;
  color: #fff;
  text-align: center;
  position: relative;
}

.about-header h2,.about-header h1 {
  font-size: 40px;
  color: rgb(255, 255, 255);
	font-weight: 600;
  margin-bottom: 10px;
} 


.about-header p,.nav-top1{
  font-size: 14px;
  color: #2dab56;
}

.about-header a,.nav-top1 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;

}
 

/* Content Section */
.about-content {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}

.intro-text
{
	margin: 0 auto 40px;
	width:85%;
}

.about-content h5 {
  font-size: 18px;
  font-family: "Poppins";
  color:rgb(22, 90, 47);
  line-height: 1.75;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}
 

.about-content p {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgb(50, 50, 50);
}
 
/* ===== Video Section ===== */
 .video-content {
  position: relative;
  width: 100%;
  height: 400px;
}
.video-content video {
  width: 100%;
  height: 100%; 
  display: block;
  object-fit: cover;
}


/* Play button (initially visible) */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('../image/play.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
    opacity: 0.6;

}
 .play-button:hover
 {
	    opacity: 1;

}

/* Hide pause button completely */
.pause-button {
  display: none;
}
/* Pause button (visible on hover while playing) */
.pause-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url('../image/pause.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show pause button only on hover */
.video-content:hover .pause-button {
  opacity: 1;
}



.overlaytext
{
 position: absolute;
bottom: 10px;
left: 50%;
  width: 90%; margin: 0 auto;
transform: translateX(-50%);
color: white;
font-weight: bold;
 
background: transparent;
padding: 10px;
border-radius: 10px;
text-align: center;

}
.title-overlay {
    color: white;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;

}
.title-overlay1 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.303;
  text-align: center;
 
}
/* ===== End to End Solution =====  

*/
  #content-owl-carousel {
  height: 260px; /* your fixed or responsive height */
  position: relative;
}

#content-owl-carousel .owl-carousel,
#content-owl-carousel .owl-stage-outer,
#content-owl-carousel .owl-stage,
#content-owl-carousel .owl-item,
#content-owl-carousel .item {
  height: 100%; /* inherit full height from parent container */
}
#content-owl-carousel .owl-carousel .owl-stage-outer
{
	position:absolute;
}
.owl-dots-container {
  text-align: center;
  margin: 20px 0;
}
.owl-dots-container .owl-dot {
background: rgb(45, 171, 86) !important;
    width: 26px !important;
    height: 3px !important;
    margin: 5px 4px !important;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-dots-container .owl-dot.active,.owl-dots-container .owl-dot:hover {
	    background-color: rgb(22, 90, 47) !important;
}
#owl-solution .owl-theme .owl-nav.disabled+.owl-dots
{
	margin-left: -15%;
}

.solution-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
 
.solution-img {
  flex: 1 1 30%;  /* ðŸ‘ˆ image takes 30% width */
 order: 1;}

.solution-img img {
  width: 100%;
  height: 220px;         
  object-fit: cover;
  display: block;
}
.solution-img .images {
  width: 100%;
  height: 220px;         
  object-fit: cover;
  display: block;
}

 
.solution-text {
  flex: 1 1 65%;  /* ðŸ‘ˆ text takes remaining space */
  order: 2;
  text-align: left;
  padding-right: 40px;
  height: 220px;           
  overflow-y: scroll;    
  overflow-x: hidden;    
 
}
 
.solution-text::-webkit-scrollbar {
  width: 3px;
}

.solution-text::-webkit-scrollbar-thumb {
  background-color:rgba(22, 90, 47, 0.7);
  border-radius: 0;

}

.solution-text::-webkit-scrollbar-thumb:hover {
  background-color: rgba(22, 90, 47, 1);
 

}

.solution-text::-webkit-scrollbar-button {
  display: none; 
}

 
.solution-text h4,.Cyberservice-card h4{
  color: rgb(22, 90, 47);
  font-size: 25px;
  margin-bottom: 20px;
}
 

.solution-text p {
  font-size: 14px;
  color: rgb(50, 50, 50);
}
  
#e-waste
{
    background-color: rgb(245, 249, 246);
    color: rgb(50, 50, 50);
    font-size: 14px;
    padding: 60px 0 40px;
}
 

.E-Waste-content
{
	max-width: 750px;
    line-height: 1.7;
    text-align: center ;
    margin-bottom: 1.5rem  ;
    margin-right: auto !important;
    margin-left: auto !important;
}
.icon-box {
  background-color: rgb(255, 255, 255);
  text-align: center;
  height:100%;
  width:100%;
  padding:30px 10px;
 }
 

.icon-box img
{
	width:auto;
	height:43px;
    margin-bottom: 20px;
}
.icon-box .icon-title{
  font-size: 16px;
  color: rgb(22, 90, 47);
  text-align: center;
}
.E-Waste-content1
{
 	max-width:1050px;
	font-size:14px;
    line-height: 1.7;
    text-align: center ; 
    margin-right: auto !important;
    margin-left: auto !important;
}

.E-Waste-content2
{
	max-width:850px;
	font-size:14px;
    line-height: 1.7;
    text-align: center ; 
    margin-right: auto !important;
    margin-left: auto !important;
}
#decommissioning
{
	background: radial-gradient(circle at top, #0d6632, #0a4020);
	color: #fff;
	padding: 60px 0;
	background-image:url('../image/decommissioning.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.image1
{
	max-width: 328px;
	width: 100%;
    height: auto;
}
#DecommissioningProcess{
  list-style: none; /* âœ… removes default dot */
  padding-left: 0;
  margin-left: 0;
}
#DecommissioningProcess li {
  position: relative;
  padding-left: 28px; /* space for custom icon */
  margin-bottom: 14px;
  font-size: 15px; 
}
#DecommissioningProcess li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;  /* âœ… control size here */
  height: 16px;
  background: url("../image/ul-li.png") no-repeat center center;
  background-size: contain;
}
.decommissioning-title {
  font-size: 25px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.3;
  text-align: left; 
}
.Line_Upload
 {
  background-color: rgb(44, 171, 85);
    opacity: 0.349;
    width: 100%;
    height: 1px;
    margin: 25px 0;
} 
.Line_Upload2 {
  background-color: rgb(222, 233, 226);
 width: 100%;
    height: 1px;
    margin: 25px 0;
}
 

.decommissioning-card {
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
  border-radius: 12px;
}
 
.decommissioning-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border:1px solid #fff; 
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}

.decommissioning-item-image img {
  width: 30px;
  height: 30px;  
  transition: transform 0.3s ease;
}

.decommissioning-card:hover .decommissioning-item-image {
  background-color: rgb(45, 171, 86); 
  border:1px solid  rgb(45, 171, 86); 
}
.decommissioning-card .decommissioning-item-image.active {
  background-color: rgb(45, 171, 86);
  border: 1px solid rgb(45, 171, 86);
}
.Step-1 {
  font-size: 12px; 
  color: rgb(45, 171, 86);
  text-transform: uppercase;
  line-height: 2.375;
  text-align: center; 
}
.step-title {
  font-size: 17px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom:20px;
}
.decommissioning-card p
{
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.857;
  text-align: center;

}
 
#Customers
{
	padding: 60px 0;
	
}
#Customers li {
  color: rgb(50, 50, 50); 
  font-size:14px;
  margin-bottom: 10px;
}
#Customers li::before {
     top: 4px;
    width: 15px;
    height: 15px;
    }
.Line_2{
  background-color: transparent;
  width: 100%;
  height: 1px ; 
  margin: 1rem 0;
  border-bottom: 1px solid rgb(200, 217, 206);
 
}
#certification
{
  font-size: 14px;
  padding: 60px 0;
  background-color: rgb(245, 249, 246);
}

.card1 {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  height:100%;
}

.card1.active,
.card1:hover {
  background: #2ca84a; /* green */
  color: #fff;
}
.btn-green1 {
 
    font-family: "Poppins";
  color: rgb(22, 90, 47);
    font-size: 14px;
    border: none; 
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.card1.active .btn-green1
{
	    color: rgb(255, 255, 255);
}

 .btn-green1:focus, .btn-green1:hover, .card1.active .btn-green1:hover {
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-size: 14px;
    border: none; 
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
 

.btn-green1 img {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.btn-green1:hover img {
  transform: translateX(4px);  
}
  
.three-cols {
  columns: 3;                 /* 3 columns */
  column-gap: 40px;           /* space between columns */
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}
.three-cols li {
  break-inside: avoid;        /* prevents item split */
  margin-bottom: 8px;
}
/* Default (desktop/tablet): normal grid, wraps normally */
.mobile-scroll {
  flex-wrap: wrap;
  overflow: visible;
}
/* ðŸ–¥ Desktop: show 6 logos
  */
#address-content li {
    border-bottom: 1px solid rgb(200, 217, 206);
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem; /* optional: makes spacing cleaner */
}

#address-content li:first-child {
    margin-top: 0;
}

#address-content li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom:0;
}

#address-content .feature {
      display: flex;
      align-items: flex-start;
      gap: 12px;
}
#address-content .feature:last-child {
      margin-bottom: 0;
    }
#address-content .icon{
      width: 16px;
      height: auto;
    }
#address-content .text h4
{
	  font-size: 16px;
  font-family: "Poppins";
  color: rgb(22, 90, 47); 
  text-align: left;
} 
#address-content .text p {
    margin: 2px 0 0;
    font-size: 13px;
 
}
.address-icon::before {
  content: "";
  display: inline-block;
  background-image: url('../image/contactus/address-icon.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 24px;
}
.Phone-icon::before {
  content: "";
  display: inline-block;
  background-image: url('../image/contactus/phone-icon.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 23px;
}
.email-icon::before {
  content: "";
  display: inline-block;
  background-image: url('../image/contactus/email-icon.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
}
.hours-icon::before {
  content: "";
  display: inline-block;
  background-image: url('../image/contactus/working-icon.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
}
#contact-content {
    background-color: rgb(245, 249, 246);
    color: rgb(50, 50, 50);
    font-size: 14px;
    padding: 60px 0;
}

 .Connact_title {
  font-size: 25px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  text-align: left;
  margin-bottom:0;
}
 .Connact_subtitle  {
  font-size: 15px;
  font-family: "Poppins";
  color: rgb(50, 50, 50);
  line-height: 1.875;
  text-align: left;
 
}

.Locate-title{
  font-size: 22px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  line-height: 1.364;
  text-align: left;
  margin-bottom:0;
}
.form-contact
{
  width: 90%;
}
.padding-right
{
	padding-right: .8rem !important;
}
.padding-left
{
	padding-left: .8rem !important;
}
@media (max-width: 1150px) {
  #content-owl-carousel .owl-carousel .owl-stage-outer {
    position: relative;
}
     
.solution-text h4 {
  font-size: 20px;
  margin-bottom:10px;

}
 .icon-box .icon-title {
 
    font-size: 13px;
}

 
#content-owl-carousel {
  /* height: 295px; your fixed or responsive height */
  position: relative;
}
.solution-img img {
  width: 90%;
  height: 245px;         
  object-fit: cover;
  display: block;
  margin:0 auto;
}
 
#content-owl-carousel .owl-carousel .owl-item img
{
	  width: 90%;
}
.decommissioning-title {
    font-size: 20px;
}
#DecommissioningProcess li
{
	
    font-size: 14px;
}
} 
 @media (max-width: 900px) {
.partner-item {
    flex: 0 0 auto;       /* prevent shrinking */
    width: auto;          /* no auto-compression */
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

 
} 
 


 
   /* --- Mobile view --- */
@media only screen and (max-width: 992px) {
.partners-section,#contact-content {
    padding: 40px 0;
}
.form-contact
{
	width:100%;
}
    .content-title {
        font-size: 30px;
    }
.navbar-brand img {
    height: 40px;
}
 .stats {
width:100%;
}    /* Add gap between items, but not on ends */
    .stat {
   
  padding: 0 20px; /* optional spacing inside */
      }


.hero-content
{
	    width: 65vw;
}
#home-abtus .title
{
	    font-size: 24px;
}
.content1
{
		    font-size: 18px;
}
    .video-content {
        height: 290px;
    }
 
  .three-cols {
    columns: 2;
  }
    .mobile-scroll {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 16px;
  }

  .mobile-scroll > div {
 
    scroll-snap-align: start;
  }

  /* âœ… show scrollbar and style it */
  .mobile-scroll::-webkit-scrollbar {
    height: 6px; /* visible horizontal bar */
  }
  .mobile-scroll::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5);
    border-radius: 3px;
  }
  .mobile-scroll::-webkit-scrollbar-track {
    background:transparent;
  }.image1 
 {
    max-width: 255px;
    width: 100%;
    height: auto;
}
.decommissioning-title 
 {
    font-size: 17px;
    }
    #DecommissioningProcess li
    {
	
    font-size: 12px;
}
}
@media (max-width: 991.98px) {
 /*
  .navbar-collapse {
    position: fixed;
    top: 56px;  
    left: 0;
    width: 100%;

    background-color: #fff;
    overflow-y: auto;
    z-index: 1050;
    padding: 20px;
    transition: all 0.3s ease;
 
    flex-direction: column;
  }*/
 .navbar-collapse {
    position: fixed;
    top: 66px;                 /* adjust to your navbar height */
    left: 0;
    width: 100%;
    overflow: hidden;          /* we animate outer height */
    z-index: 1000;
    height: 0;                 /* collapsed state */
    transition: height 350ms ease;
    background: #fff;    padding: 20px;
  }

  /* inner wrapper holds actual scrollable content and forces full-screen height */
  .navbar-collapse .menu-inner {
    box-sizing: border-box;

    min-height: calc(100vh - 66px); /* full-screen area under navbar */
    overflow-y: auto;               /* scrollbar inside inner wrapper */
  }

    /* make the ul take full height */
  .navbar-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
 
            }


  /* push the last li to bottom   .navbar-nav .nav-item:last-child {
    margin-top: auto;
  }
*/

  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px; /* move arrow to the right */
    top: 50%; 
  }

  /* make sure parent has relative positioning */
  .navbar .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* space for arrow */
  }
  .navbar .btn-schedule {
    width: 100%;
    justify-content: center; /* center text & icon */
    text-align: center;
  }
   /* push the last li to bottom  .navbar-nav .nav-item:last-child {
    margin-top: auto;
  }
 */
  .navbar .btn-schedule
  { 
  width: 100%;
    justify-content: center;
    text-align: center; 
	margin:8px 0 ;
}

}

@media only screen and (max-width: 768px) {
 

.hero-content
{
	    width: 95vw;
}
.content1 {
        font-size: 16px;
    }
    #home-abtus .title {
        font-size: 18px;
    }
   .stat {
   
  padding: 0 10px; /* optional spacing inside */
      }

.stat p {
 
    font-size: 12px;
 
}.stat h3 {
 
    font-size: 1.4rem; 
} 
.services-container {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 47px;
  }

  .service-card {
    flex: 0 0 75%;
    margin-right: 15px;
    scroll-snap-align: center;
        padding: 30px 25px;
         transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-card:hover {
  transform: scale(1.1); /* optional zoom effect */
}

  .service-card.active {
    transform: scale(1.05);
  }  
   .service-card:first-child {
    margin-left: 15px;
  }
   .content-title
{
	    font-size: 18px;
}

  .video-wrapper {
    width: 100%;
  }

  .overlay-text {
    font-size: 14px;
  }
 
 
  .footer-content { 
  width: 95%;
  margin: 0 auto; /* centers the block horizontally */
  text-align: center; /* centers the text */
}
.footer-subtitle
{
	text-align:center;
}
.dropdown-menu
{
	padding:0;
}
.dropdown-item
{
	padding: 0.25rem 0;
}
.dropdown-menu[data-bs-popper]{
	margin-top:0;
}
.about-content,#e-waste,#Customers,#certification,#decommissioning
{
	padding: 40px 0;
}
.intro-text {
	margin: 0 auto 40px;
    width: 100%;
}
.about-content h5
{
	    line-height: 1.5;
	    
    margin-bottom: 10px;
}
.our-services-title2
{
	    font-size: 22px;
	      font-weight: 500;
}
.our-services-smalltitle
{
	
    margin-bottom: 10px;
}


 .video-content {
        height: 207px;
    }
#circularAccordion .accordion-button,
  #circularAccordion .accordion-item,#circularAccordion .accordion-body {
    text-align: center;
    padding-right: 0;
    display:block;
  }
 
  
  .partner-logo {
 
 
  opacity: 1;
 
  
}.about-header {

    padding: 50px 0;
}
.about-header h2,.about-header h1
{
	font-weight:500;
	    font-size: 29px;
}
.about-header a
{
	font-weight:normal;
}
  .three-cols {
    columns: 1;
  }
  
#content-owl-carousel {
  height: auto; /* your fixed or responsive height */
  position: relative;
}
#content-owl-carousel .owl-carousel,
#content-owl-carousel .owl-stage-outer,
#content-owl-carousel .owl-stage,
#content-owl-carousel .owl-item,
#content-owl-carousel .item {
  height: auto; /* inherit full height from parent container */
}
#content-owl-carousel .owl-carousel .owl-stage-outer
{
	position:relative;
}
#owl-solution.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px !important;
}

.solution-row
{
	    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
#owl-solution .owl-carousel .owl-item img {
 
    margin: auto !important;
    width: 80% !important;
    
        height: 197px;

}
.solution-text
{
	padding:10px 0;
	height: 184px;
	text-align:center;
}
.about-content p
{
	
    margin-bottom: 10px;
}
 .solution-text,    .solution-img
 {
 padding-right:0;
    flex: 1 1 100%;
    }
 .image1
{
 
    width: 90% !important;
}
#DecommissioningProcess {
    width: 90%;
    margin: 0 auto;
}


#DecommissioningProcess li
{
	
    font-size: 14px;
}
#DecommissioningProcess li:last-child {
margin-bottom:0;
}
.decommissioning-title
{
  font-size: 16px;
  line-height: 1.238;
}	 
.Line_Upload 
{
	margin: 5px 0;
}
.decommissioning-item-image
{
	    width: 100px;
    height: 100px;
}
#Customers li::before
{
	top: 2px;
}
#certification .row.flex-nowrap {
    gap: 16px; /* spacing between cards */
  }

#certification .row.flex-nowrap > div {
    flex: 0 0 85%; /* ðŸ‘ˆ shows 1 full card + part of next */
    max-width: 85%;
  }

#certification .card1 {
    width: 100%;
  }
  .padding-right
{
	padding-right:0 !important;
}
.padding-left
{
	padding-left: 0 !important;
}
.footer-logo img {
  height: 50px;
  margin-bottom: 20px;
}
footer .col-12
{
    padding-bottom:0;
}
}