/********** Template CSS **********/
body {
   font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

:root {
  --primary: #14A800;
  --secondary: #fbfbfb;
  --light: #f8f8f8;
  --dark: #252525;
  --text-light: #7B7B7B;
  --text-dark: #000000;
  --white: #ffffff;
  --black: #000000;
  --gray-border: #E5E5E5;
  --gray-dark: #676767;
  --gray-medium: #7B7B7B;
  --accent-red: #f70106;
  --accent-blue: #5e6282;
  --accent-dark-blue: #151a52;
  --shadow-color: rgba(241, 165, 1, 0.15);
  --card-bg: #0A0D00;
  --video-overlay: #2E3B00;
  --mega-dropdown-bg: linear-gradient(to right, #000000, #1d5218);
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {


font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {

}

h2,
.h2 {
color: #414040;
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {
 
}

h3,
h4,
.h3,
.h4,
.fw-medium {
   font-family: 'Poppins', sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
   font-family: 'Poppins', sans-serif !important;
}

p,
.p {
color: #5A5959;
font-family: 'Poppins', sans-serif !important;
}

ul,
li {
   font-family: 'Poppins', sans-serif !important;
}



figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}


/* Images Animation */

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.what-we-image-1 figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-image-1 figure img{
	aspect-ratio: 1 / 0.73;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}



/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}



/* **************************************** */
/* Responsive Screens */
/* **************************************** */


@media (max-width: 768px) {

  /* ************************ */
  /* Globally Fonts */
  /* ************************ */

    h1,
  .h1 {
    font-size: 24px;

  }

 h2,
  .h2 {
    font-size: 24px !important;

  }

  p,
  .p {

    font-size: 15px;
  }


  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}
/* *********************************************** */
/* Footer Code start */
/* *********************************************** */

.footer {
  background: var(--black); /* solid black background */
  color: var(--white);
}

.footer .btn.btn-link {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--white);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
}

.footer p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--white);
}

.footer p i {
  margin-right: 10px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
  color: var(--primary);
}

.footer h5 {
  font-weight: 600;
  color: var(--white);
}

.footer h6.fw-bold {
  font-size: 1rem;
  color: var(--white);
}

.footer small {
  font-size: 0.85rem;
  color: var(--gray-medium);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: var(--white);
}

.footer .copyright a {
  color: var(--primary);
}

.footer .copyright a:hover {
  color: var(--white);
}

.btn-outline-light {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
}

.btn-outline-light:hover {
  color: var(--black);
  background: var(--primary);
  border-color: var(--primary);
}

.footer-logo img {
  margin-left: 0;
}

.footer-flag {
  width: 25px;
  height: auto;
}
/* *********************************************** */
/* Footer Code END */
/* *********************************************** */
.navbar-brand {
  position: relative;
  display: block;
  min-width: 250px;
  height: 50px;
}
.navbar-brand img {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: auto;
}
.logo-scrolled { opacity: 0; visibility: hidden; }
.scrolled-solid .logo-default { opacity: 0; visibility: hidden; }
.scrolled-solid .logo-scrolled { opacity: 1; visibility: visible; }
.navbar-brand img { transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 3px;
}
.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 30px 0;
  color: var(--dark);
  font-weight: 500;
  text-transform: normal;
  outline: none;
	font-size:17px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar.sticky-top { top: -100px; transition: 0.5s; }

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.mega-dropdown {
  min-width: 650px;
  padding: 0.5rem !important;
  background: linear-gradient(135deg, #2E3B00 0%, #1A2300 50%, #0A0D00 100%);
  border-radius: 20px;
 box-shadow:
  0 4px 10px rgba(10, 13, 0, 0.5),
  0 12px 30px rgba(46, 59, 0, 0.4);

  margin-left: -15rem !important;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.dropdown:hover .mega-dropdown {
  visibility: visible;
  transform: translateY(0);
}
.mega-dropdown .dropdown-item {
  white-space: normal;
  word-break: break-word;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: transparent;
  color: var(--white) !important;
}
.mega-dropdown .dropdown-item:hover {
  color: #000 !important;
  background: var(--primary);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.mega-dropdown .dropdown-item.active img,
.mega-dropdown .dropdown-item:hover img {
  filter: brightness(0) invert(1);
}
@keyframes dropdownFade {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.dropdown:hover .mega-dropdown { animation: dropdownFade 0.4s ease forwards; }

.navbar.bg-white { box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08); }
nav.start-clear { background: transparent; transition: background 0.25s ease, box-shadow 0.25s ease !important; }
nav.scrolled-solid { background: var(--white); }
nav.start-clear .navbar-nav .nav-link { color: var(--white) !important; }
nav.start-clear .navbar-nav .nav-link:hover,
nav.start-clear .navbar-nav .nav-link.active { color: var(--primary) !important; }
nav.scrolled-solid .navbar-nav .nav-link { color: var(--black); }
nav.scrolled-solid .navbar-nav .nav-link:hover,
nav.scrolled-solid .navbar-nav .nav-link.active { color: var(--primary); }
.custom-toggler-icon { font-size: 1.5rem; transition: color 0.3s ease; }
nav.start-clear .custom-toggler-icon { color: var(--white); }
nav.scrolled-solid .custom-toggler-icon { color: var(--primary) !important; }
.custom-toggler-icon.active { color: var(--primary) !important; }
.navbar .nav-link.active {
  color: var(--primary) !important;
  font-weight: 700 !important;
  position: relative;
  transition: all 0.3s ease;
}
.navbar .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  margin-top: 3px;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.transparent-margin { margin-top: -6rem !important; }


@media(max-width: 767px)
{
	.navbar .nav-link.active::after{
		width: fit-content;
	}
	
	.navbar .navbar-nav .nav-link {
		padding: 15px 0;
	}
	
nav.start-clear {
    background: #212a00;
    transition: background 0.25s ease, box-shadow 0.25s ease !important;
}
}
@media (max-width: 768px) {
    .mega-dropdown {
    min-width: 100%;
    padding: 1rem;
    margin-left: 0 !important;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
     background: linear-gradient(135deg, #2E3B00 0%, #1A2300 50%, #0A0D00 100%);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
   box-shadow:
  0 4px 10px rgba(10, 13, 0, 0.5),
  0 12px 30px rgba(46, 59, 0, 0.4);

    position: relative;
    z-index: 9999;
  }

  .mega-dropdown::-webkit-scrollbar {
    width: 6px;
  }

  .mega-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .mega-dropdown::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
  }
	.navbar-brand img {
    transition: all 0.3s ease;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: auto;
}
	.navbar-brand {
  position: relative;
  display: block;
  min-width: 240px;
  height: 50px;
}
}
/* ************************* */
/* Navbar end */
/********************************/

/****************************************** */
/* HomePage Service Section GSAP */
/****************************************** */
.wrapper-lux7899 { position: relative; }
.stack-section-lux7899 {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
   min-height:100vh;
}
.stack-box-lux7899 {
  background-image: url('/wp-content/uploads/2026/03/hero-back.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 60px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.5rem;
  transition: all 0.4s ease;
}
.stack-box-lux7899:hover {

  transform: scale(1.02);
}
.text-lux7899, .image-lux7899 {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
 
}
.text-lux7899 { min-height: 300px; }
.text-lux7899 h3 {
  font-size:32px;
  color: var(--white);
  margin-bottom: 1rem;
	text-align: start;
	font-weight:600;
}
@keyframes heading-glow-lux7899 {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.text-lux7899 p { color: var(--white) !important; }
.image-lux7899 img {
  width: 80%;
  border-radius: 20px;
  border: 2px solid rgba(46, 59, 0, 0.6);
  box-shadow: 0 0 20px var(--video-overlay),
              0 0 40px var(--video-overlay),
              0 0 60px var(--video-overlay);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
	margin: 0 auto;
}
.image-lux7899 img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px var(--video-overlay),
              0 0 40px var(--video-overlay),
              0 0 60px var(--video-overlay);
}
.features-list-lux7899 {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.features-list-lux7899 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #e8ffe8;
}
.features-list-lux7899 li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
  background: var(--white);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tick-glow-lux7899 2s linear infinite alternate;
}
@keyframes tick-glow-lux7899 {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#sec1-lux7899 { z-index: 1; }
#sec2-lux7899 { z-index: 2; }
#sec3-lux7899 { z-index: 3; }
#sec4-lux7899 { z-index: 4; }
#sec5-lux7899 { z-index: 5; }
#sec6-lux7899 { z-index: 6; }
.btn-service {
  
  max-width: 200px;
  height: 55px;
  border-radius: 42px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  background-color: var(--primary);
  color:#fff;
	text-transform: capitalize;
}

.btn-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--white);
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-service:hover::before {
  height: 100%;
}

.btn-service:hover {
  transform: translateY(-3px);
  color: var(--black);
}

/*******************/
/** Engaement model start**/
/*******************/
/* ---------------------------------------------------
   1. COLOR SCHEME & GLOBAL SECTION STYLE
   --------------------------------------------------- */
.engagement-model-section {
  background-color: var(--white) !important;
  --glass-bg: var(--white);
  --glass-border: var(--gray-border);
  --text: var(--text-dark);
  --muted: var(--text-light);
  --accent-neon: var(--primary);
}

.engagement-model-section .section-title {
  color: var(--primary);
}

.engagement-model-section .section-title-3 {
  color: var(--text-dark) !important;
}

/* ---------------------------------------------------
   2. GLASS BOX UTILITY
   --------------------------------------------------- */
.engagement-model-section .glass-box {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* ---------------------------------------------------
   3. DESKTOP TAB STYLES
   --------------------------------------------------- */

/* Left Column: Tab Navigation */
.engagement-model-section .service-nav-column .nav-pills .nav-link {
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
  width: 100%;
  text-align: left;
  color: var(--text);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* Spotlight Effect */
.engagement-model-section .service-nav-column .nav-pills .nav-link::before {
  content: '';
  position: absolute;
  left: var(--mouse-x);
  top: var(--mouse-y);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(174, 225, 0, 0.2) 0%, transparent 60%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transition: width 0.4s ease-out, height 0.4s ease-out;
  z-index: 1;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link:not(.active):hover::before {
  width: 350px;
  height: 350px;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link .tab-button-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link i {
  font-size: 1.5rem;
  color: var(--gray-dark);
  transition: all 0.3s ease;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link .tab-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link .tab-text strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link .tab-text small {
  font-size: 0.875rem;
  color: var(--text-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Modern Hover Effect */
.engagement-model-section .service-nav-column .nav-pills .nav-link:not(.active):hover {
  transform: translateY(-5px) scale(1.02);
  border-color: var(--primary);
  box-shadow: 0 10px 20px rgba(174, 225, 0, 0.15);
}

/* Active Tab Style */
.engagement-model-section .service-nav-column .nav-pills .nav-link.active {
  background-image: linear-gradient(100deg, var(--primary), #89b100);
  color: var(--black);
  border-color: transparent;
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(174, 225, 0, 0.3);
}

.engagement-model-section .service-nav-column .nav-pills .nav-link.active::before {
  width: 0;
  height: 0;
}

.engagement-model-section .service-nav-column .nav-pills .nav-link.active .tab-text strong,
.engagement-model-section .service-nav-column .nav-pills .nav-link.active .tab-text small,
.engagement-model-section .service-nav-column .nav-pills .nav-link.active i {
  color: var(--black) !important;
}

/* ---------------------------------------------------
   4. RIGHT COLUMN CONTENT
   --------------------------------------------------- */
.engagement-model-section .service-content-column {
  border-radius: 1.5rem;
  padding: 40px 25px 40px 25px;
  height: 100%;
}

.engagement-model-section .tab-pane.fade {
  transition: opacity .3s ease-in-out;
}

.engagement-model-section .tab-pane.fade .tab-pane-content {
  opacity: 0;
}

.engagement-model-section .tab-pane.fade.show .tab-pane-content {
  animation: fadeInContent 0.5s ease-out 0.15s 1 forwards;
}

@keyframes fadeInContent {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.engagement-model-section .tab-pane-content .content-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--light);
  border: 1px solid var(--gray-border);
}

.engagement-model-section .tab-pane-content .content-icon i {
  font-size: 1.5rem;
  color: var(--primary);
}

.engagement-model-section .tab-pane-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin-bottom: 0.5rem;
}

.engagement-model-section .tab-pane-content .text-muted-custom {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.engagement-model-section .tab-pane-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.engagement-model-section .tab-pane-content .feature-list li {
  display: flex;
  align-items: start;
  gap: 1rem;
  font-size: 1rem;
  color: var(--text-dark);
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  background: var(--light);
}

.engagement-model-section .tab-pane-content .feature-list .tick-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
}

.engagement-model-section .tab-pane-content .feature-list .tick-icon i {
  font-size: 1rem;
  font-weight: bold;
}

/* ---------------------------------------------------
   5. BUTTON STYLES
   --------------------------------------------------- */
.engagement-model-section .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--black);
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.engagement-model-section .btn-primary:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

/* ---------------------------------------------------
   6. MOBILE ACCORDION STYLES
   --------------------------------------------------- */
.engagement-model-section .service-component-mobile .accordion,
.engagement-model-section .service-component-mobile .accordion-item {
  background: transparent;
  border: none;
}

.engagement-model-section .service-component-mobile .accordion-item {
  margin-bottom: 1rem;
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: 1rem;
  overflow: hidden;
}

.engagement-model-section .service-component-mobile .accordion-header {
  border: none;
  outline: none;
}

.engagement-model-section .service-component-mobile .accordion-button {
  padding: 1.25rem;
  color: var(--text-dark);
  text-decoration: none;
  display: block;
  width: 100%;
  background: var(--white);
  border: none;
  box-shadow: none;
}

.engagement-model-section .service-component-mobile .accordion-button::after {
  display: none;
}

.engagement-model-section .service-component-mobile .accordion-button:not(.collapsed) {
  background-image: linear-gradient(to right, var(--primary), #89b100);
  color: var(--black);
  box-shadow: 0 5px 15px rgba(174, 225, 0, 0.3);
}

.engagement-model-section .service-component-mobile .accordion-button:not(.collapsed) .tab-text strong,
.engagement-model-section .service-component-mobile .accordion-button:not(.collapsed) .tab-text small,
.engagement-model-section .service-component-mobile .accordion-button:not(.collapsed) i {
  color: var(--black) !important;
}

.engagement-model-section .service-component-mobile .tab-button-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.engagement-model-section .service-component-mobile .tab-button-content i {
  font-size: 1.5rem;
  color: var(--gray-dark);
}

.engagement-model-section .service-component-mobile .tab-button-content .tab-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
  min-width: 0;
}

.engagement-model-section .service-component-mobile .tab-button-content .tab-text strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.engagement-model-section .service-component-mobile .tab-button-content .tab-text small {
  font-size: 0.875rem;
  color: var(--text-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.engagement-model-section .service-component-mobile .accordion-body {
  border-top: 1px solid var(--gray-border);
  background-color: var(--white);
}

/* ---------------------------------------------------
   7. RESPONSIVE MEDIA QUERIES
   --------------------------------------------------- */
@media (max-width: 991.98px) {
  .engagement-model-section .tab-pane-content h2 {
    font-size: 1.75rem;
  }
  .engagement-model-section .tab-pane-content .feature-list li {
    font-size: 0.95rem;
  }
  .engagement-model-section .service-content-column {
    padding: 1.5rem;
  }
}
/* **************************************** */
/* About Us Home Page Section Colors */
/* **************************************** */
.about-home-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--white) !important;
  color: var(--text-dark);
}

/* Grid background updated to light color */
/* **************************************** */
/* About Us Home Page Section - Clean Version */
/* **************************************** */
.about-home-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--white); 
  color: var(--text-dark);
}

/* Grid Background Removed */
.about-home-section .grid-background {
  display: none;
}

/* Very subtle decorative orbs */
.about-home-section .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}



/* Typography */
.about-home-section .section-title {
  color: var(--primary);
 
  margin-bottom: 1rem;
}

.about-home-section .section-title-2 {
  color: var(--text-dark) !important;
  
  margin-bottom: 1.5rem;
}

.about-home-section .about-height {
  color: var(--text-light);
  line-height: 1.8 !important;
}

/* Custom Corner Radius */
.about-home-section .corner-radius-custom {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

/* Button */
.about-home-section .btn-outline-body {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--text-dark);
  padding: 0.8rem 2.2rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s ease;
}

.about-home-section .btn-outline-body:hover {
  background: var(--primary);
  color: var(--black);
  transform: translateY(-3px);
}

/* Stats Card - Clean White */
.about-home-section .stats-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  padding: 2.5rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Simple Hover (No Icon Color Change) */
.about-home-section .stats-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-home-section .icon-container {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light); /* Standard light bg */
  border-radius: 50%;
}

.about-home-section .icon-container i {
  font-size: 1.5rem;
  color: var(--primary); /* Always primary color */
}

/* Keep icon color same on hover */
.about-home-section .stats-card:hover .icon-container {
  background: var(--light); 
}

.about-home-section .stats-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}

.about-home-section .stats-number h2 {
  color: var(--text-dark);
  margin: 0;
}

.about-home-section .stats-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about-counters {
  display: flex !important;
  gap: 2px !important;
}
/* **************************************** */
/* About Us Home Page Section Colors */
/* **************************************** */
/* **************************************** */
/* Why Choose Us Section on Home Page  */
/* **************************************** */

.why-chooseus-section {
  position: relative;
  overflow: hidden;
  background: #ffffff; /* changed from black to white */
  color: #252525; /* dark text on white background */
}
.why-chooseus-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.why-chooseus-subtitle{
	color:var(--primary);
}
.why-chooseus-text {
  flex: 1;
}

.why-chooseus-description {
  color: #252525; /* dark text */
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.why-chooseus-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.why-chooseus-feature {
  background: rgba(174, 225, 0, 0.08); /* light green #AEE100 */
  border: 1px solid #14A800; /* border green */
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

.why-chooseus-feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(174, 225, 0, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.why-chooseus-feature:hover::before {
  opacity: 1;
}

.why-chooseus-feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(174, 225, 0, 0.2);
}

.why-chooseus-icon {
  font-size: 30px;
  color: #14A800; /* your green accent */
  margin-bottom: 10px;
}

.why-chooseus-feature h4 {
  color: #252525; /* dark text */
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-chooseus-feature p {
  color: #6b6b6b; /* muted gray for readability */
  font-size: 15px;
  line-height: 1.7;
}
/* **************************************** */
/* Why Choose Us Section on Home Page  */
/* **************************************** */
/* ********************************************* */
/* Home Hero Section Variables & Main Styles */
/* ********************************************* */

.hero-techsinc-slider-section {
    background: radial-gradient(circle at center, #252d0a 0%, #1e230b 100%);
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.hero-techsinc-hero {
  width: 100%;
  height: 90vh;
}

.hero-techsinc-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Content & Animation */
.hero-techsinc-content {
  text-align: center;
  z-index: 99;
  opacity: 0;
  position: relative;
  width: 90%;
  max-width: 850px;
}

.owl-item.active .hero-techsinc-content {
  animation: fadeInUp-Hero 1.2s ease forwards;
}

@keyframes fadeInUp-Hero {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Typography */
.hero-techsinc-content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.hero-techsinc-highlight {
  color: var(--primary) !important;
}

.hero-techsinc-subtitle {
  margin-top: 20px;
  font-size: 1.2rem;
  opacity: 0.9;
  color: #ffffff;
}

/* Button with Hover Effect */
.btn-primary-hero {
  display: inline-block;
  padding: 14px 35px;
  background-color: var(--primary);
  color:#fff;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary-hero:hover {
  background-color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* ********************************************* */
/* Network Background (Dots & Lines) */
/* ********************************************* */
.hero-techsinc-network-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-techsinc-node {
  position: absolute;
  width: 5px; height: 5px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary);
  animation: floatNode 6s ease-in-out infinite;
}

.hero-techsinc-connection {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.2;
}

@keyframes floatNode {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(-25px); opacity: 0.2; }
}

/* Slider Dots Navigation */
.hero-techsinc-hero .owl-dots {
  position: absolute !important;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 100;
}

.hero-techsinc-hero .owl-dot span {
  width: 12px !important; height: 12px !important;
  background: rgba(255,255,255,0.4) !important;
  transition: 0.3s;
}

.hero-techsinc-hero .owl-dot.active span {
  background: var(--primary) !important;
  width: 30px !important;
  border-radius: 10px;
}

/* ********************************************* */
/* Responsive Logic (Hide/Show) */
/* ********************************************* */

/* Default: Hide Mobile Hero on Desktop */
.hero-banner-mobile {
  display: none;
}

@media (max-width: 767px) {
  /* Hide Desktop Slider */
  .hero-techsinc-slider-section {
    display: none !important;
  }

  /* Show Mobile Hero */
  .hero-banner-mobile {
    display: block;
    background: #2A3408;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
  }

  .hero-banner-mobile h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .text-primary-mobile {
    color: var(--primary);
  }
}
.hero-btn {
  flex: 1;
  max-width: 200px;
  height: 55px;
  border-radius: 42px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  border: none;
  cursor: pointer;
  white-space: nowrap;
	text-transform: capitalize;
}
.hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero-btn:hover::before { height: 100%; }
.hero-btn:hover { transform: translateY(-3px); }
.btn-primary-custom { background-color: var(--primary); color:#fff; }
.btn-primary-custom::before { background-color: var(--white); }
.btn-primary-custom:hover { color: var(--black); }
.btn-secondary-custom {    background-color: transparent;
    border: 1px solid white;
    color: var(--white); }
.btn-secondary-custom::before { background-color: var(--black); }
.btn-secondary-custom:hover { color: var(--white); }
@keyframes floatAnimation {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}