 /* Mega Menu */
    .dropdown-mega {
      position: static !important;
    }
    .dropdown-menu.mega-menu {
      width: 100%;
      border-top: 3px solid #0d6efd;
      padding: 2rem;
    }
   /* =========================
   HERO SLIDER (LIGHT ONLY)
========================= */

.hero-slider {
  position: relative;
  overflow: hidden;
}

/* Light overlay instead of dark */
.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

/* Slide background */
.hero-slider .carousel-item {
  height: 85vh;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: opacity 1s ease, transform 1s ease;
}

/* =========================
   KEN BURNS EFFECT
========================= */
.hero-slider .carousel-item.active {
  animation: kenburns 10s ease-out forwards;
}

@keyframes kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

/* =========================
   PARALLAX BACKGROUND
========================= */
.hero-slider .carousel-item {
  background-attachment: fixed;
}

/* =========================
   CAPTION STYLES
========================= */
.hero-slider .carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
  text-align: left;
  max-width: 640px;
}

.hero-slider h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFFF;
}

.hero-slider p {
  font-size: 1.2rem;
  color: #FFFFFFF;
}

/* =========================
   PER-SLIDE TEXT ANIMATIONS
========================= */
.slide-fade h1,
.slide-fade p,
.slide-fade .btn {
  animation: fadeUp 1s both;
}

.slide-slide h1 {
  animation: slideLeft 1s both;
}
.slide-slide p {
  animation: slideLeft 1.3s both;
}

.slide-zoom h1 {
  animation: zoomIn 1s both;
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}


#serviceCarousel {
  position: relative;
}

#serviceCarousel .carousel-control-prev,
#serviceCarousel .carousel-control-next {
  position: absolute;
  bottom:80px;          /* distance from bottom */
  top: auto;
  width: auto;
  left:0;
  opacity: 1;
}

#serviceCarousel .carousel-control-prev {
  left: 4%;
  transform: translateX(-45px); /* move left */
}

#serviceCarousel .carousel-control-next {
  left: 101%;
  transform: translateX(5px);   /* move right */
}


.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.image-card img {
  transition: transform 0.6s ease;
}

.image-card:hover img {
  transform: scale(1.1);
}


.core-values {
      background: #FFFFFF;
      padding: 10px 0;
      text-align: center;
    }
    .core-values .icon-box {
      background: #f2f2f2;
      border-radius: 15px;
      padding: 40px 25px;
	  text-align:left;
      transition: all 0.3s;
	   border:1px solid #DBDBDB;
    }
    .core-values .icon-box:hover {
      transform: translateY(-8px);
      background: #002b5c;
      color: #fff;
    }
    .core-values i {
      font-size: 40px;
      color: #002b5c;
      margin-bottom: 20px;
      transition: 0.3s;
    }
	
	.core-values p
	{font-size:14px;}
	
    .core-values .icon-box:hover i {
      color: #ffd700;
    }
	
	
	.cta-section {
  position: relative;
  background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80')
              center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
}

#contact{}

/* Dark transparent overlay */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.contact-card {
       background: rgba(0, 0, 0, 0.7);
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0px 4px 20px rgba(0,0,0,0.32);
	  border:1px solid #DBDBDB;position: relative;
    }
	
	.form-control{background: rgba(0, 0, 0, 0.55);color:#FFFFFF! important;}
	
	.form-control::placeholder {
  color: #FFFFFF;background: rgba(0, 0, 0, 0.55);
}


.contact-card .form-control{background:#FFFFFF;color:#000! important;}
	
.contact-card .form-control::placeholder {
  color: #000;background: rgba(0, 0, 0, 0.55);
}
 

.navbar-brand img{border:none;}


.img-fluid{border:1px solid #DBDBDB; padding: 4px;}

#page_heading{background: linear-gradient(90deg, #5400FF 0%, #036F68 69.02%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;font-weight:bold;}

 #active{text-decoration:underline;}
 
/* CTA container */
.cta-box {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 50px 40px;
  text-align: left;
  /*border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);  */
  backdrop-filter: blur(4px);
}



.cta-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align:left;
}

.cta-box p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;text-align:left;
}


.btn-primary{transition: all .5s ease-in-out;
    padding: 5px 25px 5px 30px;
    border-radius: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #0D6562;}

/* Button */
.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #000;
}
	
/* Text overlay */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(217, 26, 26,0.7), transparent);
  color: #fff;
}

.image-overlay h5 {
  margin: 0;
  font-weight: 600;
}

.image-overlay p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

.blog-section {
  padding: 70px 0;
  background: #f8f9fa;box-shadow:inset 0 0.9em 0.5em -1em #000000; 
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-weight: 700;
  color: #0a2540;
}

.section-header p {
  color: #6c757d;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 25px;
}

.blog-category {
  font-size: 12px;
  font-weight: 600;
  color: #0d6efd;
  text-transform: uppercase;
}

.blog-content h5 {
  margin: 12px 0;
  font-weight: 600;
  color: #212529;
}

.blog-content p {
  font-size: 14px;
  color: #6c757d;
}

.read-more {
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}


/* =========================
   COUNTERS
========================= */
.counter {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d6efd;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .hero-slider h1 {
    font-size: 2.2rem;
  }
  .hero-slider .carousel-caption {
    text-align: center;
  }
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* TEXT ANIMATION */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.site-footer {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
}

/* Top row: Logo + Nav */
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo img {
  max-height: 70px;
  border-radius:12px;-moz-border-radius:12px;
}

/* Navigation */
.footer-nav {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.footer-nav a:hover {
  opacity: 0.7;
}

/* Second row: Social Icons */
.footer-social-section {
  margin-top: 25px;
  text-align: center; /* center the heading and icons */
}

.footer-social-section h5 {
  margin-bottom: 35px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

/* Social icons */
.footer-social a {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 10px;padding:10px;
  background: rgba(16, 204, 191, 0.8); 
  border-radius:5px;-moz-border-radius:5px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.industrial-section {
  padding: 70px 0;
  background: #f8f9fa;
}



.footer-social a:hover {
  background: rgba(5, 138, 247, 0.8); 
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#partners{background:#FFFFFF;padding: 20px;}

#prt-col{background:#FFFFFF; }

#prt-col img{border:1px solid #E1E0E0;box-shadow: 0px 4px 20px rgba(0,0,0,0.12);}

strong{color:#05ADA2;}

.services-section {
   position: relative;
  background: linear-gradient(135deg, #ffffff, #f6f8fb);
  box-shadow:inset 0 0.9em 0.5em -1em #000000; 
}
 

/* STICKY LEFT */
.services-intro {
  position: sticky;
  top: 120px;
}
/* Sticky left column */
.services-intro {
  top: 120px; /* adjust based on header height */
}

/* Service cards */
.service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #0d6efd;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.service-icon {
  font-size: 32px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 15px;
  color: #6c757d;
}

.custom-carousel-btn {
  width: auto;
}

.custom-carousel-btn:hover {
  background: none;
}

footer{
  background: #F0F0F0;padding-top:25px;
}
.social-icons a {
      color: #fff;
      font-size: 20px;
      margin-right: 15px;
    }
footer ul.list a
{text-decoration:none;color: #6c757d;}


/* White circular icon */
.icon-circle {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.icon-circle i {
  color: #000;
  font-size: 16px;
}

/* Hover effect */
.custom-carousel-btn:hover .icon-circle {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}



.bg-shapes::before,
.bg-shapes::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

/* TOP RIGHT SHAPE */
.bg-shapes::before {
  width: 380px;
  height: 380px;
  background: #D2EBEF; /* Indigo */
  top: -120px;
  right: -120px;
}

/* BOTTOM LEFT SHAPE */
.bg-shapes::after {
  width: 280px;
  height: 280px;
  background: #06b6d4; /* Cyan */
  bottom: -100px;
  left: -100px;
}



.faq-section {
  background: linear-gradient(135deg, #ffffff, #f6f8fb);
}

.faq-bg-wrapper {
  overflow-x: hidden;
}

/* Sticky Left */
.faq-intro {
  top: 120px;
}

/* Accordion Styling */
.faq-accordion .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  background: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #f1f5ff;
  color: #0d6efd;
}

.faq-accordion .accordion-body {
  color: #4b5563;
  font-size: 15px;
}


.social_nav{width:60px;height:auto;top:30%;left:0;position:fixed;z-index:999}
 .social_nav .social_nav_links{margin:0;padding:0;-webkit-transform:translate(-270px,0);-moz-transform:translate(-270px,0);-ms-transform:translate(-270px,0);
 -o-transform:translate(-270px,0);transform:translate(-270px,0)}.social_nav .social_nav_links li{display:inline-block;margin:5px 0;background:rgb(5, 173, 162);
 width:302px;text-align:right;padding:0 3px;-webkit-border-radius:0 30px 30px 0;
 -moz-border-radius:0 30px 30px 0;border-radius:0 30px 30px 0;
 -webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}
 .social_nav .social_nav_links li:hover{-webkit-transform:translate(80px,0);
 -moz-transform:translate(80px,0);-ms-transform:translate(80px,0);
 -o-transform:translate(80px,0);transform:translate(80px,0);background:rgb(5, 173, 162 / .4)}
 .social_nav .social_nav_links li a{color:#fff!important;list-style:none;margin:3px 0;padding:0 3px 0 0;display:
 list-item;vertical-align:top;border-radius:100px;text-decoration:none}.social_nav 
 .social_nav_links li a span{display:inline-table;color:#fff;position:relative;text-align:right;font-size:13px;}
 .social_nav .social_nav_links li a svg{width:20px;height:20px;margin:4px;color:#fff}
 .social_nav .social_nav_links a.icoRss:hover{background-color:#F56505}
 .social_nav .social_nav_links a.icoFacebook:hover{background-color:#3B5998;color:#fff}
 .social_nav .social_nav_links a.icoTwitter:hover{background-color:#3cf}
 .social_nav .social_nav_links a.icoGoogle:hover{background-color:#BD3518}
 .social_nav .social_nav_links a.icoVimeo:hover{background-color:#0590B8}
 .social_nav .social_nav_links a.icoLinkedin:hover{background-color:#007bb7}
 .social_nav .social_nav_links a.icoRss:hover svg,.social_nav .social_nav_links a.icoFacebook:hover svg,.social_nav .social_nav_links a.icoTwitter:hover svg,.social_nav .social_nav_links a.icoGoogle:hover svg,.social_nav .social_nav_links a.icoVimeo:hover svg,.social_nav .social_nav_links a.icoLinkedin:hover svg{color:#fff!important}

/* Mobile */
@media (max-width: 991px) {
  .faq-intro {
    position: relative !important;
    top: auto;
    margin-bottom: 30px;
  }
}


/* Disable sticky on mobile */
@media (max-width: 991px) {
  .services-intro {
    position: relative !important;
    top: auto;
    margin-bottom: 30px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-slider h1 {
    font-size: 2rem;
  }
  .hero-slider p {
    font-size: 1rem;
  }
}


/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hero {
    min-height: 70vh;
  }
  .hero h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 80px 20px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    margin: 0 auto;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 60vh;
  }
  .hero h1 {
    font-size: 1.7rem;
  }
  .hero p {
    font-size: 0.95rem;
  }
}




.hero-services {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('../img/services_bg.png') center/cover;
    color: #fff;
    padding: 100px 0;
  }



.hero-about {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('../img/product_bg.png') center/cover;
    color: #fff;
    padding: 100px 0;
  }
  .icon-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
  }
  .icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
   
  .experience-section {
  background: #ffffff;
}

.exp-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.exp-box:hover {
  transform: translateY(-6px);
}

.progress {
  height: 12px;
  border-radius: 20px;
}