/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* Apply full rotating gradient to entire page */
/* ===============================
   GLOBAL OVERFLOW FIX
================================ */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
  color: #fff; /* or dark text if needed */
  background: linear-gradient(45deg, #d1fbd8, #b2f1c0, #c8ffde);
  background-size: 400% 400%;
  animation: rotateBackground 15s ease infinite;
  


}

@keyframes rotateBackground {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Optional: Make content more readable */
section,.contact {
  padding: 60px 20px;
  text-align: center;
}

#hero, #services {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
/* Header */
header {
   background: linear-gradient(90deg,#28670d , #0d0e0d, #28670d);
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
}



.logo {
  display: flex;
  align-items: center;       /* Vertically align image and text */
  gap: 5px;
  padding-left: 0;           /* Remove default padding */
  margin-left: 0;            /* Ensure no unwanted margin */
}

.logo-icon {
  height: 45px;              /* Adjust size */
  transform: scale(1.4);
  transform-origin: left center;
  margin: 0;                 /* Remove margin to stick left */
  padding: 0;
}




.logo .green {
  color: #00bcd4; /* Bright green */
}

.logo .blue {
  color:#34e40c ; /* Light blue */
}
.logo-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.logo-link:hover {
  cursor: pointer;
}


.brand-text {
  line-height: 1.1;
}

.brand-name {
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #a4c639; /* Olive Green */
  letter-spacing: 1px;
  animation: glowText 2.5s ease-in-out infinite alternate;
}

.brand-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #e0ffe0;
  margin-left: 2px;
  display: block;
  text-align: right;
}

/* Optional: Glowing effect */

nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

nav a {
  color: #7ad957;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #4ee707;
}

/* Hero Section */
#hero {
  background-image: url("../images/main1.jpg");
 /* replace with your new light image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff; /* fallback to white */
  filter: brightness(1.1) contrast(1.05);
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
   animation: gradientRotate 15s ease-in-out infinite;
  background-size: 200% 200%;
  background-position: center;
  transition: background 1s ease-in-out;
}
@keyframes gradientRotate {
  0% {
    background: linear-gradient(135deg, #c4baf1, #97eec4, #85e60e);
  }
  33% {
    background: linear-gradient(135deg, #c4baf1, #95f0f3, #23ec4b);
  }
  66% {
    background: linear-gradient(135deg, #95f0f3, #ccffd9, #1fef03df);
  }
  100% {
     background: linear-gradient(135deg, #c4baf1, #97eec4, #85e60e);/* back to start */
  }
}
/* Background video container */
/* Fix the background video wrapper */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Still behind everything */
  overflow: hidden;
}

/* Actual video inside the wrapper */
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  filter: brightness(0.6);
  pointer-events: none;
  z-index: 0; /* ← Very important: allows clicks to pass through */
}

/* Hero section that includes text and buttons */
.hero-text {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-top: 150px;
  /* Add this line for perfect vertical centering fine-tuning */
  
}
.animation-disabled.animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: letterIn 0.5s ease forwards;
  animation-delay: calc(0.05s * var(--i));
}

/* Headings and Paragraph */
.hero-text h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: white;
}
 .animated-para {
  font-size: 1.5rem;
  color: #b8d6ba;
  transform: translateY(20px);
  animation: paraFade 1s ease forwards;
  animation-delay: 1.2s;
}

@keyframes paraFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Call-to-action buttons container */
.cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  z-index: 3;
  opacity: 0;
   transform: translateY(20px);
  animation: fadeInUp 1.2s ease forwards;
  animation-delay: 1.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Individual buttons */
.btn {
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #b8d6ba;
  background: transparent;
  color: #b8d6ba;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
  z-index: 3;
  position: relative; /* Ensures stacking */
}

/* Hover effect */
.btn:hover {
  background-color: #b8d6ba;
  color: #141212;
  border-color: #024e1b;
  z-index: 3;
}



.btn, .btn-outline {
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}



.btn-outline {
  border: 2px solid #b8d6ba;
  color: #b8d6ba;
  transition: background 0.3s, color 0.3s;
}

.btn-outline:hover {
  background-color: #b8d6ba;
  color: #272525;
  border-color: #024e1b;
  z-index: 3;
}

#three-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}



/*#services {
  position: relative;
  z-index: 2;
  padding: 100px 20px 50px;
  margin-top: 40vh;
 
}

/* #services {
  position: relative;
  z-index: 2;
  padding: 100px 20px 50px;
  margin-top: -80px; /* Overlap previous section */
  /*background: linear-gradient(to bottom, #d8fcd4, #e9ffe6); /* light green blend */
  /*border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.15);
  scroll-behavior: smooth;
}*/

/* Updated E-commerce style layout */
/* Services CTA Section */
#services {
  padding: 80px 20px;
  background: transparent;
  text-align:center;
  margin-top: 250px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#services h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #114c1e;
}

.offerings-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-section {
  width: 450px;
}

.list-section h3 {
  font-size: 1.5rem;
  margin-bottom: 0px;
  color: #185c17;
}

.scroll-list {
  max-height: 300px;
  overflow-y: auto;
  border: 1.5px solid rgba(0, 180, 100, 0.3); /* softened green border */
  border-radius: 20px;
  padding: 15px;
  background: transparent; /* light mint-white background */
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
   transform: scale(0.9);
   visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.scroll-list.visible {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.cta-btn {
  display: block;
  text-align: center;
  padding: 10px;
  border: 2px solid #1cbc20;
  border-radius: 10px;
  background-color: rgba(230, 255, 240, 0.85);
  color: #135d1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  width: 100%;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background-color: #22e72f;
  color: white;
  transform: scale(1.05);
}

/* Custom Scrollbar */
.scroll-list::-webkit-scrollbar {
  width: 6px;
}

.scroll-list::-webkit-scrollbar-thumb {
  background: #1cbc20;
  border-radius: 3px;
}


/* ===============================
   FOOTER
================================ */
.site-footer {
  width: 100%;
  background-color: #111;
  border-top: 1px solid #333;
  padding: 20px 0;
  margin-top: 50px;
}

/* ===============================
   FOOTER CONTENT
================================ */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-right: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {
  .site-footer {
    padding: 15px 0;
  }

  .footer-container {
    font-size: 0.9rem;
  }
}

#services {
  padding: 60px 20px;
  text-align: center; /* Center align all content */
  margin: top 20px;
}

#services h2 {
  font-size: 2.5rem;
  color: #0e4905; /* Light blue */
  margin-bottom: 40px;
}
/* Background slideshow container */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: bg-slideshow 15s infinite;
  opacity: 0.5; /* Adjust as needed */
  
}

@keyframes bg-slideshow {
  0% {
    background-image: url("../images/main1.jpg");
  }
  33% {
    background-image: url("../images/main2.jpg");
  }
  66% {
    background-image: url("../images/main3.jpg");
  }
  100% {
    background-image: url("../images/main1.jpg");
  }
}

/* About Us Section */
#about {
  padding: 60px 30px;
  position: relative;
  top: -60px;
  color: #fff;
  text-align: center;
}

#about h2 {
  font-size: 2.5rem;
  color:#06551e ;
  margin-bottom: 20px;
}

.about-description {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #163414;
  line-height: 1.8;
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.highlight-card {
  width: 300px;
  height: 200px;
  background: linear-gradient(135deg,#304242,#033503d5);
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 12px rgba(247, 242, 242, 0.803);
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}



.highlight-card {
  transition: transform 2.25s ease-in-out;
}

.highlight-card:hover {
  transform: rotateX(360deg);
}


.highlight-card h3 {
  color: #00bcd4;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.highlight-card h3:hover {
  color: #29ea0b;
}

.highlight-card p {
  font-size: 0.95rem;
  color: white;
}
.social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social-icons svg {
  width: 24px;
  height: 24px;
  fill: white;
  transition: transform 0.3s ease;
}

.social-icons svg:hover {
  transform: scale(1.2);
}

.social-icons a[aria-label="Facebook"]:hover svg {
  fill: #1877f2; /* Facebook Blue */

}
.social-icons a[aria-label="Instagram"]:hover svg {
  fill: #e4405f; /* Instagram Pink */
}

.social-icons a[aria-label="LinkedIn"]:hover svg {
  fill: #0077b5; /* LinkedIn Blue */
}


/* Hide default cursor */
body, a, button, input, textarea, select, label {
  cursor: none !important;
}

/* Custom cursor */
.custom-cursor {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.5);  /* change this from neon */
  background-color: rgba(0, 0, 0, 0.2);   /* optional fill */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* softer glow */
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%);
}



/* Click pulse effect */
.custom-cursor.clicked {
  animation: cursor-click-pulse 0.4s ease-out;
}

@keyframes cursor-click-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* Trail */
.cursor-trail {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 9998;
  animation: trail-pulse 1s infinite ease-in-out;
}

@keyframes trail-pulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.8); opacity: 0.4; }
}
/* Outer ring for trailing effect */
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition: transform 0.15s ease-out;
  transform: translate(-50%, -50%);
}
.stats-section {
  text-align: center;
  padding: 60px 20px;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  top: -80px;
}

.stats-intro {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 500;
  color:#053c12
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.stat-box {
  width: 200px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.8);
 background: linear-gradient(135deg,#304242,#033503d5);
  transition: transform 0.3s ease;
  
  
}

.stat-box:hover {
  transform: translateY(-8px);
}
.stat-box:hover .stat-number i {
  color: #00ff6a; /* Bright green */
}

.stat-number {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.stat-box i {
  margin-left: 8px;
}


/* Force custom cursor on all elements */
a, button, input, textarea, select, label {
  cursor: none !important;
}
/* Common pop-in animation */
@keyframes popIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animate heading letters */
.animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.5s forwards;
  animation-delay: calc(var(--i) * 0.05s);
  margin-right: 2px; /* spacing between letters */
}

.animated-title .space {
  width: 14px; /* space between words */
  display: inline-block;
}

/* Keyframes for fadeInUp */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.animated-title span:nth-child(1) { animation-delay: 0.05s; }
.animated-title span:nth-child(2) { animation-delay: 0.1s; }
.animated-title span:nth-child(3) { animation-delay: 0.15s; }
.animated-title span:nth-child(4) { animation-delay: 0.2s; }
.animated-title span:nth-child(5) { animation-delay: 0.25s; }
.animated-title span:nth-child(6) { animation-delay: 0.3s; }
.animated-title span:nth-child(7) { animation-delay: 0.35s; }
.animated-title span:nth-child(8) { animation-delay: 0.4s; }
.animated-title span:nth-child(9) { animation-delay: 0.45s; }
.animated-title span:nth-child(10) { animation-delay: 0.5s; }
.animated-title span:nth-child(11) { animation-delay: 0.55s; }
.animated-title span:nth-child(12) { animation-delay: 0.6s; }
.animated-title span:nth-child(13) { animation-delay: 0.65s; }
.animated-title span:nth-child(14) { animation-delay: 0.7s; }

.animated-title .word {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: popIn 0.5s forwards;
  animation-delay: 0.85s;
}

/* Paragraph animation */
.animated-para {
  opacity: 0;
  transform: translateY(20px);
  animation: popIn 0.6s forwards;
  animation-delay: 1.1s;
}

/* Buttons animation */
.animated-btn {
  opacity: 0;
  transform: translateY(20px);
  animation: popIn 0.6s forwards;
}
.animated-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px; /* space between words */
}

.animated-title .word {
  display: flex;
  gap: 10px; /* space between letters */
}

#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;   /* Ensures mouse events pass through */
  z-index: -10;           /* Puts canvas well behind content */
}


.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: blur(5px) brightness(0.6); /* You can adjust blur and brightness */
}


.testimonial-title {
  font-size: 2rem;
  font-weight: bold;
  color: darkgreen;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.testimonial-card {
  max-width: 700px;
  background: transparent;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 64, 0, 0.15);
  color: #111;
}

.testimonial-initial {
  width: 80px;
  height: 80px;
  background: #f78181;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

.testimonial-name {
  font-weight: 600;
  margin: 10px 0;
  font-size: 1.2rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
}

.testimonial-arrow {
  background: rgba(0, 0, 0, 0.2);
  color: rgb(8, 120, 53);
  border-radius: 50%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.testimonial-arrow:hover {
  background: #222;
}
#consult-banner {
  background: linear-gradient(to right, #d4f4cc, #e7ffe4); /* Olive green inspired */
  padding: 60px 40px;
  color: #1a1a1a;
  font-family: 'Segoe UI', sans-serif;
}

.consult-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(90deg,#28670d , #0d0e0d, #28670d);
 /* Olive green bar */
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.consult-top h2 span {
  color: #f9f871; /* yellowish-green for 'Free' */
}

.consult-btn {
  background: #ffffff;
  color: #3e6b3a;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.consult-btn:hover {
  background: #c1e2b8;
}

.consult-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.newsletter {
  flex: 1;
  min-width: 260px;
  text-align: left;
}

.newsletter .logo {
  height: 40px;
  margin-bottom: 15px;
}

.newsletter form {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.newsletter input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  flex: 1;
}

.newsletter button {
  background-color: #3e6b3a;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}
.newsletter button:hover {
  background-color: #247d49;
}

.contact-info {
  flex: 1;
  min-width: 220px;
  text-align: left;
  
}


.contact-info p {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
}
.quick-links {
  flex: 1;
  min-width: 220px;
  
}

.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  
}
/* Splash Screen Styles */
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, #001f00, #064b08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1s ease;
}

.splash-content {
  text-align: center;
  animation: glow-in 2s ease-in-out;
}

.splash-logo {
  width: 500px;
  height: 500px;
  animation: pulse 2s infinite alternate;
}

.splash-title {
  font-size: 3rem;
  color: #00ff66;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  animation: glow-text 2s infinite alternate;
  margin-top: 20px;
}
.splash-tagline {
  color:#65eb5c
}

/* Glowing Animation for Logo */
@keyframes pulse {
  0% { transform: scale(1); filter: drop-shadow(0 0 5px #00ff66); }
  100% { transform: scale(1.1); filter: drop-shadow(0 0 20px #00ff66); }
}

/* Text Glow Animation */
@keyframes glow-text {
  0% { text-shadow: 0 0 5px #00ff66; }
  100% { text-shadow: 0 0 20px #00ff66; }
}

/* Entry effect */
@keyframes glow-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.product-banner {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 200, 50, 0.2);
  position: relative;
  top: -100px;
}

.banner-track {
  display: flex;
  animation: scrollBanners 25s linear infinite;
  gap: 30px;
  align-items: center;
}

.banner-track img {
  max-height: 300px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 100, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.banner-track img:hover {
  transform: scale(1.05);
}

@keyframes scrollBanners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.special-offer-banner {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  background: transparent; /* light variant */
  box-shadow: 0 0 10px rgba(0, 180, 100, 0.15);
  position: relative;
  top: -20px;
}

.offer-track {
  display: flex;
  animation: scrollOffers 30s linear infinite;
  gap: 30px;
  align-items: center;
}

.offer-track img {
  max-height: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 100, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.offer-track img:hover {
  transform: scale(1.05);
}

@keyframes scrollOffers {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
  display: block;
}
/* ===============================
   FIX FLOATING ELEMENT OVERFLOW
================================ */
.whatsapp-float,
.chat-widget,
.live-chat,
[class*="chat"],
[class*="whatsapp"] {
  max-width: 100vw;
  right: 20px !important;
  box-sizing: border-box;
}

.solitech-text {
  
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: flex-start; /* or center if you want center alignment */
}

.solitech-name {
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  color: #093f13;
  font-size: 20px;
}

.solitech-tagline {
  font-size: 12px;
  color: #161313b3;
}

.location-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;        /* large */     /* bold */
  color: #093f13;
  text-align: center;
  margin-top: -20px;      /* slightly up */
  margin-bottom: 30px;
  letter-spacing: 0.6px;
}

/* Make WhatsApp float small and visible */
.whatsapp-float {
    position: fixed;
    bottom: 20px; /* distance from bottom */
    left: 20px;   /* distance from left */
    z-index: 9999;
    width: 60px;  /* size of icon */
    height: 60px;
    background: transparent;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
}



