
    body {
     
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
    
      margin: 0;
      padding: 0;
    }
    
/* header code  */
  .navbar-nav .nav-link { font-weight: 700;
   font-size: 15px;
    color: #000;
   
}
 .navbar-nav .nav-link:hover{
    color: #f06d70 !important;
 }
.active{
    color: #f06d70 !important;
}
.header-btn {
  background: linear-gradient(45deg, #fa7e1e, #d62976);
  color: #fff;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
  font-size: 14px;
}

.header-btn:hover {
  background: linear-gradient(45deg, #d62976, #fa7e1e);
  transform: scale(1.05);
  color: #fff;
}
.custom-padding{
  padding-left: 0px;
}
  
/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .custom-padding{
  padding-left: 60px;
}


}

@media (max-width: 991.98px) {  /* only small & medium screens */
  .header-btn {
  font-weight: 500;
  padding: 10px 5px;
  font-size: 12px;
  margin-top: 30px;
}

}
.dropdown-item {
  font-weight: 500;
  padding: 10px 15px;
}
.dropdown-item:hover{
  color: #ff6600;
}

.dropdown-item i {
  color: #ff6600;
  font-size: 14px;
}

.dropdown-menu {
  border-radius: 8px;
}
/* Slide-in menu for mobile */
@media (max-width: 991px) {
  #navbarNav {
    position: fixed;
    top: 0;
    left: -300px;   /* hidden */
    width: 280px;
    height: 100%;
    background: #fff; /* keep white background */
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 9999;
    padding-top: 60px;
  }

  #navbarNav.active {
    left: 0;
    opacity: 1;
  }
}

/* Mobile slide-in menu */
@media (max-width: 991px) {
  #navbarNav {
    position: fixed;
    top: 0;
    left: -300px;   /* hidden */
    width: 280px;
    height: 100%;
    background: #fff; /* same as navbar */
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 9999;
    padding: 20px 20px 20px 50px;
  }

  #navbarNav.active {
    left: 0;
    opacity: 1;
  }

  /* Close button */
  .close-btn {
    font-size: 28px;
    border: none;
    background: none;
    color: #000;
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
  }
}

  /* Sticky navbar animation */
#mainNav {
  transition: all 0.4s ease;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  animation: fadeSlideDown 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Animation keyframes */
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  /* header code end */

    .seo-header {
  background: #47b549;
  overflow: hidden;
      border-radius: 0px 0px 119px 109px;
}
.seo-header h4,
.seo-header small {
  position: relative;
  z-index: 2;
}
.seo-header svg {
  z-index: 1;
}

/* Industries */
.industries-i {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries-i:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Industries Page */
section.bg-section {
  position: relative;
  background-image: url("../images/bg_19_1.jpg");
  background-size: cover;      /* keep aspect ratio, cover full width */
  background-position: center; /* center image */
  background-repeat: no-repeat;
  min-height: 300px;           /* set actual visible height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;                 /* make text white */
}


section.bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 1;
}

section.bg-section .container {
  position: relative;
  z-index: 2;
}



/* footer */
.footer-menu li a{
color: #ffffffa8;
}
.footer-menu li{
padding-top: 10px;
}
.footer-menu li a:hover{
  color: #32CD32;
}

@media (max-width: 767px) {
  .footer-menu {
    padding-left: 0px; /* remove padding on small screens */
  }
}
/* under line */

 .heding {
    display: inline-block;
    padding-bottom: 20px; /* space between text and underline */
    position: relative;
  }

  .heding::after {
    content: "";
    display: block;
    height: 4px; /* underline thickness */
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, #48b54a 50%, #043220 50%);
    position: absolute;
    bottom: 0;
    left: 0;
  }

/* services section */
  h2.heding {
    display: inline-block;
    padding-bottom: 20px; /* space between text and underline */
    position: relative;
  }

  h2.heding::after {
    content: "";
    display: block;
    height: 4px; /* underline thickness */
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to right, #48b54a 50%, #043220 50%);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .card img {
    object-fit: cover;
    height: auto;
  }
  .card-footer {
    border-top: none;
    font-size: 1rem;
    padding: 10px;
    border-radius: 0 0 8px 8px;
  }
  .card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }



 /* ===== Fixed Button Sections ===== */
.left-fixed-buttons,
.right-fixed-buttons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.left-fixed-buttons { left: 0; }
.right-fixed-buttons { right: 0; }

.toggle-btn {
  cursor: pointer;
}

/* ===== Buttons ===== */
.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: background 0.3s ease;
}

.btn-box i { font-size: 20px; }
#leftBar{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 35px;
 
}
#rightBar{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 35px;
 
}
#getCallBtn {
    width: 35px;
  }
@media (max-width: 768px) {
  #leftBar {
    width: 35px;
  }
  #rightBar {
    width: 35px;
  }
  #getCallBtn {
    width: 35px;
  }
}
/* Button Colors */
.email { background: #32CD32; }
.whatsapp { background: #18ac4f; }
.phone { background: #00f700; }
.facebook { background: #3b5998; }
.instagram {
  background: linear-gradient(45deg,
  #feda75 0%,
  #fa7e1e 25%,
  #d62976 50%,
  #962fbf 75%,
  #4f5bd5 100%);

}

.linkedin { background: #0077b5; }
.twitter { background: #000000; }

.btn-box:hover { opacity: 0.9; }

/* Hidden states for toggle */
.hide-left { transform: translate(-100%, -50%); }
.hide-right { transform: translate(100%, -50%); }


/* about page */
.section-title {
  position: relative;
  display: inline-block;
  color: #007bff;
  padding-bottom: 10px; /* gap between text and underline */
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;         /* underline length */
  height: 3px;         /* underline thickness */
  background-color: #007bff; /* blue color */
  border-radius: 2px;
}

/* members section */
.badge-custom {
  position: absolute;
  top: 10px;
  left: 0;
  background: #ffc107; /* Yellow */
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
}
.card-footer {
  font-size: 16px;
  padding: 10px;
}

/* services bulk whatsapp */
/* Feature Section */
.feature-section {
  background: #e6f9ee;
  padding: 60px 0;
  color: #000;
}
.feature-item{
  border-right: 1px solid;
    padding-right: 20px;
}

.feature-item h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;

}

.feature-icon {
  width: 60px;
  height: 60px;
  background: #235939;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.feature-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.manage-section .feature-box {
  padding: 30px;
  border-radius: 8px;
  color: #333;
  min-height: 250px;
}
.bg-purple {
  background-color: #d9b3e6; /* light purple */
}

.se-btn{
    background-color: #235939;
    color: #ffffff;
}
.se-btn:hover{
    background-color: #ffffff;
    color: #235939;
    border: 1px solid #235939;
}
.color{
    color: #235939;
}
 .contact-card {
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
  }

  .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

  .phone-card { background-color: #32CD32; }
  .email-card { background-color: #18ac4f; }
  .address-card { background-color: #00f700; }

  .contact-card a {
    color: #fff;
  }

  .contact-card i {
    display: block;
  }

  .underline-green {
  color: #ffffff;              /* text color white */
  text-decoration: underline;
  text-decoration-color: #28a745; /* underline green (#28a745 = Bootstrap green) */
  text-underline-offset: 10px;   /* gap between text and underline */
}

/* footer */
.footer-logo{
padding-left: 40px !important;
}
.footer-company{
  padding-left: 60px !important;
}
 @media (max-width: 767px) {
    .footer-company {
      padding-left: 12px !important;
    }
    .footer-logo {
      padding-left: 12px !important;
    }
  }

  .free-seo{
margin-right: 100px;
  }
   @media (max-width: 767px) {
    .free-seo {
      margin-right: 0 !important;
      margin-bottom: 20px !important;
    }
  }
  /* testimonial */
.mySwiper3 .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.mySwiper3 .swiper-slide {
  display: flex;
  height: auto !important;
}

.text-justify {
  text-align: justify; /* Bootstrap 5 removed text-justify */
}

/* what-is Bulk api Page */

/* Hero */
.hero-sec {
  background: linear-gradient(135deg, #053120,#47b549);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

/* Features */
.features-sec {
  background: #f9fafb;
  padding: 3rem 0;
}
.features-sec .icon {
  width: 48px;
  height: 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 50%;
  background: linear-gradient(135deg,#053120,#47b549);
  color:#fff;
  font-size:1.2rem;
  margin-right:.75rem;
}

/* Steps */
.steps-sec {
  background: linear-gradient(180deg,#ffffff,#f1f5f9);
  padding: 3rem 0;
}
.steps-sec .step {
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
  padding:1.5rem;
  margin-bottom:1.25rem;
  transition:transform .2s;
}
.steps-sec .step:hover { transform:translateY(-3px); }
.steps-sec .num {
  font-weight:700;
  font-size:1.3rem;
  color:#d62976;
}

/* Benefits */
.benefits-sec {
  background: #0f172a;
  color: #e2e8f0;
  padding: 3rem 0;
}
.benefits-sec .badge {
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  margin:.35rem;
  font-weight:600;
}

/* Output */
.output-sec {
  background:#fdfdfd;
  padding:3rem 0;
}
.output-sec .card {
  border:0;
  border-radius:12px;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

/* CTA */
.cta-sec {
  background: linear-gradient(135deg,#053120,#47b549);
  color:#fff;
  padding:3.5rem 0;
  text-align:center;
}

.whatsapp-btn{
   background: linear-gradient(45deg, #fa7e1e, #d62976);
  color: #fff;
  border: none;
}

.whatsapp-btn:hover {
  background: linear-gradient(45deg, #d62976, #fa7e1e);
  transform: scale(1.05);
  color: #fff;
    transition: 0.3s;
}