/********** Template CSS **********/
:root {
  --primary: #AEE100;
  --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);
}

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

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

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

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

/* Typography */
h1, .h1 {
  font-weight: 700 !important;
  font-size: 46px !important;
  line-height: 58px !important;
 
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif !important;
}

h2, .h2 {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 100%;
 
  text-align: start;
  vertical-align: middle;
  text-transform: normal;
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif !important;
}
h3, .h3 {
  font-weight: 600 !important;
  font-size: 28px !important;
  text-transform: normal;
  color: var(--text-dark);
  font-family: 'Poppins', sans-serif !important;
}

h4, .h4, .fw-medium,
h5, h6, .h5, .h6, .fw-normal,
p, .p, ul, li {
  font-family: 'Poppins', sans-serif !important;
}

p, .p {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-light);
  line-height: 30px;
  letter-spacing: 0%;
}

figure { margin: 0; }
img { max-width: 100%; }

a {
  text-decoration: none;
}
a:hover, 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%;
  object-fit: cover;
  transform-origin: left;
}

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

/* Back to Top */
.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;
}

/* Buttons */
.btn {
  font-weight: 500;
  transition: 0.5s;
}
.btn.btn-primary {
  color: var(--black);
  background-color: var(--primary);
  border-radius: 42px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif !important;
}
.btn-secondary {
  color: var(--black);
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--white);
  font-weight: 600 !important;
  border-color: var(--white);
}
.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--black);
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border: none !important;
}
.btn-square { width: 38px; height: 38px; }
.btn-sm-square { width: 32px; height: 32px; }
.btn-lg-square { width: 48px; height: 48px; }

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

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

/* Title with underline */
.section-title-2, .section-title-3 {
  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 {
  text-align: center;
}
.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
}

/****************************************** */
/* Process hover section */
/****************************************** */
.process-background{
	padding-top:40px;
}
.process-main-title {
  font-family: 'Volkhov', serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -3px;
  color: var(--text-dark);
  margin-bottom: 24px;
}
.process-main-description {
  
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 90%;
}
.process-item-title {
 

 
  color: var(--text-dark);
  margin: 0;
  transition: color 0.5s ease;
}
.process-item-description {
 
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--text-light);
  padding-bottom: 32px;
  opacity: 0;
  transition: opacity 0.6s ease 0.2s;
}
.process-sticky-content {
  position: sticky;
  top: 100px;
  height: fit-content;
}
.process-item-wrapper {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-border);
}
.process-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  transition: opacity 0.3s ease;
}
.process-arrow-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), fill 0.3s ease;
}
.process-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
  opacity: 0;
}
.process-content-inner { overflow: hidden; min-height: 0; }
.process-item-images {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-top: 10px;
}
.process-thumbnail {
  width: 126px;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease 0.1s, transform 0.6s ease 0.1s;
}
.process-item-wrapper.active .process-content-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
}
.process-item-wrapper.active .process-arrow-icon {
  transform: rotate(-50deg);
}
.process-item-wrapper.active .process-arrow-icon path { fill: var(--black); }
.process-item-wrapper.active .process-thumbnail,
.process-item-wrapper.active .process-item-description {
  opacity: 1;
  transform: translateY(0);
}

/****************************************** */
/* Blogs section */
/****************************************** */
.news-section { padding: 40px 0 50px; }
.news-header { text-align: center; margin-bottom: 3rem; }
.news-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}
.news-card-inner img { transition: transform 0.5s ease-out; }
.news-card:hover .news-card-inner img {
  transform: scale(1.03) rotateZ(1deg) translateY(-3px);
  border-radius: 30px;
}
.news-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 30px;
}
.news-title {
 
  margin-top: 1rem;
  text-align: left;
  transition: color 0.3s;
}
.news-card:hover .news-title { color: var(--primary); }
.news-card::before, .news-card::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0f8f00;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}

/****************************************** */
/* Hero Section */
/****************************************** */
.hero-section {
  padding-top: 161px !important;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url('/wp-content/uploads/2026/01/hero-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
}
.hero-small-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}
/* .hero-main-heading {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;

  color: var(--white);
  margin-bottom: 30px;
  min-height: 160px;
} */

.hero-main-heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    /* letter-spacing: -4px; */
    color: var(--white);
    margin-bottom: 30px;
/*     min-height: 160px; */
}

.hero-description-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #cdcdcd;
  margin-bottom: 40px;
  max-width: 545px;
}
.hero-cta-container {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
}
.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: var(--black); }
.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); }
}
.hero-img-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-static-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  animation: floatAnimation 4s ease-in-out infinite;
}
.typed-cursor { color: var(--primary); }

/****************************************** */
/* Case study project section */
/****************************************** */
.slider-section {
  background-image: url('/wp-content/uploads/2026/01/hero-back.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16.795px;
  color: var(--accent-red);
  text-align: center;
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Volkhov', serif;
  font-weight: 700;
  font-size: 46.652px;
  color: var(--white);
  text-align: center;
  margin-bottom: 64px;
  text-transform: capitalize;
  line-height: 1.2;
}
.slider-container { position: relative; z-index: 1; }
.slider-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 0 40px;
}
.slider-track {
  display: flex;
  gap: 32px;
  animation: scroll 70s linear infinite;
  width: fit-content;
}
.slider-track:hover { animation-play-state: paused; }
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.project-card {
  position: relative;
  width: 368px;
  height: 410px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.project-card:hover { transform: translateY(-8px); }
.project-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card:hover .project-card-overlay { opacity: 1; }
.view-project-button {
  background-color: #d02424;
  color: var(--white);
  
  font-weight: 500;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 42px;
  border: none;
  box-shadow: 0px 20px 35px 0px var(--shadow-color);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.view-project-button:hover {
  background-color: var(--accent-red);
  transform: scale(1.05);
  box-shadow: 0px 25px 45px 0px rgba(241, 165, 1, 0.25);
}

/****************************************** */
/* FAQs section */
/****************************************** */
.section-subtitle {
  
  font-weight: 600;
  font-size: 16.8px;
  color: var(--accent-blue);
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-title {
 
  font-weight: 700;
  font-size: 46.6px;
  color: #14183e;
  text-align: center;
  margin-bottom: 39px;
  text-transform: capitalize;
  line-height: 1.2;
}
.faq-list { list-style: none; padding: 0; margin: 0; }
.faq-item { border-bottom: 1px solid var(--gray-dark); overflow: hidden; }
.faq-item:first-child { border-top: 1px solid var(--gray-dark); }
.faq-question-wrapper {
  display: flex;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-number {
 
  font-weight: 600;
  font-size: 28px !important;
  color: var(--accent-dark-blue);
  min-width: 41px;
  text-align: center;
  margin-right: 50px;
  flex-shrink: 0;
}
.faq-question {
  font-weight: 600;
  font-size: 28px;
  color: var(--black);
  flex-grow: 1;
  margin: 0;
  line-height: 1.2;
}
.faq-toggle-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-toggle-icon::before, .faq-toggle-icon::after {
  content: '';
  position: absolute;
  background-color: var(--accent-dark-blue);
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.faq-toggle-icon::before { width: 24px; height: 4px; }
.faq-toggle-icon::after { width: 4px; height: 24px; transform: rotate(0deg); }
.faq-item.active .faq-toggle-icon::after { transform: rotate(90deg); }
.faq-answer {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #7b7b7b;
  line-height: 1.89;
  padding: 0 0 0 121px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, padding 0.4s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 28px;
}

/****************************************** */
/* Client slider section */
/****************************************** */
.client-background {
  background-image: url('/wp-content/uploads/2026/01/client-back.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.client-loop-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 46.652px;
  line-height: 1.35;
  text-align: center;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.client-loop-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16.795px;
  line-height: normal;
  text-align: center;
  color: var(--white);
  max-width: 525px;
  margin: 0 auto 41px;
}
.client-loop-btn-wrap { text-align: center; margin-bottom: 81px; }
.client-loop-btn {
  display: inline-block;
  padding: 18px 50px;
  background: var(--primary);
  border-radius: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: var(--black);
  text-decoration: none;
  box-shadow: 0px 20px 35px 0px var(--shadow-color);
  transition: all 0.3s ease;
}
.client-loop-btn:hover {
  background: #9FD100;
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0px 25px 40px 0px rgba(241, 165, 1, 0.25);
}
.client-loop-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  z-index: 2;
}
.client-loop-track {
  display: flex;
  gap: 26px;
  padding: 0 20px;
  animation: client-loop-scroll 30s linear infinite;
}
.client-loop-track:hover { animation-play-state: paused; }
@keyframes client-loop-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-376px * 4)); }
}
.client-loop-card {
  flex: 0 0 350px;
  width: 350px;
  background: var(--card-bg);
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 29px 20px 30px;
  position: relative;
  margin-top: 29px;
}
.client-loop-img-wrap {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
}
.client-loop-img-bg {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #D9D9D9;
  border-radius: 50%;
}
.client-loop-img {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.client-loop-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.41435;
  text-align: center;
  color: var(--white);
  margin: 45px 0 8px;
  white-space: nowrap;
}
.client-loop-role {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.41435;
  text-align: center;
  color: #D3D3D3;
  margin-bottom: 17px;
  white-space: nowrap;
}
.client-loop-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.41435;
  text-align: center;
  color: #E5E5E5;
  min-height: 103px;
}

/****************************************** */
/* Youtube video section */
/****************************************** */
.video-player-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer;
}
.video-container img, .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  object-fit: cover;
}
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
}
.play-button-overlay:hover { transform: translate(-50%, -50%) scale(1.1); }
.semi-transparent-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  height: 105px;
}
.play-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}

/****************************************** */
/* Left content section on home */
/****************************************** */
.th-section {padding: 70px 0 40px 0px; }
.th-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.th-heading {
  color: var(--text-dark);
  
  line-height: 56px;
  
  margin-bottom: 40px;
	text-align: start;
}
.th-text {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  max-width: 560px;
}
.th-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.th-image {
  width: 100%;
  max-width: 500px;
  height:500px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/****************************************** */
/* 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/01/hero-back.png');
  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: var(--black);
	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);
}


/****************************************** */
/* Navbar */
/****************************************** */
/* Navbar icons in serives dropdown */
/* .icon-mega {
    color: var(--primary);
    min-width: 30px; 
    text-align: center;
}
.icon-mega:hover {
    color: #ffffff; 
} */
.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: 50px;
  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;
  }
}

/* =======================
  footer Start 
======================= */
    /* =======================
       Footer Styling
    ======================= */
    /* Add this to your <style> section */
.load-more-btn i {
    transition: transform 0.3s ease;
}
.is-open i {
    transform: rotate(180deg);
}
   .footer-growth {
            background: #000;
            color: #fff;
            width: 100%;
            padding-top: 60px;
        }

       

        .footer-top {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
            gap: 40px;
            padding-bottom: 50px;
        }

        /* --- Social Icons Circle Style --- */
        .social-footer {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .social-footer .btn-social {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50% !important; 
            border: 1px solid rgba(255,255,255,0.3);
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .social-footer .btn-social:hover {
            background-color: var(--primary);
            border-color: var(--primary);
            color: #000;
            transform: translateY(-3px);
        }

        /* --- Columns Styling --- */
        .footer-brand img {
            max-width: 180px;
        }

        .footer-brand p {
            margin-top: 15px;
            font-size: 15px;
            line-height: 1.6;
            color: #cdcdcd;
        }

        .footer-col h4 {
            color: #fff;
            font-size: 19px;
            margin-bottom: 25px;
            font-weight: 600;
            position: relative;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-col ul li {
            margin-bottom: 12px;
        }

        .footer-col ul li a {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            color: var(--text-gray);
            text-decoration: none;
            transition: 0.3s;
        }

        .footer-col ul li a:hover {
            color: var(--primary);
            padding-left: 5px;
        }

        .footer-col ul li a i {
            font-size: 11px;
            color: #fff;
        }

        /* --- Load More Logic --- */
        .extra-item {
            display: none; /* Hidden by default */
        }

        .load-more-btn {
            background: none;
            border: none;
            color: var(--primary);
            font-weight: 600;
            cursor: pointer;
            padding: 0;
            margin-top: 8px;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: 0.2s;
        }

        .load-more-btn:hover {
            text-decoration: none;
            opacity: 1;
        }

        /* --- Contact Section --- */
        .footer-contact li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
        }

        .footer-contact i {
            color: var(--primary);
            font-size: 18px;
        }

        /* --- Footer Bottom --- */
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 25px 0;
            text-align: center;
            font-size: 14px;
        }

        .footer-bottom span a {
            color: var(--primary);
            text-decoration: none;
        }
    

/****************************************** */
/* Tablet Media Query (max-width: 1024px) */
/****************************************** */
@media (max-width: 1024px) {
  /* Global Fonts */
  h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 24px !important; }
  p, .p { font-size: 15px; }
  .section-title-2::after,
  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
  
  /* Process Section */
	.process-background{ padding-top:0px !important; }
  .process-background h2 { font-size: 26px; letter-spacing: -2px; text-align:center; }
  .process-item-title { font-size: 24px !important; }
  .process-sticky-content { position: relative; top: 0; 
	  text-align: center; }
	.process-item-header{
		padding:10px 0;
	}
	.process-arrow-icon{
		width: 38px;
    height: 38px;
	}
  
  /* Case Study */
  .decorative-circles-top { right: -200px; }
  .decorative-circles-bottom { left: -450px; }
  .section-title { font-size: 38px; margin-bottom: 50px; }
  .project-card { width: 320px; height: 360px; }
  
  /* FAQs */
  .faq-container { max-width: 100%; padding: 0 40px; }
  .section-title { font-size: 38px; }
  .faq-question { font-size: 24px; }
  .faq-number { font-size: 24px; margin-right: 60px; }
  .faq-answer { font-size: 18px; padding-left: 101px; }
  
  /* Client Slider */
  .client-loop-title { font-size: 38px; }
  .client-loop-subtitle { font-size: 15px; max-width: 450px; }
  .client-loop-btn { font-size: 16px; padding: 16px 40px; }
  
  /* Left Content Section */
  .th-section { padding: 80px 0; }
  .th-heading { font-size: 64px; line-height: 70px; letter-spacing: -2.56px; }
  .th-text { font-size: 15px; line-height: 28px; }
  
  /* Video Player */
  .play-button-overlay { width: 85px; height: 85px; }
  .semi-transparent-circle { width: 85px; height: 85px; }
  .play-icon-wrapper { width: 42px; height: 42px; }
}

/****************************************** */
/* Mobile Media Query (max-width: 768px) */
/****************************************** */
@media (max-width: 768px) {
  /* Global Fonts */
  h1, .h1 { font-size: 35px !important;
	line-height:55px !important;}
  h2, .h2 { font-size: 30px !important;
	line-height:38px !important;}
	 h3, .h3 { font-size: 24px !important;
	line-height:32px !important;}
  p, .p { font-size: 15px; }
  .section-title-2::after,
  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
  
  /* Hero Section */
  .hero-section { text-align: center; padding: 40px 0; }
  .hero-description-text { margin: 0 auto 40px auto; }
  .hero-cta-container { justify-content: center; margin-bottom: 60px; }
  .hero-main-heading { min-height: auto; font-size: 35px; line-height:55px;}
  .hero-btn { font-size: 13px; }
  .hero-section { padding-left: 20px; padding-right: 20px; }
   /* Navbar	 */
	.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;
}
  
  /* Process Section */
  .process-main-title { font-size: 42px; }
  .process-thumbnail { width: calc(33.33% - 10px); height: auto; aspect-ratio: 126/82; }
  .process-item-images { flex-wrap: wrap; }
  
  /* Case Study */
	.slider-section { padding: 50px 10px 80px 10px;} 
  .section-title { font-size: 32px; padding: 0 20px; margin-bottom: 40px; }
  .section-subtitle { font-size: 14px; }
  .project-card { width: 280px; height: 320px; }
  .slider-track { gap: 20px; }
  
  /* FAQs */
  .section-title { font-size: 32px; }
  .faq-question { font-size: 20px; }
  .faq-number { font-size: 20px; margin-right: 30px; min-width: 35px; }
  .faq-answer { font-size: 16px; padding-left: 65px; }
  .faq-toggle-icon { width: 36px; height: 36px; }
  .faq-toggle-icon::before { width: 18px; height: 3px; }
  .faq-toggle-icon::after { width: 3px; height: 18px; }
   .text-lux7899 h3{
		font-size: 22px !important;
	}
  
  /* Client Slider */
  .client-loop-section { min-height: auto; padding: 40px 0 60px; }
  .client-loop-title { font-size: 32px; padding: 0 20px; }
  .client-loop-subtitle { font-size: 14px; max-width: 90%; padding: 0 20px; }
  .client-loop-btn-wrap { margin-bottom: 60px; }
  .client-loop-btn { font-size: 15px; padding: 14px 35px; }
  .client-loop-track { gap: 20px; }
  .client-loop-card { flex: 0 0 300px; width: 300px; }
  @keyframes client-loop-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-320px * 4)); }
  }
  
  /* Video Player */
  .play-button-overlay { width: 70px; height: 70px; }
  .semi-transparent-circle { width: 70px; height: 70px; }
  .play-icon-wrapper { width: 35px; height: 35px; }
  
  /* Left Content Section */
  .th-heading {
    font-size: 52px;
    line-height: 58px;
    letter-spacing: -2.08px;
    text-align: center;
	  text-transform: capitalize;
  }
  .th-text { max-width: none; text-align: center; margin: 0 auto 40px; }
  .th-image-wrapper { justify-content: center; }
  .th-section { padding: 60px 10px 30px 10px; }
  .th-heading { font-size: 42px; line-height: 48px; letter-spacing: -1.68px; margin-bottom:10px;}
  
  /* Service Section GSAP */
  .stack-box-lux7899 {
    flex-direction: column;
    text-align: start;
    padding: 40px 25px;
  }
  .text-lux7899, .image-lux7899 { flex: 1 1 100%; }
  .text-lux7899 h2 { font-size: 1.7rem;}
  
  /* Additional Mobile Styles for Client Slider */
  .client-loop-title { font-size: 28px; }
  .client-loop-subtitle { font-size: 13px; }
  .client-loop-card { flex: 0 0 280px; width: 280px; }
  .client-loop-name { font-size: 18px; }
  .client-loop-role { font-size: 14px; }
  .client-loop-desc { font-size: 13px; }
	
/* 	Service g sap img */
	.image-lux7899 img {
		width: 100%;
		margin: 0 auto;
	}
  
  /* FAQs Additional Mobile */
  .faq-wrapper { padding: 40px 0 60px; }
  .section-subtitle { font-size: 14px; }
  .section-title { font-size: 28px; margin-bottom: 30px; }
  .faq-question { font-size: 18px; }
  .faq-number { font-size: 18px; margin-right: 20px; min-width: 30px; }
  .faq-answer { font-size: 16px; padding-left: 50px; line-height: 1.7; }
  .faq-question-wrapper { padding: 20px 0; }
  
  /* Case Study Additional Mobile */

  .section-title { font-size: 28px; }
  .project-card { width: 260px; height: 300px; }
  .view-project-button { font-size: 13px; padding: 10px 20px; }
	.client-background{
		padding-left:10px;
		padding-right:10px;
	}
  
  /* Footer Media Queries */
  .footer-growth-top {
    grid-template-columns: 1fr 1fr;
    padding: 60px 40px 30px;
  }

  

  .footer-growth-middle {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 40px;
  }
  
  @media (max-width: 576px) {
    .footer-growth-top {
      grid-template-columns: 1fr;
      padding: 50px 20px;
/*       text-align: center; */
    }
    
    .footer-growth-col ul li a {
      justify-content: start;
    }

    .footer-growth-middle {
      grid-template-columns: 1fr;
      padding: 25px 20px;
    }

    .footer-growth-info {
      justify-content: center;
      text-align: center;
      flex-direction: column;
      align-items: center;
      gap: 5px;
    }
    
    .footer-growth-info i {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .footer-growth-bottom {
      font-size: 14px;
    }
  }
}
 /* =======================
       Responsive
    ======================= */
    @media (max-width: 992px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 576px) {
      .footer-top {
        grid-template-columns: 1fr;
/*         text-align: center; */
      }

      .footer-col ul li a,
      .footer-contact li {
        justify-content: left;
      }

      .footer-brand p {
        margin-left: auto;
        margin-right: auto;
      }
    }

                            /*About us  */
        /* ================= Page Banner ================= */

        .page-banner {
            background-image: url('/wp-content/uploads/2026/01/Frame-2147226217.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden;
			margin-top: -6rem;
        }

        .page-banner-content {
            text-align: center;
            max-width: 1215px;
            margin: 0 auto;
        }

        .page-banner-title {
            font-size: 46px;
            font-weight: 700;
            line-height: 56px;
            
            color: #ffffff;
            margin-bottom: 26px;
			margin-top: 6rem;
        }

        .page-banner-text {
            font-size: 20px;
            font-weight: 500;
            line-height: 38px;
            color: #cdcdcd;
            margin-bottom: 46px !important;
            max-width: 1000px;
            margin: 0 auto;
        }

        .page-banner-actions {
            display: flex;
            justify-content: center;
            gap: 18px;
            flex-wrap: wrap;
        }
        .page-banner-btn-primary,
        .page-banner-btn-secondary {
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 225px;
            height: 59px;
            border-radius: 42px;
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0px 20px 35px rgba(0,0,0,0.15);
        }

        .page-banner-btn-primary::before,
        .page-banner-btn-secondary::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);
        }

        .page-banner-btn-primary:hover::before,
        .page-banner-btn-secondary:hover::before {
            height: 100%;
        }

        /* Primary Button */
        .page-banner-btn-primary {
            background-color: #aee100;
            color: #000;
            border: none;
        }

        .page-banner-btn-primary::before {
            background-color: #ffffff;
        }

        .page-banner-btn-primary:hover {
            transform: translateY(-3px);
            color: #000;
        }

        /* Secondary Button */
        .page-banner-btn-secondary {
            background-color: #fff;
            color: #000000;
			    display: none;
           
        }

        .page-banner-btn-secondary::before {
            background-color: #000000;
        }

        .page-banner-btn-secondary:hover {
            transform: translateY(-3px);
            color: #ffffff;
        }

        /* ================= Responsive ================= */

        @media (max-width: 768px) {
            .page-banner-title {
                font-size: 36px;
                line-height: 50px;
                letter-spacing: -1.5px;
            }

            .page-banner-text {
                font-size: 15px;
                line-height: 28px;
                margin-bottom: 36px;
            }

            .page-banner-actions {
                flex-direction: column;
                gap: 14px;
                align-items: center;
            }

            .page-banner-btn-primary,
            .page-banner-btn-secondary {
                width: 100%;
                max-width: 280px;
                height: 52px;
                font-size: 16px;
				margin: 0 auto;
            }
			.values-content{
				text-align: center;
			}
        }

/* End  */



/**************************  */
/*ABout us g sap animation start   */
/* ******************************** */
.about-section {
            overflow: hidden;
            background-image: url('/wp-content/uploads/2026/01/hero-back.png');
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            
        }

       
        .values-content {
            position: relative;
            z-index: 2;
        }

        .values-heading {
            font-size: 76px;
            font-weight: 600;
            line-height: 89px;
/*             letter-spacing: -3.04px; */
            color: white;
/*             margin-bottom: 25px; */
			text-align: start;
			text-transform: none;
        }

        .values-description {
            font-size: 16px;
            font-weight: 500;
            line-height: 30px;
            color: white;
            max-width: 654px;
            margin-bottom: 40px;
			color:#fff;
        }

        .values-description p {
            margin-bottom: 20px;
			color:#fff;
        }
        .awards-list {
            position: relative;
            z-index: 2;
        }

        .award-card {
            background-color: #151b00;
            border-radius: 20px;
            padding: 22px 18px;
            margin-bottom: 21px;
            display: flex;
            align-items: center;
            gap: 20px;
            height: 106px;
            /* GSAP will handle initial state, but we set opacity 0 for smooth load */
            opacity: 0; 
        }

        /* Specifically hide the 5th card so it only appears on scroll */
        .award-card.hidden-card {
            display: none;
        }

        .award-icon-wrapper {
            background-color: black;
            border-radius: 8px;
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            overflow: hidden;
        }

        .award-icon {
            width: 80%;
            height: 80%;
            object-fit: contain;
        }

        .award-content {
            flex: 1;
            color: white;
        }

        .award-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 32px;
            margin: 0 0 4px 0;
			color:#fff;
        }

        .award-subtitle {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            color: rgba(255, 255, 255, 0.9);
        }

        /* Responsive changes  tab... */
        @media (max-width: 1199px) {
            .values-heading { font-size: 60px; line-height: 70px; }
            .awards-list { margin-top: 40px; }
        }
/*       mobile   */
        @media (max-width: 768px) {
            .about-section { padding: 40px 0; }
            .values-heading { font-size: 36px; line-height: 44px; text-align:center; }
            .award-title { font-size: 18px; line-height: 24px; }
            .award-card { height: auto; min-height: 90px; }
			.values-description{
				text-align:center;
			}
        }

/**************************  */
/*ABout us g sap animation end    */
/* ******************************** */
/**************************  */
/*ABout us g sap animation end    */
/* ******************************** */
/* ********************* */
/* Niche-about start  */
/* ******************** */
        .niche-about {
            background-color: white;
            position: relative;
        }

        .niche-about .niche-about-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .niche-about .niche-about-heading {
            font-size: 46px;
            font-weight: 600;
            line-height: normal;
            color: black;
            text-transform: none;
            margin-bottom: 14px;
			text-align: center;
        }

        .niche-about .niche-about-subheading {
            font-size: 16.795px;
            font-weight: 500;
            line-height: normal;
            color: #7b7b7b;
            max-width: 460px;
            margin: 0 auto;
        }

        .niche-about .niche-about-cards {
            max-width: 1212px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .niche-about .niche-about-card {
            border-radius: 20px;
            padding: 32px;
            height: 328px;
            margin-bottom: 30px;
        }

        .niche-about .niche-about-card-lime {
            background-color: var(--primary);
            color: black;
        }

        .niche-about .niche-about-card-dark {
            background-color: #2e3b00;
            color: white;
        }

        .niche-about .niche-about-card-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 96.685%;
            margin-bottom: 20px;
            white-space: nowrap;
        }

        .niche-about .niche-about-card-description {
            font-size: 16px;
            font-weight: 500;
            line-height: 133.085%;
            margin-bottom: 36px;
        }

        .niche-about .niche-about-bullet-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .niche-about .niche-about-bullet-item {
            font-size: 16px;
            font-weight: 500;
            line-height: 133.085%;
            margin-bottom: 21px;
            padding-left: 24px;
            position: relative;
        }

        .niche-about .niche-about-bullet-item:last-child {
            margin-bottom: 0;
        }

        .niche-about .niche-about-bullet-item::before {
            content: '';
            position: absolute;
            left: 4px;
            top: 9px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: currentColor;
        }

        .niche-about .niche-about-card-lime .niche-about-bullet-item::before {
            background-color: black;
        }

        .niche-about .niche-about-card-dark .niche-about-bullet-item::before {
            background-color: white;
        }
        

        @media (max-width: 1199px) {
            .niche-about .niche-about-cards {
                max-width: 960px;
            }

            .niche-about .niche-about-card {
                height: auto;
                min-height: 328px;
            }
        }

        @media (max-width: 768px) {
           
            .niche-about .niche-about-header {
                margin-bottom: 20px;
            }

            .niche-about .niche-about-heading {
                font-size: 32px;
            }

            .niche-about .niche-about-subheading {
                font-size: 14px;
                max-width: 350px;
            }

            .niche-about .niche-about-card {
                height: auto;
                min-height: 280px;
                margin-bottom: 20px;
            }

            .niche-about .niche-about-card-title {
                font-size: 22px;
                white-space: normal;
            }

            .niche-about .niche-about-card-description {
                font-size: 15px;
                margin-bottom: 28px;
            }

            .niche-about .niche-about-bullet-item {
                font-size: 15px;
                margin-bottom: 18px;
            }
        }
/*  end*/


/* ********************* */
/* Portfolio -cards  */
/* ******************** */

.portfolio-cards-item {
    max-width: 616px;
    margin: auto;
}


.portfolio-cards-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
/*     box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
    transition: box-shadow 0.3s ease;
}

.portfolio-cards-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-cards-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-cards-item:hover .portfolio-cards-overlay {
    opacity: 1;
}

/* .portfolio-cards-item:hover .portfolio-cards-image-wrapper {
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
} */



.portfolio-cards-title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
	text-align: start;
}

.portfolio-cards-desc {
    font-size: 16px;
    color: #7b7b7b;
    margin-bottom: 20px;
}
/* End */
/* ===============================
   CASE STUDY
================================ */

.job-listing-case-heading{
  font-size:46px;
  font-weight:600;
  line-height:89px;
}

.job-listing-case-subheading{
  font-size:46px;
  font-weight:600;
  margin-top:48px;
  margin-bottom:12px;
	text-align: start;
}

.job-listing-case-text{
  font-size:16px;
  line-height:30px;
  color:#444;
  font-weight:500;
  margin-bottom:24px;
}

.job-listing-case-list{
  padding-left:18px;
  margin-top:12px;
}

.job-listing-case-list li{
  margin-bottom:8px;
  font-size:15px;
  color:#444;
}

.job-listing-case-meta{
  margin-top:32px;
}

.job-listing-case-meta strong{
  display:block;
  font-size:14px;
  color:#111;
}

.job-listing-case-meta span{
  font-size:14px;
  color:#555;
}

.job-listing-results-list{
  margin-top:16px;
}

.job-listing-results-list li{
  margin-bottom:8px;
  font-size:15px;
}

/* ===============================
   INFO BAR
================================ */
.job-listing-info-bar{
  background:#fff;
  padding:22px 0;
  border-radius:6px;
}

.job-listing-info-item{
  padding:0 12px;
}

.job-listing-info-label{
  display:block;
  font-size:20px;
  color:#9AA0A6;
  font-weight:600;
  margin-bottom:6px;
}

.job-listing-info-value{
  font-size:24px;
  font-weight:600;
  color:#111;
  margin:0;
}

/* ===============================
   TOOLS SECTION
================================ */


.job-listing-tools-testimonial{
  background:#F0F0F0;
  border-radius:18px;
  padding:20px 24px;
  margin-bottom:48px;
  font-weight:600;
}

.job-listing-tools-testimonial__avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}

.job-listing-tools-testimonial__name{
  font-weight:600;
}

.job-listing-tools-testimonial__role{
  font-size:14px;
  color:#666;
}

.job-listing-tools-testimonial__text{
  font-size:18px;
  max-width:520px;
}

/* ===============================
   TOOL CARDS
================================ */
.job-listing-tool-item{
  border:1px solid #A1A1A1;
  border-radius:16px;
  padding:32px;
  height:100%;
  transition:.2s;
}

.job-listing-tool-item__icon{
  width:36px;
  height:36px;
  margin-bottom:16px;
}

.job-listing-tool-item__title{
  font-size:36px;
  font-weight:600;
  line-height:54px;
  margin:0;
}

/* ===============================
   CONSULTATION CTA
================================ */
.job-listing-consultation-section{
  position:relative;
  width:100vw;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  padding:90px 0px 90px 0px !important;
 
  background-image:url("/wp-content/uploads/2026/01/Frame-2147226231-1.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.job-listing-consultation-title{
 
  margin-bottom:16px;
	text-align:center;
}

.job-listing-consultation-text{
  font-size:15px;
  max-width:520px;
  margin:0 auto 30px;
	color: #444444;
}

.cta-section-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 59px;
    border-radius: 42px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0px 20px 35px rgba(0,0,0,0.15);
}

.cta-section-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);
}

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

/* Secondary Button */
.cta-section-btn {
    background-color: #fff;
    color: #000000;
    
}

.cta-section-btn::before {
    background-color: #000000;
}

.cta-section-btn:hover {
    transform: translateY(-3px);
    color: #ffffff;
}


/* ===============================
  Serive hover cards  start
================================ */
        .other-service-section { background-color: white; }
        .other-service-header { text-align: center; margin-bottom: 60px; padding: 0 15px; }
        .other-service-main-heading { font-size: 46px; font-weight: 600; color: black; margin-bottom: 14px; }
        .other-service-sub-heading { font-size: 16px; font-weight: 500; color: #7b7b7b; max-width: 460px; margin: 0 auto; }

        .other-service-grid { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
        .other-service-row { display: flex; justify-content: center; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }

        /* --- CARD STYLING --- */
        .other-service-card {
            width: 100%;
            max-width: 386px;
            height: 326px;
            border-radius: 20px;
            padding: 32px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            overflow: hidden;
            background-color: #F2F1FF;
            transition: all 0.4s ease;
            cursor: pointer;
            z-index: 1;
        }

        /* Hover Overlay */
        .other-service-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                              url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=400&h=500&fit=crop');
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }
        /* Hover Overlay - different images for each card */
.other-service-card:nth-child(1)::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                      url('https://images.unsplash.com/photo-1557804506-669a67965ba0?w=400&h=500&fit=crop');
}

.other-service-card:nth-child(2)::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                      url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=400&h=500&fit=crop');
}

.other-service-card:nth-child(3)::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                      url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=400&h=500&fit=crop');
}

.other-service-row:nth-child(2) .other-service-card:nth-child(1)::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                      url('https://images.unsplash.com/photo-1519337265831-281ec6cc8514?w=400&h=500&fit=crop');
}

.other-service-row:nth-child(2) .other-service-card:nth-child(2)::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                      url('https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=400&h=500&fit=crop');
}

        .other-service-card:hover::before { opacity: 1; }

        .other-service-card-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            width: 100%;
        }

        /* Icon as Image */
        .other-service-card-icon-wrapper {
            width: 58px;
            height: 58px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            flex-shrink: 0;
            background-color: black;
            transition: background-color 0.4s ease;
        }
        .other-service-card:hover .other-service-card-icon-wrapper { background-color: white; }
        .other-service-card-icon { 
			transition: filter 0.4s ease; }
/*         .other-service-card:hover .other-service-card-icon { filter: brightness(0) invert(1); }
 */
        /* Typography */
        .other-service-card-title {
            font-size: 22px !important;
            font-weight: 600;
            margin-bottom: 12px;
            color: black;
            transition: color 0.4s ease;
			text-align: center;
        }
        .other-service-card:hover .other-service-card-title { color: white; }

        .other-service-card-description {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            color: #7b7b7b;
            transition: color 0.4s ease;
            margin-bottom: 15px;
            
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .other-service-card:hover .other-service-card-description { color: rgba(255, 255, 255, 0.9); }

        .other-service-card-link {
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            margin-top: auto;
            color: black;
            transition: color 0.4s ease;
        }
        .other-service-card:hover .other-service-card-link { color: white; }

        /* --- MOBILE RESPONSIVENESS --- */
        @media (max-width: 768px) {
            .other-service-section { padding: 50px 0; }
            .other-service-header { margin-bottom: 40px; }
            .other-service-main-heading { font-size: 32px; }
            .other-service-grid { padding: 0 20px; }
            .other-service-row { gap: 20px; }

            .other-service-card {
                height: 260px;
                padding: 24px 20px;
            }

            .other-service-card-icon-wrapper {
                width: 50px; height: 50px;
                margin-bottom: 18px;
            }

            .other-service-card-title { font-size: 24px; margin-bottom: 10px; }

            .other-service-card-description {
                font-size: 13px;
                line-height: 22px;
                -webkit-line-clamp: 3;
            }
/* 	case study haeding center		 */
/* 			.job-listing-case-subheading{
				text-align: center;
			} */
        }
/* ===============================
  Serive hover cards end 
================================ */
/* ===============================
 Work flow start
================================ */
        .workflow-process-section {
            position: relative;
            min-height: 500px;
            width: 100%;
/*             background: radial-gradient(ellipse at 67.5% 42.6%, rgba(46, 59, 0, 1) 0%, rgba(28, 36, 0, 1) 50%, rgba(10, 13, 0, 1) 100%); */
			background-image:url('/wp-content/uploads/2026/01/client-back.png');
            overflow: hidden;
			background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        }

        /* Header Section */
        .workflow-process-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .workflow-process-title {
            font-size: 46px;
            font-weight: 600;
            color: #ffffff;
            text-transform: capitalize;
            line-height: 1;
            margin-bottom: 20px;
			text-align:center;
        }

        .workflow-process-subtitle {
            font-size: 16.795px;
            font-weight: 400;
            color: #ffffff;
            line-height: normal;
            max-width: 525px;
            margin: 0 auto;
        }

        /* Process Steps Container */
        .workflow-process-steps-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 0;
            max-width: 1360px;
            margin: 0 auto;
        }

        /* Individual Step */
        .workflow-process-step {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 0 0 auto;
            width: 303px;
        }

        /* Icon Box */
        .workflow-process-icon-box {
            width: 94px;
            height: 93px;
            background: #ffffff;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            position: relative;
        }

        /* Updated to target IMG instead of SVG */
        .workflow-process-icon-box img {
            width: 58px;
            height: 58px;
            object-fit: contain;
        }

        /* Step Title */
        .workflow-process-step-title {
            font-size: 20px;
            font-weight: 600;
            color: #fefefe;
            line-height: 80.5%;
            margin-bottom: 14px;
            white-space: nowrap;
        }

        /* Step Description */
        .workflow-process-step-description {
            font-size: 20px;
            font-weight: 400;
            color: #ffffff;
            line-height: normal;
            text-align: center;
            margin: 0;
        }

        .workflow-process-step-description p {
            margin-bottom: 0;
			color: #fff;
			max-width:200px;
			
        }

        /* Arrow Connector */
        .workflow-process-arrow-connector {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 71px;
            margin-top: 24px;
        }

        /* Updated to target IMG instead of SVG */
        .workflow-process-arrow-connector img {
            width: 46px;
            height: 46px;
            object-fit: contain;
        }

        /* MOVED FROM INLINE CSS: 
           This handles the overlap of the second arrow 
        */
        .workflow-process-arrow-connector img:last-child {
            margin-left: -21px;
        }
        /* 1. Define the Flow Animation */
    @keyframes workflowProcessArrowFlow {
        0% {
            transform: translateX(-8px);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            opacity: 0;
        }
        100% {
            transform: translateX(12px);
            opacity: 0;
        }
    }

    /* 2. Apply Animation to Arrow Images */
    .workflow-process-arrow-connector img {
        width: 46px;
        height: 46px;
        object-fit: contain;
        
        /* Animation properties */
        animation: workflowProcessArrowFlow 2s infinite linear;
    }

    /* 3. Stagger the second arrow */
    /* This creates the 'wave' effect so they don't move exactly together */
    .workflow-process-arrow-connector img:nth-child(2) {
        animation-delay: 0.4s;
        /* Keep your existing negative margin for overlap */
        margin-left: -21px; 
    }

    /* Update responsive styles to ensure animation keeps working */
    @media (max-width: 1200px) {
        .workflow-process-arrow-connector img {
            width: 38px;
            height: 38px;
        }
    }

        @media (max-width: 1200px) {
            .workflow-process-title {
                font-size: 38px;
            }

            .workflow-process-subtitle {
                font-size: 15px;
            }

            .workflow-process-step {
                width: 220px;
            }

            .workflow-process-step-title,
            .workflow-process-step-description {
                font-size: 18px;
            }

            .workflow-process-arrow-connector {
                width: 50px;
            }

            .workflow-process-arrow-connector img {
                width: 38px;
                height: 38px;
            }
        }

        @media (max-width: 992px) {
            .workflow-process-header {
                margin-bottom: 60px;
            }

            .workflow-process-title {
                font-size: 32px;
            }

            .workflow-process-steps-container {
                flex-wrap: wrap;
                gap: 40px;
            }

            .workflow-process-step {
                width: 45%;
            }

            .workflow-process-arrow-connector {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .workflow-process-header {
                margin-bottom: 50px;
            }

            .workflow-process-title {
                font-size: 28px;
                margin-bottom: 15px;
            }

            .workflow-process-subtitle {
                font-size: 14px;
                max-width: 100%;
            }

            .workflow-process-steps-container {
                gap: 35px;
            }

            .workflow-process-step {
                width: 100%;
                max-width: 350px;
            }

            .workflow-process-step-title,
            .workflow-process-step-description {
                font-size: 16px;
            }

            .workflow-process-icon-box {
                width: 80px;
                height: 80px;
                margin-bottom: 20px;
            }

            .workflow-process-icon-box img {
                width: 48px;
                height: 48px;
            }
        }
/* ===============================
 Work flow end
================================ */
/* ===============================
   CONTACT Form  SECTION 
================================ */
.contact-adjust{
	display: flex;
    justify-content: center;
    align-items: center;
}


.contact-main-section {
  
  background: radial-gradient(circle at 36.6% 32.5%,
    rgba(46,59,0,1) 0%,
    rgba(28,36,0,1) 50%,
    rgba(10,13,0,1) 100%);
  display: flex;
  align-items: center;
  
}

/* ===============================
   FORM CARD (WHITE)
================================ */
.contact-main-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===============================
   FORM ELEMENTS
================================ */
.contact-main-form-group-wrapper {
  margin-bottom: 20px;
}

.contact-main-form-label-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: -30px;
  display: block;
}

.contact-main-form-input-field,
.contact-main-form-select-field {
  width: 100%;
  height: 55px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 18px;
  color: #000;
  background: transparent;
  transition: 0.3s ease;
  font-weight: 400;
}

.contact-main-form-input-field::placeholder {
  color: #000;
}

.contact-main-form-textarea-field {
  width: 100%;
  height: 150px;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 15px 16px;
  font-size: 18px;
  color: #000;
  resize: none;
  transition: 0.3s ease;
}

.contact-main-form-input-field:focus,
.contact-main-form-select-field:focus,
.contact-main-form-textarea-field:focus {
  outline: none;
  border-color: #aee100;
  box-shadow: 0 0 0 4px rgba(174,225,0,0.15);
}

/* ===============================
   SELECT
================================ */
.contact-main-form-select-field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
/* ===============================
   CONTENT SIDE
================================ */
.contact-main-content-wrapper {
  color: #fff;
  padding-left: 20px;
}

.contact-main-heading-text {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
	text-align: start;
	color: var(--white);
	text-transform: none;
}

.contact-main-description-text {
  font-size: 16px;
  line-height: 30px;
  max-width: 500px;
	color: var(--white);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .contact-main-content-wrapper {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .contact-main-heading-text {
    font-size: 40px;
	  text-align: center;
  }
}
/* ===============================
 end 
================================ */
/* ===============================
  Contactinfo  cards 
================================ */

 /* Main Section */
        .contactinfo-section {
            position: relative;
            width: 100%;
         
            background: #ffffff;
           
        }

    

        /* Header Section */
        .contactinfo-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .contactinfo-title {
            font-size: 46px;
            font-weight: 700;
            color: #000000;
            text-transform: capitalize;
            line-height: 1;
            margin-bottom: 34px;
			text-align: center;
        }

        .contactinfo-subtitle {
            font-size: 16.795px;
            font-weight: 500;
            color: #7b7b7b;
            line-height: normal;
            max-width: 460px;
            margin: 0 auto;
        }

        /* Contact Cards Container */
        .contactinfo-cards-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 290px);
            gap: 40px;
            justify-content: center;
            align-items: start;
            max-width: 1280px;
            margin: 0 auto;
        }

        /* Individual Contact Card */
        .contactinfo-card {
            position: relative;
            width: 290px;
            height: 210px;
            background: #F2F1FF;
            border-radius: 20px;
            padding: 24px;
            display: flex;
            flex-direction: column;
        }

        /* Icon Box */
        .contactinfo-icon-box {
            width: 46px;
            height: 46px;
            background: rgba(174, 225, 0, 0.2);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }

        /* Font Awesome Icon Styling */
        .contactinfo-icon-box i {
            font-size: 26px; /* Adjusted to match original SVG visual weight */
            color: #0A0D00;
        }

        /* Card Title */
        .contactinfo-card-title {
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            line-height: 1.17;
            margin-bottom: 12px;
            white-space: nowrap;
        }

        /* Card Content */
        .contactinfo-card-content {
            font-size: 14px;
            font-weight: 500;
            color: #0c0c0c;
            line-height: 1.649;
        }

        .contactinfo-card-content p {
            margin-bottom: 0;
        }

        @media (max-width: 992px) {
           

            .contactinfo-header {
                margin-bottom: 80px;
            }

            .contactinfo-title {
                font-size: 32px;
                margin-bottom: 24px;
            }

            .contactinfo-subtitle {
                font-size: 14px;
            }

            .contactinfo-cards-wrapper {
                grid-template-columns: repeat(2, 1fr);
                max-width: 600px;
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
           

            .contactinfo-header {
                margin-bottom: 60px;
            }

            .contactinfo-title {
                font-size: 28px;
                margin-bottom: 20px;
            }

            .contactinfo-subtitle {
                font-size: 13px;
                max-width: 100%;
            }

            .contactinfo-cards-wrapper {
                grid-template-columns: 1fr;
                max-width: 400px;
                gap: 20px;
            }

            .contactinfo-card {
                height: auto;
                min-height: 210px;
            }

            .contactinfo-card-title {
                font-size: 22px;
            }

            .contactinfo-card-content {
                font-size: 13px;
            }
        }
/* ===============================
  Contact  cards 
================================ */

/* ***************************** */
/* Page Banner Style */
/* ***************************** */

.page-banner-blog {
  background:
    url("/wp-content/uploads/2026/01/Frame-2147226217.png") center / cover no-repeat;

  height: 60vh;
  min-height: 400px;
  max-height: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;		
  overflow: hidden;
  /*   background-attachment: fixed;   */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .page-banner-blog {
    height: auto;
    min-height: 350px;
    background-attachment: scroll;
    /* fixed background causes issues on mobile */
    padding: 2rem 1rem;
    background-position: center center;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner-blog {
    height: auto;
    min-height: 400px;
    background-attachment: scroll;
    padding: 3rem 2rem;
    background-position: center center;
  }
}
/* ******************************************** */
/* Blog + Single Post Page Styles (Cleaned) */
/* ******************************************** */

/* =========================================================
   Featured & Side Posts
   ========================================================= */

.featured-post {
    /* padding: 10px; */
    transition: all 0.3s ease;
    color: var(--primary) !important;
    /* border: 1px solid var(--primary) !important; */
    border-radius: 20px;
    background-color: #F2F1FF;
}

.featured-post-inner{
	padding: 0px 20px 20px 20px ;
}

/* .featured-post:hover {
    box-shadow: 0 0 10px rgb(64 111 72);
} */

.featured-post span {
  color: var(--primary) !important;
}

.side-post {
  transition: all 0.3s ease;
/*   padding: 10px; */
  align-items: center;
	color: var(--primary) !important;
  
  border-radius: 20px;
	background: #F2F1FF;
}

/* .side-post:hover {
  
  box-shadow: 0 0 10px rgb(0 255 136);
} */

.featured-post img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px !important;
  display: block;
  margin: 0 auto 20px;
}

.featured-post .badge-guide,
.featured-post small {
  font-size: 15px;
  color: black;
  text-transform: uppercase !important;
}

.featured-title {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 26px !important;
  color: var(--dark) !important;
}

.featured-post .gift-description {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 19px;
  max-width: 100%;
}

.col-lg-5 .side-post {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  margin-bottom: 18px;
}

.side-post-img {
  width: 215px;
  height: 150px;
  max-width: 100%;
  /* min-width: 200px; */
  object-fit: cover;
  border-radius: 20px 0px 0px 20px !important;
  display: block;
  flex-shrink: 0;
}

.col-lg-5 .side-post::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 18px;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #3b3fcf 0%, #6d4bff 100%);
  border-radius: 10px 6px 6px 10px;
  box-shadow: 0 6px 14px rgba(59, 63, 207, 0.14);
  z-index: 2;
  pointer-events: none;
}

.col-lg-5 .side-post>div {
  flex: 1;
  min-width: 0;
}

.side-post-title {
  color: var(--dark) !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.side-post .badge,
.side-post small {
  font-size: 12.5px;
  color: #7b7b93;
  text-transform: uppercase !important;
  padding: 0 !important;
}

a.text-decoration-none.text-dark {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* =========================================================
   Blog Search & Headings
   ========================================================= */

.blog-search-form .form-control,
.blog-search-form-mobile .form-control-lg {
  font-size: 1rem !important;
  font-weight: 500 !important;
  border: 1px solid #cdcdcd !important;
  box-shadow: none !important;
  border-radius: 50px;
  padding: 20px;
  background: transparent;
}

.blog-search-form .btn.btn-primary {
  padding: 10px 60px 10px 20px !important;
}

.blog-search-form-mobile .btn.btn-primary {
  width: 100% !important;
  margin-top: 15px !important;
  padding: 15px 0 !important;
  text-align: center;
}

.blog-search-form-mobile .input-group-mobile {
  display: block !important;
}

.blog-heading h1 {
  color: var(--dark);
  margin-bottom: 20px;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.2em;
}

.blog-heading p {
    color: var(--dark);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 15px;
}

/* =========================================================
   Category Cards + Misc
   ========================================================= */
/* =========================================================
   Enhanced Category Cards + Buttons
   ========================================================= */

.card-img-top {
    border-radius: 20px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    width: 403px;
    height: 260px;
}

.card-img-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 255, 136, 0.1), rgba(59, 63, 207, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}


/* #category-posts-container .card-img-top:hover::after {
  opacity: 1;
} */

#category-posts-container .card {
  border: none !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  border-radius: 15px !important;
 
  border-radius: 20px;
}



#category-posts-container .card-body {
  padding: 15px 0 !important;
  transition: all 0.3s ease;
}

#category-posts-container .card-body span {

  color: var(--primary);
}

/* #category-posts-container .card:hover .card-body {
  transform: translateX(5px);
} */

#category-posts-container .card-title a {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  color: var(--dark) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}


#category-posts-container .card-text {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  color: var(--text-light) !important;
  transition: all 0.3s ease;
}



#category-posts-container .badge {
  text-transform: uppercase !important;
  font-size: 15px !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

#category-posts-container .badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}


/* Category Tabs Enhancement */
#category-tabs .category-tab {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent !important;
  border-radius: 25px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(45deg, #292964, #3b3fcf) !important;
  color: white !important;
  margin: 5px;
}

#category-tabs .category-tab.btn-outline-primary {
  background: transparent !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
}

#category-tabs .category-tab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

#category-tabs .category-tab:hover::before {
  left: 100%;
}

#category-tabs .category-tab:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 255, 136, 0.4);
  border-color: var(--primary) !important;
}

#category-tabs .category-tab.active {
  background: linear-gradient(45deg, #00ff66, #007a2f) !important;
  border-color: #00ff66 !important;
  box-shadow: 0 5px 20px rgba(0, 255, 136, 0.5);
  transform: scale(1.05);
}

/* Loading Indicator Enhancement */
#loading-indicator {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  position: relative;
}

#loading-indicator::after {
  content: '';
  animation: loadingDots 1.5s infinite;
}

@keyframes loadingDots {

  0%,
  20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60%,
  100% {
    content: '...';
  }
}

/* Blog Divider Enhancement */
.blog-hr-divider hr {
  width: 85% !important;
  margin: 0 auto !important;
  background: linear-gradient(90deg, transparent, var(--primary), transparent) !important;
  height: 3px !important;
  border: none !important;
  opacity: 1 !important;
  border-radius: 10px;
}

.for-max-width {
  width: 100%;
  max-width: 100%;
}

.gift-description {
    line-height: 20px;
}

/* =========================================================
   Enhanced Buttons
   ========================================================= */

#loadMoreBtn {
  color: #fff;
  background: linear-gradient(45deg, #292964, #3b3fcf);
  border-radius: 50px;
  font-weight: 600 !important;
  width: fit-content !important;
  padding: 18px 40px !important;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(41, 41, 100, 0.4);
  letter-spacing: 0.5px;
}

#loadMoreBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

#loadMoreBtn:hover {
  background: linear-gradient(45deg, #007a2f, #00ff66);
  box-shadow: 0 15px 30px rgba(0, 255, 100, 0.6);
  transform: translateY(-5px) scale(1.05);
  color: #000;
  border: none;
}

#loadMoreBtn:hover::before {
  left: 100%;
}

#loadMoreBtn:active {
  transform: translateY(-2px) scale(1.02);
}

/* No Posts Message Enhancement */
#no-posts-message {
  position: relative;
}

#no-posts-message .lead {
  font-size: 1.25rem;
  color: var(--dark);
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(41, 41, 100, 0.1), rgba(0, 255, 136, 0.1));
  border: 2px dashed var(--primary);
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}


/* =========================================================
   Single Post (Sidebar + Content)
   ========================================================= */

:root {
  --header-height: 80px;
}

.single-left {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  height: fit-content;
  z-index: 10;
}

.single-left .sidebar-inner {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 30px;
  max-height: calc(100vh - var(--header-height) - 40px);
  overflow-y: auto;

}

.post-toc h2 {
  margin-bottom: 25px;
  color: var(--dark);

}

.post-toc ul {
  list-style: none;
  padding-left: 0;
  counter-reset: toc-counter;
}

.post-toc ul li {
  margin-bottom: 10px;
  counter-increment: toc-counter;
}

.post-toc ul li a::before {
  content: counter(toc-counter) ". ";
  font-weight: 600;
  margin-right: 6px;
  color: var(--primary);
}

.post-toc ul li a {
  text-decoration: none;
  color: var(--text);
  display: block;
  line-height: 1.4;
  padding: 4px 0;
  transition: color 0.3s ease;
  font-size: 18px !important;
}

.post-toc ul li a:hover {
  text-decoration: none;
  color: var(--primary);
}

/* .sidebar-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
} */

.sidebar-box p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 325px;
  color: var(--dark) !important;
}

.social-icons a {
  margin-right: 25px !important;
  font-size: 26px !important;
  color: var(--dark);
}

.social-icons a i:hover {
  color: var(--primary);
}

.single-right {
  padding: 0 !important;
}

.post-content {
  padding: 0 !important;
}

.post-content p {
  font-size: 16px;
  color: var(--dark) !important;
  font-weight: 500 !important;
}

.single-post .entry-content img,
.blog-post img,
.post-content img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {
  .for-blog-heading h1 {
    font-size: 40px !important;
  }

  .for-blog-heading br {
    display: none !important;
  }

  .for-blog-heading p,
  .blog-heading p {
    font-size: 16px !important;
  }

  #category-posts-container .card-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 25px !important;

  }

  .featured-post img {
    height: 320px;
  }

  .side-post-img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .col-lg-5 .side-post::after {
    right: 14px;
    top: -5px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .featured-title {
    font-size: 22px !important;
    line-height: 27px !important;
  }

  .featured-post img {
    height: 240px;
    object-fit: fill;
  }

  .col-lg-5 .side-post {
    flex-direction: row;
    gap: 12px;
  }

  .side-post-img {
    max-width: 36%;
	  height: 150px;
  }

  .side-post-title {
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
  }

  .col-lg-5 .side-post::after {
    display: none;
  }

  .col-lg-6 a .side-post {
    display: flex !important;
    margin-bottom: 25px !important;
  }


  .col-lg-6 a .side-post .flex-grow-1 span {
    font-size: 11px !important;
  }

  .side-post.d-flex.mb-3 {
    gap: 0 !important;
    padding: 0 !important;
  }

  .category-tab {
    margin-left: 0 !important;
    margin-right: 0 !important;

  }

  #category-tabs {
    gap: 10px;
  }

  .single-left {
    position: static !important;
  }

  .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: #fff !important;
  }
	
}



.category-tab.btn-outline-primary {


  background-color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  border: none !important;
  color: var(--dark) !important;
}

.category-tab.btn-primary.active {

  background-color: var(--accent-glow);
  border-color: #262262;

  color: var(--dark);



  text-transform: uppercase;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9rem;

}


/* Search Result page */

.serach-results-page .card {
  background: transparent !important;
}

.serach-results-page h1 {
  color: var(--dark) !important;
}

.serach-results-page span {
  color: var(--primary) !important;
}

.serach-results-page a:hover {
  color: var(--accent-glow) !important;
}

/* ===============================
   SECTION (WHITE PAGE)
================================ */
.contact-form2-section {
  background: #ffffff;
  
}

/* ===============================
   CONTENT SIDE
================================ */
.contact-form2-content {
  color: #000;
}

.contact-form2-heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}

.contact-form2-text {
  font-size: 16px;
  line-height: 30px;
  max-width: 500px;
}

/* ===============================
   FORM BOX (COLORED)
================================ */
.contact-form2-wrapper {
  background: radial-gradient(circle at 36.6% 32.5%,
    rgba(46,59,0,1) 0%,
    rgba(28,36,0,1) 50%,
    rgba(10,13,0,1) 100%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* ===============================
   FORM GROUP
================================ */
.contact-form2-group {
  margin-bottom: 20px;
}

/* ===============================
   LABEL
================================ */
.contact-form2-label {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: -30px;
  display: block;
}

/* ===============================
   INPUTS
================================ */
.contact-form2-input,
.contact-form2-select,
.contact-form2-textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.contact-form2-input,
.contact-form2-select {
  height: 55px;
  padding: 0 16px;
}

.contact-form2-textarea {
  height: 150px;
  padding: 15px 16px;
  resize: none;
}

.contact-form2-input::placeholder,
.contact-form2-textarea::placeholder {
  color: #cfd6a3;
}

.contact-form2-input:focus,
.contact-form2-select:focus,
.contact-form2-textarea:focus {
  outline: none;
  border-color: #aee100;
  box-shadow: 0 0 0 4px rgba(174,225,0,0.25);
}

/* ===============================
   SELECT ARROW
================================ */
.contact-form2-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23aee100' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .contact-form2-heading {
    font-size: 26px;
  }
}


/* ===============================
   Logo slider section home page
================================ */
        .logo-slider {
            width: 100%;
            overflow: hidden;
            background: white;
            padding: 40px 0;
            position: relative;
        }

      
        .logo-track {
            display: flex;
            width: max-content; 
            animation: scroll 150s linear infinite !important;
        }

        
        .logo-item {
            width: 200px; 
            margin: 0 30px; 
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-item img {
    max-width: 175px;
    width: auto;
   
    opacity: 1;
    transition: 0.3s;
    max-height: 60px;
}

        .logo-item img:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

        
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
               
                transform: translateX(-50%);
            }
        }

       
        .logo-slider::before,
        .logo-slider::after {
            content: "";
            height: 100%;
            position: absolute;
            width: 150px;
            z-index: 2;
        }

        .logo-slider::before {
            left: 0;
            top: 0;
            background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
        }

        .logo-slider::after {
            right: 0;
            top: 0;
            background: linear-gradient(to left, white 0%, rgba(255,255,255,0) 100%);
        }


/* **************************************** */
/* Contact Form Home Page */
/* **************************************** */
.home-page-contact {
 background: radial-gradient(circle at 36.6% 32.5%,
    rgba(46,59,0,1) 0%,
    rgba(28,36,0,1) 50%,
    rgba(10,13,0,1) 100%);
  color: #fff !important;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Contact Wrapper ===== */
.home-page-contact .contact-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
}

/* ===== Left Section ===== */
.home-page-contact .info-section {
  flex: 1 1 50%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 36.6% 32.5%,
    rgba(46,59,0,1) 0%,
    rgba(28,36,0,1) 50%,
    rgba(10,13,0,1) 100%);
}

.home-page-contact .info-badge {
  display: inline-block;
background: radial-gradient(circle at 36.6% 32.5%,
    rgba(46,59,0,1) 0%,
    rgba(28,36,0,1) 50%,
    rgba(10,13,0,1) 100%);
  color: var(--primary);
  font-size: 0.9em;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 30%;
}

/* ===== Stats Grid ===== */
.home-page-contact .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.home-page-contact .stat-card {
  position: relative;
 background: linear-gradient(145deg,
  #2E3B00 0%,
  #000000 100%
);
  border: 1px solid rgba(0, 255, 120, 0.25);
  border-radius: 18px;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.4s ease;
  box-shadow:
  0 0 15px rgba(46, 59, 0, 0.6),
  0 0 30px rgba(46, 59, 0, 0.35);
  overflow: hidden;
}

.home-page-contact .stat-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
  0 0 15px rgba(46, 59, 0, 0.6),
  0 0 30px rgba(46, 59, 0, 0.35);

  border-color: #7CFF00;;
}

.home-page-contact .stat-value {
  color: var(--primary);
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 5px;
}

.home-page-contact .stat-label {
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

/* ===== Right Section ===== */
.home-page-contact .contact-form {
  flex: 1 1 50%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 320px;
  border-radius: 20px;
}

.home-page-contact form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===== Form Fields ===== */
.home-page-contact input,
.home-page-contact textarea,
.home-page-contact select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 255, 120, 0.2);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff !important;
  font-size: 1em;
  transition: all 0.3s ease;
  width: 100%;
}

/* Focus State */
.home-page-contact input:focus,
.home-page-contact textarea:focus,
.home-page-contact select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 15px rgba(29, 243, 5, 0.25);
  outline: none;
  background: rgba(0, 255, 120, 0.05);
}

/* Textarea */
.home-page-contact textarea {
  resize: none;
  min-height: 130px;
}

/* Select Fix */
.home-page-contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 45px;
}

/* Button */
.home-page-contact button {
  background: linear-gradient(90deg, var(--primary), var(--primary));
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  cursor: pointer;
  font-size: 1.05em;
  transition: all 0.3s ease;
}

.home-page-contact button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(0, 255, 120, 0.4);
}

/* ===== Responsive Fixes ===== */
@media (max-width: 1200px) {
  .home-page-contact .contact-wrapper {
    flex-direction: column;
  }

  .home-page-contact .info-section,
  .home-page-contact .contact-form {
    flex: 1 1 100%;
  }

  .home-page-contact .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }
}

@media (max-width: 768px) {
  .home-page-contact .info-section,
  .home-page-contact .contact-form {
    padding: 40px 25px;
  }

  .home-page-contact .info-section h3 {
    font-size: 1.8em;
  }

  .home-page-contact .info-section p {
    font-size: 0.95em;
    line-height: 1.6;
  }

  .home-page-contact .stats-grid {
    grid-template-columns: 1fr;
  }

  .home-page-contact .stat-card {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .home-page-contact .info-section,
  .home-page-contact .contact-form {
    padding: 30px 15px;
  }

  .home-page-contact input,
  .home-page-contact textarea,
  .home-page-contact select,
  .home-page-contact button {
    font-size: 0.95em;
    padding: 12px 14px;
  }
}


.form-control:disabled, .form-control:read-only {
    background-color: #2d3708 !important;
    opacity: 1;
}


#post-toc-list {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.toc-link:hover {
    color: #007bff; /* Or your primary theme color */
}



/* *************************************** */
/*                ABout us g Sap start
/* ************************************ */

  /* SECTION */
        .response-value-section {
         background-image: url('/wp-content/uploads/2026/01/Frame-2147226217.png');
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
        }

        /* LEFT CONTENT */
        .response-value-heading {
           
           
            margin-bottom: 2rem;
        }

        .response-value-description {
           
            line-height: 1.6;
            
            margin-bottom: 2.5rem;
            max-width: 90%;
        }

       
        /* RIGHT SIDE */
        .response-value-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .response-value-card {
            background-color: #111805;
            border-radius: 16px;
            padding: 20px 24px;
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateY(40px);
        }

        .response-value-image-wrapper {
            width: 48px;
            height: 48px;
            border-radius: 8px;
            overflow: hidden;
            margin-right: 20px;
            flex-shrink: 0;
            background-color: #000;
        }

        .response-value-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .response-value-card-title {
          
            margin-bottom: 4px;
			color:#fff;
        }

        .response-value-card-subtitle {
            font-size: 0.9rem;
            color: #b0b0b0;
            margin: 0;
        }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .response-value-left {
                margin-bottom: 4rem;
				text-align:center;
            }
        }

       


/* *************************************** */
/*                ABout us g Sap End
/* ************************************ */


.mg-hero-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
   
    margin-bottom: 1.5rem;
}

/* ===== FEATURE BOX ===== */
.mg-feature-box {
    padding: 20px;
    background: #F2F1FF;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    height: 100%;
}

.mg-feature-box:hover {
    background: #F2F1FF;
    border-color: #EAECF0;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.mg-icon-wrap {
    width: 44px;
    height: 44px;
    background: white;
    color:#ADE100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    font-size: 1.2rem;
}

/* ===== IMAGE SECTION ===== */
.mg-image-container {
    position: relative;
    padding-right: 40px;
    padding-bottom: 40px;
}

.mg-main-image {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    height: 550px;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}

/* ===== TRUST CARD ===== */
.mg-trust-card {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #202902;
    color: white;
    padding: 30px;
    border-radius: 20px;
    width: 240px;
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.mg-trust-card h2{
    color: #fff;
}


/* ===== RESPONSIVE FIXES ===== */
@media (max-width: 1199px) {
    .mg-main-image {
        height: 480px;
    }
}

@media (max-width: 991px) {
    .mg-image-container {
        padding: 0;
        margin-top: 50px;
    }

    .mg-main-image {
        height: 420px;
    }

    .mg-trust-card {
        position: relative;
        width: 100%;
        margin-top: -30px;
    }
}

@media (max-width: 576px) {
    .mg-main-image {
        height: 350px;
    }

    

    .mg-btn-demo {
        width: 100%;
        justify-content: center;
    }
}
