* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
   font-family: "Nunito Sans", sans-serif;
*/
body {
  background: #ffffff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--s-black);
   font-family: "Nunito Sans", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: var(--s-black);
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: var(--s-black);
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: var(--s-black);
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 30px 13px 30px;
  font-weight: 500;
  background-color: var(--s-primary);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid var(--s-primary);
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.site-btn:hover {
  border-color: var(--s-secondary);
  background-color: var(--s-secondary);
  color: var(--s-black);
}
.revSite-btn {
  background-color: var(--s-white);
  color: var(--s-primary);
  border: 1px solid var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}
.titleBar {
  position: relative !important;
  margin-bottom: 20px;
}
.titleBar span {
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--s-primary);
  display: block;
  position: relative;
}
.titleBar h3 {
  font-size: 42px;
  font-weight: 400;
  color: var(--s-black);
  margin-bottom: 20px;
}
.titleBar p {
  font-size: 17px;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #01BE62;
  --s-secondary: #C6FB73;
  --s-third: #313944;
  --s-white: #ffffff;
  --s-black: #212529;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #FFFFFFC7;
  z-index: 99999;
  backdrop-filter: blur(12px);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.header-scrolled nav .navbar-brand{
  color: var(--s-primary) !important;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* Main Header CSS */
header {
  background-color: var(--s-white);
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-white);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
  color: var(--s-primary);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/
.Mainbanner {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  z-index: 0;
}
#banner {
  /* background-image: url(https://aposmerchant.com/wp-content/uploads/2025/08/banner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 500px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  /* background: linear-gradient(90deg, #1a1a1a70 0%, #1a1a1a70 100%); */
  /* background-color: #00000096; */
}
#banner .container .row {
  height: 500px;
  min-height: 500px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h1 {
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 600;
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
  font-size: 15px;
}

/* How Section */
.how-box img{
  filter: brightness(0) invert(1);
}

/* Hero Section Start Here */
.heroSection{
  background-color: #EFEFEF;
}
.hero-box img{
  width: 85px;
  margin-bottom: 15px;
}
.hero-box h3{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
.hero-box p{
  margin-bottom: 15px;
}

/* Testimonial Section */
.testimonialSection::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://aposmerchant.com/wp-content/uploads/2025/08/bg-blur1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
}
.td-single-testimonial-item {
  background: var(--s-white);
  padding: 40px;
  transition: 0.8s;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.td-testimonial-rating {
  color: #fdcc0d;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-icon{
  overflow: hidden;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
  overflow: hidden;
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* Footer Top Section */
.footerTopSection
{
  background: url(https://aposmerchant.com/wp-content/uploads/2025/08/footer-top.webp) 100% 100% / auto no-repeat rgb(49, 57, 68);
    color: rgb(255, 255, 255);
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-black);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-black);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-third);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-third);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-third);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(https://aposmerchant.com/wp-content/uploads/2025/08/inner-pages-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
  justify-content: start;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a1a1a80;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
/* Mission Section Start here */
.ourMission {
  position: relative;
  background-color: var(--s-black);
  /* background-attachment: fixed; */
}  
.ourMission::after {
  background-image: url(https://aposmerchant.com/wp-content/uploads/2025/08/pattern_hex.webp);
  background-repeat: repeat;
  background-position: 0% 0%;
  background-size: auto;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* margin: 10px 10px 10px 10px; */
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 1em 3em 1em;
  background-color: var(--s-primary);
}
.valueBox h4 {
  color: var(--s-white);
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
.valueBox p{
    color: var(--s-white);
}
/* FAQs  Section */
.accordion-item {
  background-color: #f3f3f3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #f3f3f3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
}
.faq-image {
  height: 620px;
  object-fit: contain;
}
.contactIcon h5 {
  font-size: 17px;
  font-weight: 600;
}





/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.innerServices-overlay
{
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}





/* WebSites Responsive  */
@media (max-width: 991px){
  section{
    padding: 50px 0;
  }
  header{
    position: relative;
    padding: 5px 0;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-btn
  {
    margin-top: 20px;
    margin-left: 0px !important;
  }
  .header-btn a{
    padding: 11px 23px !important;
    font-size: 12px;
  }
  .bottom-header nav .navbar-brand {
    font-size: 18px;
    color: var(--s-primary);
  }
  .bottom-header .navbar-brand img {
    width: 90px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 24px; 
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding: 0;
 }
 #banner{
   border-radius: 0;
 }
 #banner .banner-text h1{
   font-size: 30px;
 }
 #banner .banner-text h5{
   font-size: 12px;
 }
 #banner .banner-text p{
   font-size: 13px;
 }
 #banner{
  min-height: 350px;
  height: 350px;
  background-position: -200px 0px;
  padding: 0;
  /* background-size: 400%; */
 }
 #banner .container .row {
   min-height: 350px;
   height: 350px;
 }
  /* ABout 2 Section */
  .about-2-image::after{
    left: 0;
    bottom: 0;
  }

  /* Inner Services */
  .innerPagesBanner {
    height: 180px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .innerpage-title{
    margin-top: 0;
  }
  .listTwo li {
    font-size: 13px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }
  .contactIcon{
    flex-direction: column !important;
  }
  .content-box{
    margin-top: 10px;
  }
  /* FAqs */
  .accordion-header .accordion-button{
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .faq-image {
    height: 400px;
    object-fit: cover;
  }
}
.slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 15px;
    width: 100%;
    margin: 0px 0;
    background-color: var(--s-primary);
}
.slide-track {
    display: flex;
    gap: 50px;
    animation: scroll 15s linear infinite;
    width: min-content;
}
.slide-track h1 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
@keyframes scroll{
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-40%);
  }
} 
