Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/dev.outerorbittech.com/new/

πŸ“ Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

πŸ“„ File: index.php

Path: //home2/outerorb/dev.outerorbittech.com/new/index.php

Size: 72.57 KB

Permissions: 0644

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>Index Page | Leading BPO Company in India</title>
  <!-- External CSS -->
  <link rel="stylesheet" href="style.css">
  <?php include 'headerlink.php'; ?>
  <?php include 'header.php'; ?>
  <?php include 'menu.php'; ?>

  <link rel="icon" href="designer/images/favicon.png">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap" rel="stylesheet">
  <link href="css/bootstrap.min.css" rel="stylesheet">
  <link href="css/animate.min.css" rel="stylesheet">
  <link href="css/swiper.min.css" rel="stylesheet" type="text/css">
  <link href="css/jquery.fancybox.min.css" rel="stylesheet">
  <link href="css/themes.css" rel="stylesheet">
  <link href="css/responsive.css" rel="stylesheet">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/css/intlTelInput.css">
  
    <link href="css/style.css" rel="stylesheet">
  
  <script src="js/jquery-min.js"></script>
  <script>
    setTimeout(function(){
      $.getScript("https://www.google.com/recaptcha/api.js")
    }, 100);
  </script>
  
  <!-about us section link--->



  <style>
/* Vertical button on the side */
.call-back-btn {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #A52A2A; /* Dark red */
    color: white;
    padding: 12px 6px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    z-index: 1000;
    
    writing-mode: vertical-rl; /* Make text vertical */
    text-orientation: mixed;   /* Keep letters upright */
}

/* Modal background */
.call-back-modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

/* Modal content */
.call-back-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Form inputs */
.call-back-modal-content input {
    width: 90%;
    padding: 8px;
    margin: 8px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Submit button */
.call-back-modal-content button {
    padding: 10px 20px;
    background-color: #A52A2A;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
  
  
    /* === Hero Banner Section === */
    .hero-section {
      position: relative;
      width: 100%;
      height: 85vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background-color: #000;
    }

.hero-content {
    position: absolute;
    top: 60%;
    left: 8%;
    transform: translateY(-54%);
    color: #fff;
    max-width: 500px;
}

    .hero-content h1 {
      font-size: 50px;
      font-weight: 800;
      line-height: 1.2;
      color: #ffffff;
      text-transform: capitalize;
      text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
      /*min-height: 150px;*/
    }

.hero-content h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  margin-right: 8px; /* Add space between words */
}

    .hero-content p {
      font-size: 18px;
      margin-top: 15px;
      color: #eaeaea;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.6s ease;
    }

.hero-content .btn {
    background-color: #ffb400;
    color: #000;
    font-weight: 500;
    border-radius: 6px;
    padding: 8px 20px;
    margin-top: 10px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(10px);
}

    .hero-content .btn:hover {
      background-color: #e69d00;
      color: #fff;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .hero-content h1 { font-size: 42px; }
      .hero-content p { font-size: 16px; }
    }

    @media (max-width: 576px) {
      .hero-content {
        left: 5%;
        top: 55%;
      }
      .hero-content h1 { font-size: 30px; }
      .hero-content p { font-size: 14px; }
    }
    
        :root{
      --bg:#f6f8fb;
      --card:#ffffff;
      --accent:#0066ff; /* change to match your brand */
      --muted:#6b7280;
      --radius:14px;
      --glass: rgba(255,255,255,0.6);
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    }
    *{box-sizing:border-box}
    body{margin:0;background:linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);color:#111}

    /* Container to center content */
    .about-wrap{
      max-width:1100px;margin:48px auto;padding:28px;display:flex;gap:28px;align-items:center;justify-content:space-between;
    }

    /* Card */
    .about-card{
      width:100%;background:var(--card);border-radius:var(--radius);box-shadow:0 8px 30px rgba(15,23,42,0.08);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;
      transform:translateY(0);transition:transform .35s ease, box-shadow .35s ease;
    }
    .about-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px rgba(15,23,42,0.12)}

    /* Left: Image */
    .about-media{position:relative;min-height:320px;background:linear-gradient(135deg,#eef6ff 0%,#ffffff 60%);display:flex;align-items:center;justify-content:center;padding:22px}
    .about-media .img-frame{width:100%;height:100%;max-width:520px;border-radius:12px;overflow:hidden;box-shadow:0 6px 30px rgba(2,6,23,0.06);display:flex;align-items:center;justify-content:center}
    .about-media img{width:100%;height:100%;object-fit:cover;display:block}

    /* Right: Content */
    .about-content{padding:34px 36px}
    .eyebrow{display:inline-block;background:linear-gradient(90deg, rgba(0,102,255,0.12), rgba(0,180,255,0.08));color:var(--accent);font-weight:700;padding:6px 10px;border-radius:999px;font-size:13px;margin-bottom:14px}
    h2{margin:0 0 14px;font-size:28px;line-height:1.12}
    p.lead{margin:0 0 20px;color:var(--muted);font-size:15px}

    /* Feature list */
    .features{display:flex;flex-wrap:wrap;gap:12px 18px;margin-bottom:18px}
    .feature{display:flex;gap:12px;align-items:center;min-width:220px}
    .feature .ico{width:44px;height:44px;border-radius:10px;background:linear-gradient(180deg,var(--glass),#fff);display:grid;place-items:center;box-shadow:inset 0 -6px 12px rgba(0,0,0,0.02)}
    .feature strong{display:block;font-size:15px}
    .feature span{display:block;font-size:13px;color:var(--muted)}

    /* Stats and CTA */
    .about-bottom{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-top:6px}
    .stats{display:flex;gap:16px;align-items:center}
    .stat{min-width:80px}
    .stat .num{font-size:20px;font-weight:700;color:var(--accent)}
    .stat .label{font-size:13px;color:var(--muted)}

    .cta{display:flex;gap:12px;align-items:center}
    .btn-primary{background:var(--accent);color:#fff;padding:11px 18px;border-radius:10px;border:0;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(0,102,255,0.15)}
    .btn-ghost{background:transparent;color:var(--accent);padding:10px 14px;border-radius:10px;border:1px solid rgba(0,102,255,0.12);font-weight:600;cursor:pointer}

    /* Responsive */
    @media (max-width:900px){
      .about-wrap{padding:18px}
      .about-card{grid-template-columns:1fr;}
      .about-media{min-height:220px}
      .feature{min-width:48%}
      .about-bottom{flex-direction:column;align-items:flex-start;gap:12px}
    }

    /* Small polish animations */
    .fade-in{opacity:0;transform:translateY(8px);animation:fadeInUp .6s ease forwards}
    @keyframes fadeInUp{to{opacity:1;transform:none}}
        body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .about-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 60px 20px;
        background: #fff;
    }
    .about-image {
        flex: 1 1 300px;
        max-width: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .hexagon {
        width: 300px;
        height: 173px;
        background: url('your-image.jpg') center/cover no-repeat;
        position: relative;
        clip-path: polygon(
            25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%
        );
    }
    .experience-badge {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #ffb400;
        color: #fff!important;
        padding: 10px 15px;
        border-radius: 50%;
        font-weight: bold;
        font-size: 14px;
        border: 3px solid #1e2a78;
        margin-left: 230px;
    }
    .about-content {
        flex: 1 1 400px;
        max-width: 600px;
        padding-left: 40px;
    }
    .about-content h2 {
        font-size: 32px;
        color: #1e2a78;
        margin-bottom: 15px;
    }
    .about-content p {
        font-size: 16px;
        color: #555;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .features {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .feature-box {
        flex: 1 1 200px;
        background: #fff4e1;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .feature-box img {
        width: 30px;
        height: 30px;
    }
    .feature-box span {
        font-weight: bold;
        color: #1e2a78;
        display: block;
        margin-bottom: 5px;
    }
    .read-more {
        display: inline-block;
        padding: 10px 25px;
        background: #1e2a78;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
    }

    @media(max-width: 900px){
        .about-section {
            flex-direction: column;
        }
        .about-content {
            padding-left: 0;
        }
    }
    a {
  text-decoration: none!important;
}
a:hover {
  text-decoration: none !important;
}
  </style>
  
  
</head>

<body>

  <!-- ===== Hero Banner Section ===== -->
  <!--<section class="hero-section">-->
  <!--  <img src="img/banner_new.jpg" class="banner-img" alt="Leading BPO Company in India">-->
  <!--  <div class="hero-content">-->
  <!--    <h1 id="typing-heading"></h1>-->
  <!--    <p id="para">We provide affordable and reliable business outsourcing solutions to global industries with 24/7 customer support and scalable service models.</p>-->
  <!--    <a href="about.php" class="btn btn-warning btn-lg mb-5" id="btn">Read More β†’</a>-->
  <!--  </div>-->
  <!--</section>-->
  
  
  
<!-- Desktop Banner -->
<section class="hero-section desktop">
    <img src="img/banner_new.jpg" class="banner-img" alt="Leading BPO Company in India">
    <div class="hero-content">
        <h1 id="typing-heading"></h1>
        <p id="para">
            We provide affordable and reliable business outsourcing solutions 
            to global industries with 24/7 customer support and scalable service models.
        </p>
        <a href="about.php" class="btn btn-warning btn-lg mb-5" id="btn">Read More β†’</a>
    </div>
</section>

<section class="hero-section mobile">
    <img src="img/mobnew.jpg" class="mobile-banner" alt="Best BPO Services">

    <div class="mobile-content">
        <h1>Leading BPO Company In India<br>For Call Center & Outsourcing</h1>

        <p class="sub-text text-white">
            We provide affordable and reliable outsourcing services with 24/7 customer support.
        </p>

        <a href="about.php" class="mobile-btn">Read More β†’</a>
    </div>
</section>


<style>
/* -------- MOBILE BANNER SECTION -------- */

.mobile {
    display: none;
    position: relative;
}

/* Banner Image */
.mobile-banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.65);
}

/* Content Section */
.mobile-content {
    position: absolute;
    top: 48%;
    left: 7%;
    width: 85%;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    z-index: 10;
}

/* Heading Style (Desktop ka look) */
.mobile-content h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    text-shadow: 0 3px 8px rgba(0,0,0,0.35);
}

/* Sub Text */
.mobile-content .sub-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    opacity: 0.85;
    max-width: 92%;
}

/* Read More Button */
.mobile-btn {
    background: #f7b731;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 3px 8px rgba(0,0,0,0.22);
}

.mobile-btn:hover {
    background: #ffd66b;
}

/* Breakpoints */

@media (max-width: 576px) {
    .desktop { display: none !important; }
    .mobile { display: block !important; }

     .mobile-content h1 {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .mobile-content .sub-text {
        font-size: 14px;
    }

    .mobile-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}
  
  
@media (max-width: 425px) {
    .mobile-content h1 {
        font-size: 48px;
        /* margin-bottom: 14px; */
    }
}
@media (max-width: 375px) {
     .mobile-content h1 {
        font-size: 38px;
    }
    .mobile-btn {
        padding: 7px 16px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
       .mobile-content h1 {
        font-size: 32px;
    }

    .mobile-content .sub-text {
        font-size: 13px;
    }

    .mobile-btn {
        font-size: 12px;
        padding: 6px 14px;
    }
}

</style>


<!--  <div class="call-back-btn" id="callBackBtn">-->
<!--    Call Back Request-->
<!--</div>-->

<!-- Call Back Form Modal -->
<div id="callBackModal" class="call-back-modal">
    <div class="call-back-modal-content">
        <span class="close-btn" id="closeBtn">&times;</span>
        <h3>Request a Call Back</h3>
        <form id="callBackForm">
            <input type="text" name="name" placeholder="Your Name" required>
            <input type="tel" name="phone" placeholder="Your Phone Number" required>
            <button type="submit">Submit</button>
        </form>
    </div>
</div>


<section class="about py-5" style="background-color:#e9ecef;">
    <style>
        .about h6 {
  letter-spacing: 1px;
}



.about-img {
  position: relative;
}

.experience-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #002e6d;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.about-box h5 {
  font-size: 18px;
}

.about-box p {
  font-size: 15px;
}

.icon-box i {
  background: #fff7e6;
  padding: 10px;
  border-radius: 10px;
}

    </style>
  <div class="container">
    <div class="row align-items-center">
      <!-- Left Image -->
      <div class="col-md-6 mb-4 mb-md-0">
        <div class="about-img position-relative">
          <img src="img/Organizations.png" alt="Organizations" class="img-fluid ">
          <div class="experience-badge">
            <p style="color: white;"><strong>12+</strong><br>Years<br>Experience</p>
          </div>
        </div>
      </div>

      <!-- Right Content -->
      <div class="col-md-6">
        <h6 class="text-warning fw-bold">SIMPLY KNOW ABOUT</h6>
<style>
.reveal-text {
    display: inline-block;
    overflow: hidden;
    line-height: 1.4;
}

.reveal-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(4px);
    transition: 
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin-right: 6px;
}
</style>


<script>
document.addEventListener("DOMContentLoaded", function () {
    const el = document.querySelector(".reveal-text");
    const words = el.textContent.trim().split(/\s+/);

    el.innerHTML = "";
    words.forEach(word => {
        const span = document.createElement("span");
        span.textContent = word;
        el.appendChild(span);
    });

    const spans = el.querySelectorAll("span");

    function revealWords() {
        let delay = 0;
        spans.forEach(span => {
            setTimeout(() => {
                span.style.opacity = "1";
                span.style.transform = "translateY(0px)";
                span.style.filter = "blur(0px)";
            }, delay);
            delay += 120; // stagger delay same as AscentBPO
        });
    }

    const observer = new IntersectionObserver((entries) => {
        if (entries[0].isIntersecting) {
            revealWords();
            observer.disconnect();
        }
    }, { threshold: 0.4 });

    observer.observe(el);
});
</script>


<h2 class="fw-bold text-primary mb-4 reveal-text">
  We Help Organizations To Make Ultimate Businesses Growth Success.
</h2>





        <div class="about-box d-flex align-items-start mb-3">
          <div class="icon-box me-3">
            <i class="bi bi-bullseye text-warning fs-3"></i>
          </div>
          <div>
            <h5 class="fw-bold text-dark">Business process outsourcing</h5>
            <!--<img src="img/about_shape.png">-->
            <!--<img src="img/about_shape.png">-->
            <p class="text-muted mb-0">
              To help the industries perform specific tasks or workflows from our specialized venture.
            </p>
          </div>
        </div>
        <div class="about-box d-flex align-items-start">
          <div class="icon-box me-3">
            <i class="bi bi-diagram-3 text-warning fs-3"></i>
          </div>
          <div>
            <h5 class="fw-bold text-dark">Outsource business processes</h5>
            <p class="text-muted mb-0">
              From outsourcing firms so that our clients can get the best services to accomplish certain tasks.
            </p>
          </div>
        </div>
        <a href="about.php"><button style="margin-top: 25px;
    padding: 10px 20px 8px 18px;
    background-color: #191d88;
    border-radius: 2px solid white;
    padding: 10px 10px 10 10;
    color: white;
    border-radius: 10px;
    margin-left: 10px;" 
    >Learn More β†’</button></a>
      </div>
    </div>
  </div>
</section>

<!-- Include Bootstrap & Swiper -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" rel="stylesheet">
<section class="business-slider" style="background: url('img/about_shape02.png') no-repeat center center / cover; padding: 120px 0;">
  <div class="container">
    <h2>WE SERVE <span>190+ BUSINESSES</span><br>ACROSS MULTIPLE DOMAINS</h2>

    <div class="slider-wrapper">
      <button class="slide-btn prev">&#8592;</button>
      <div class="slider">
        <div class="slide">
          <img src="img/BFSI.jpg" alt="BFSI">
          <div class="content">
            <h3>BFSI</h3>
            <a href="#" class="learn-btn text-white" >Learn More β†’</a>
          </div>
        </div>
        <div class="slide">
          <img src="img/Healthcare.jpg" alt="High Tech">
          <div class="content">
            <h3>Healthcare</h3>
            <a href="#" class="learn-btn  text-white" >Learn More β†’</a>
          </div>
        </div>
        <div class="slide">
          <img src="img/High_Tech.jpg" alt="Retail">
          <div class="content">
            <h3>High Tech</h3>
            <a href="#" class="learn-btn  text-white">Learn More β†’</a>
          </div>
        </div>
        <div class="slide">
          <img src="img/Home_Improvement.jpg" alt="Healthcare">
          <div class="content">
            <h3>Home Improvement</h3>
            <a href="#" class="learn-btn  text-white">Learn More β†’</a>
          </div>
        </div>
        
         <div class="slide">
          <img src="img/Retail.jpg" alt="High Tech">
          <div class="content">
            <h3>Retail</h3>
            <a href="#" class="learn-btn  text-white" >Learn More β†’</a>
          </div>
        </div>
            <div class="slide">
          <img src="img/Telecom.jpg" alt="High Tech">
          <div class="content">
            <h3>Telecom</h3>
            <a href="#" class="learn-btn  text-white" >Learn More β†’</a>
          </div>
        </div>
       
               <div class="slide">
          <img src="img/Travel_Transportation.jpg" alt="High Tech">
          <div class="content">
            <h3>Travel, Transportation</h3>
            <a href="#" class="learn-btn  text-white" >Learn More β†’</a>
          </div>
        </div>
        
                    <div class="slide">
          <img src="img/Utility.jpg" alt="High Tech">
          <div class="content">
            <h3>Utility</h3>
            <a href="#" class="learn-btn  text-white" >Learn More β†’</a>
          </div>
        </div>
      </div>
      <button class="slide-btn next">&#8594;</button>
    </div>
  </div>
</section>
<style>


</style>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const slider = document.querySelector(".slider");
  const slides = document.querySelectorAll(".slide");
  const nextBtn = document.querySelector(".next");
  const prevBtn = document.querySelector(".prev");
  
  let index = 0;
  const totalSlides = slides.length;
  const visibleSlides = 3; // 3 slides visible like your design
  const slideWidth = slides[0].offsetWidth + 20; // include gap

  function updateSlider() {
    slider.style.transform = `translateX(${-index * slideWidth}px)`;
  }

  nextBtn.addEventListener("click", () => {
    index++;
    if (index > totalSlides - visibleSlides) {
      index = 0;
    }
    updateSlider();
  });

  prevBtn.addEventListener("click", () => {
    index--;
    if (index < 0) {
      index = totalSlides - visibleSlides;
    }
    updateSlider();
  });

  // Auto slide (every 3 seconds)
  setInterval(() => {
    index++;
    if (index > totalSlides - visibleSlides) {
      index = 0;
    }
    updateSlider();
  }, 3000);

  // Smooth transition
  slider.style.transition = "transform 0.8s cubic-bezier(0.25, 1, 0.5, 1)";
});
</script>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const section = document.querySelector(".section-animate");

  function checkPosition() {
    const rect = section.getBoundingClientRect();
    if (rect.top < window.innerHeight && rect.bottom >= 0) {
      section.classList.add("active");
    }
  }

  window.addEventListener("scroll", checkPosition);
  checkPosition();
});
</script>

<style>
/* Image slide animation */
@keyframes slideFromLeft {
  0% {
    background-position: -300px bottom;
    opacity: 0;
  }
  100% {
    background-position: left bottom;
    opacity: 1;
  }
}

/* Jab active class milegi tab animation chalegi */
.section-animate.active {
  animation: slideFromLeft 1.3s ease-out forwards;
}
</style>

<section class="business-section section-animate" style="
    background-image: url('img/choose_shapewhy.png');
    background-repeat: no-repeat;
    background-position: left bottom;
">
    <style>
        .business-section {
  background-color: #11166F;
  color: #fff;
  padding: 80px 0;
  position: relative;
}

.section-subtitle {
  color: #F6B100;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin: 15px 0;
}

.section-desc {
  color: #dcdcdc;
  margin-bottom: 35px;
}

.features .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}



.feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.feature-item p {
  font-size: 15px;
  color: #dcdcdc;
  margin-bottom: 0;
}

/* Right Image */
.business-section img {
  border-radius: 12px;
}



.growth-box h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 800;
}

.growth-box p {
  margin: 0;
  font-weight: 600;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 60px;
  margin-top: 10px;
}

.bar {
  width: 8px;
  background-color: #11166F;
  border-radius: 4px;
}

.months {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .growth-box {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px auto 0;
  }
  .section-title {
    font-size: 28px;
  }
}

    </style>
    
  <div class="container">
    <div class="row align-items-center">
      <!-- Left Content -->
      <div class="col-lg-6 col-md-12">
        <p class="section-subtitle"> WHY WE ARE THE BEST </p>
        <h2 class="section-title">
          We offer business expansion insights & world-class outsourcing
        </h2>
        <p class="section-desc">
          Expert professionals at our end, discuss and document with the clients
          to meet their business expectations right.
        </p>

        <div class="features">
          <div class="feature-item">
            <div class="icon">
                <style>
                    .yellow-icon {
               filter: invert(72%) sepia(89%) saturate(768%) hue-rotate(4deg) brightness(104%) contrast(101%);
               }
                </style>
              <img src="https://cdn-icons-png.flaticon.com/512/992/992651.png" class="yellow-icon pb-2">
            </div>
            <div class="text">
              <h4> Flexible business solutions</h4>
              <p>For optimum growth, high performance, and unbelievable rise in turnover.</p>
            </div>
          </div>

          <div class="feature-item">
            <div class="icon a">
              <img src="https://cdn-icons-png.flaticon.com/512/5974/5974771.png" alt="icon">
            </div>
            <div class="text">
              <h4>24Γ—7 assistance</h4>
              <p>To help our clients in any situation with reliable support.</p>
            </div>
          </div>

          <div class="feature-item">
            <div class="icon">
              <img src="https://cdn-icons-png.flaticon.com/512/1828/1828640.png" alt="icon">
            </div>
            <div class="text">
              <h4> Data security protocols</h4>
              <p>To safeguard your enterprise’s confidential data and personal information.</p>
            </div>
          </div>
        </div>
      </div>

      <!-- Right Image -->
      <div class="col-lg-6 col-md-12 position-relative text-center mt-4 mt-lg-0">
       <img src="img/choose_img.jpg"
             alt="Business Image"
             class="img-fluid rounded shadow">
         <style>
.smooth-move {
    position: relative;
    animation: leftRight 4s ease-in-out infinite alternate;
}

@keyframes leftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(30px); /* Kitna move karna hai */
    }
}
</style>

            <img src="img/choose_img_shape.png" class="smooth-move">

        <div class="growth-box">
  <h3>98%</h3>
  <p>Business Growth</p>
  <div class="chart">
    <div class="bar" style="height:50% "></div>
    <div class="bar" style="height:70%; background-color: #f3a201;"></div>
    <div class="bar" style="height:85%"></div>
    <div class="bar" style="height:90%; background-color: #f3a201;"></div>
    <div class="bar" style="height:75%"></div>
  </div>
  <div class="months">
    <span>Jan</span><span>Feb</span><span>Mar</span><span>Apr</span><span>May</span>
  </div>
</div>

<style>
.growth-box {
  /* aapke existing styles same rehne do */
  text-align: center;
  width: 250px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  
  /* πŸ‘‡ ye 3 line slide effect ke liye */
  opacity: 0;
  transform: translateX(-30px);
  animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
</style>

      </div>
    </div>
  </div>
</section>




<style>

.marquee__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
}

.marquee__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 50s 
linear infinite;
}

.marquee__box a {
    font-weight: 700;
    font-size: 60px;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    color: var(--tg-theme-primary);
    letter-spacing: 1px;
}

.marquee__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 50s 
linear infinite;
}
</style>
<marquee>
    <div class="marquee__area-two" style="padding: 0px 0 40px;">
            <div class="marquee__wrap">
                <div class="marquee__box">
                    <a data-hover="BPO Services" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>BPO Services <span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a data-hover="Outsourced Solutions" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>Outsourced Solutions<span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a data-hover="Call Center Outsourcing" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>Call Center Outsourcing<span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a style="color: #f3a201" data-hover="Customer Support Outsourcing" href="#"><span class="mt-4" style="font-size: 105px;">*</span>Customer Support Outsourcing<span class="mt-4" style="font-size: 105px;">*</span></a>
                </div>
                <div class="marquee__box">
                    <a data-hover="IT Support Services" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>IT Support Services<span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a data-hover="Data Entry Services" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>Data Entry Services<span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a data-hover="Back Office Outsourcing" href="#" style="color: #f3a201"><span class="mt-4" st<span class="mt-4" style="font-size: 105px;">*</span></a>
                    <a data-hover="Offshore Outsourcing" href="#" style="color: #f3a201"><span class="mt-4" style="font-size: 105px;">*</span>Offshore Outsourcing<span class="mt-4" style="font-size: 105px;">*</span></a>
                </div>
            </div>
        </div>
</marquee>


<section class="faq-section tab_edit mb-5">
    <div class="container">
        <div class="row align-items-center">

            <!-- LEFT SIDE -->
            <div class="col-md-6">
                <div class="faq-left">
                    <img src="img/img-faq.avif" class="img-fluid faq-main-img">

                    <div class="faq-box">
                        <div class="faq-icon">
                            <!-- icon remains same -->
                        
                               <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2563 21.887H19.8349C20.1467 21.887 20.3998 21.6339 20.3998 21.3221C20.3998 21.0103 20.1467 20.7572 19.8349 20.7572H12.2563C11.9445 20.7572 11.6914 21.0103 11.6914 21.3221C11.6914 21.6339 11.9444 21.887 12.2563 21.887Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0264 21.3221V34.9233C17.0264 35.2351 17.2795 35.4882 17.5913 35.4882C17.9027 35.4882 18.1562 35.2351 18.1562 34.9233V21.3221C18.1562 21.0102 17.9027 20.7571 17.5913 20.7571C17.2795 20.7571 17.0264 21.0102 17.0264 21.3221Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M4.92772 0.291473C2.72897 0.291473 0.943359 2.07708 0.943359 4.27619C0.943359 6.47529 2.72897 8.26054 4.92772 8.26054C7.12688 8.26054 8.91249 6.47535 8.91249 4.27619C8.91249 2.07702 7.12688 0.291473 4.92772 0.291473ZM4.92772 1.42136C6.50353 1.42136 7.7826 2.70043 7.7826 4.27619C7.7826 5.85165 6.50353 7.13065 4.92772 7.13065C3.35225 7.13065 2.07325 5.85165 2.07325 4.27619C2.07325 2.70037 3.35231 1.42136 4.92772 1.42136Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M30.8529 0.291473C28.6538 0.291473 26.8682 2.07708 26.8682 4.27619C26.8682 6.47529 28.6538 8.26054 30.8529 8.26054C33.0517 8.26054 34.8373 6.47535 34.8373 4.27619C34.8373 2.07702 33.0517 0.291473 30.8529 0.291473ZM30.8529 1.42136C32.4284 1.42136 33.7074 2.70043 33.7074 4.27619C33.7074 5.85165 32.4284 7.13065 30.8529 7.13065C29.2771 7.13065 27.9981 5.85165 27.9981 4.27619C27.9981 2.70037 29.2771 1.42136 30.8529 1.42136Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M8.04144 16.3672C8.13485 16.5555 8.32845 16.6809 8.54728 16.6809L8.75707 16.6402L13.959 14.5608C14.7597 14.2411 15.6693 14.6309 15.9895 15.4316C16.3092 16.2319 15.9191 17.1415 15.1187 17.4616L8.24863 20.2076C7.59214 20.4701 6.84869 20.2577 6.42799 19.7063C6.28112 19.5138 6.02761 19.4363 5.79791 19.5138C5.56856 19.5914 5.41413 19.8069 5.41413 20.049V22.8862C5.41413 23.1732 5.62918 23.4142 5.91394 23.4474L10.4866 23.9754C11.5672 24.1001 12.3829 25.0153 12.3829 26.1034V34.9233C12.3829 35.2352 12.636 35.4882 12.9478 35.4882C13.2597 35.4882 13.5128 35.2351 13.5128 34.9233V26.1034C13.5128 24.4413 12.2669 23.0436 10.6161 22.8531L6.54396 22.3827V21.2031C7.19555 21.5025 7.96086 21.5394 8.6678 21.257L15.5383 18.511C16.9175 17.9592 17.5898 16.3917 17.0384 15.0121C16.487 13.6324 14.9195 12.9602 13.5399 13.5116L8.78082 15.4139L6.04687 10.9392C5.66085 10.3072 5.03148 9.86242 4.30722 9.70911C4.28501 9.70462 4.2628 9.69972 4.24017 9.69517C3.48124 9.53471 2.68993 9.70947 2.06925 10.1746C1.44856 10.6401 1.05876 11.3504 0.999974 12.124C0.667772 16.4952 0.00153606 25.2556 0.00153606 25.2556C0.000354475 25.2699 0 25.2842 0 25.2986C0 26.9587 1.24326 28.3553 2.89175 28.5481L6.96874 29.0746V34.9233C6.96874 35.2352 7.22184 35.4882 7.53366 35.4882C7.84548 35.4882 8.09857 35.2351 8.09857 34.9233V28.5779C8.09857 28.2935 7.88766 28.054 7.60591 28.0174L3.02609 27.4265C1.9531 27.3027 1.14141 26.3994 1.12977 25.3215C1.12977 25.3185 2.12632 12.2096 2.12632 12.2096C2.16058 11.761 2.38656 11.3486 2.74665 11.0789C3.10709 10.8089 3.56584 10.7075 4.00645 10.8006L4.07309 10.8145C4.49344 10.9035 4.85837 11.1618 5.08246 11.5283C5.93704 12.9271 7.66912 15.7624 8.007 16.3156C8.01846 16.3337 8.02974 16.351 8.04144 16.3672Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5565 17.189L5.37188 20.1609C6.0562 21.281 7.44899 21.7443 8.66814 21.2569C8.95775 21.1413 9.09901 20.8121 8.98304 20.5229C8.86742 20.2332 8.53823 20.092 8.24898 20.2076C7.54168 20.4905 6.73342 20.2219 6.33605 19.5719L4.52073 16.5999C4.35802 16.334 4.00999 16.25 3.74413 16.4123C3.47816 16.5751 3.39379 16.923 3.5565 17.189Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M26.4758 16.27L21.0056 17.0435C19.5345 17.2514 18.5093 18.6148 18.7172 20.0859C18.9251 21.5567 20.2885 22.5822 21.7596 22.3743L28.4874 21.4226C28.7491 21.3856 29.0007 21.3111 29.2354 21.203V22.3825L25.1632 22.8529C23.5124 23.0435 22.2666 24.4411 22.2666 26.1032V34.9231C22.2666 35.235 22.5197 35.4881 22.8315 35.4881C23.1433 35.4881 23.3964 35.235 23.3964 34.9231V26.1032C23.3964 25.0152 24.2122 24.0999 25.2927 23.9752L29.8639 23.4472H29.8627C30.1456 23.4163 30.3651 23.1768 30.3651 22.886V20.0485C30.3651 19.8063 30.2107 19.5913 29.9814 19.5137C29.752 19.4357 29.4985 19.5134 29.3513 19.7058C29.1039 20.0297 28.7374 20.2462 28.3291 20.3039L21.6013 21.2552C20.7475 21.3761 19.9566 20.7811 19.8361 19.9273C19.7152 19.0738 20.3102 18.2829 21.1637 18.162L26.8964 17.3515L26.8188 17.3567L27.3009 17.0863L30.3576 12.0828C30.7485 11.4433 31.4645 11.0761 32.2121 11.1326C32.2227 11.1333 32.2329 11.134 32.2434 11.1348C33.2505 11.2109 34.0425 12.0267 34.0885 13.0353L34.6493 25.3104C34.6432 26.3928 33.8297 27.3016 32.7529 27.4263L28.2684 27.9442C27.9863 27.9766 27.7724 28.2135 27.7686 28.4975L27.6805 34.9152C27.6763 35.2271 27.926 35.4836 28.2375 35.4881C28.5494 35.4922 28.8059 35.2425 28.8104 34.9307L28.8914 29.0093L32.8825 28.5486C34.5333 28.358 35.7792 26.96 35.7792 25.2983C35.7792 25.2896 35.7788 25.281 35.7784 25.2723C35.7784 25.2723 35.404 17.0754 35.2172 12.9837C35.1449 11.4041 33.905 10.127 32.3285 10.0083C32.3179 10.0075 32.3074 10.0064 32.2972 10.0056C31.1267 9.91748 30.0054 10.4922 29.3934 11.4937L26.4758 16.27Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2265 1.98628C23.2265 1.53698 23.048 1.1057 22.7301 0.787857C22.4122 0.469952 21.9814 0.291473 21.5317 0.291473H13.6499C12.7137 0.291473 11.9551 1.0504 11.9551 1.98628V9.16634C11.9551 9.53541 12.1705 9.87063 12.5065 10.0235C12.8424 10.1764 13.2367 10.1188 13.5151 9.87624C14.0585 9.40284 14.8243 8.73542 15.2509 8.36334C15.3541 8.27372 15.4859 8.22439 15.6223 8.22439H21.5316C21.9813 8.22439 22.4122 8.04585 22.7301 7.728C23.0479 7.4101 23.2264 6.97888 23.2264 6.52958V1.98628H23.2265ZM13.085 8.75244V1.98628C13.085 1.67446 13.3377 1.42136 13.6499 1.42136H21.5316C21.6815 1.42136 21.8254 1.48086 21.9312 1.58708C22.0371 1.69289 22.0966 1.83639 22.0966 1.98628V6.52958C22.0966 6.67947 22.0371 6.82297 21.9312 6.92878C21.8254 7.035 21.6815 7.0945 21.5316 7.0945H15.6224C15.2129 7.0945 14.8175 7.24249 14.5087 7.51142L13.085 8.75244Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0747 3.79108H20.1938C20.5057 3.79108 20.7587 3.53799 20.7587 3.22617C20.7587 2.91435 20.5056 2.66125 20.1938 2.66125H15.0747C14.7629 2.66125 14.5098 2.91435 14.5098 3.22617C14.5098 3.53799 14.7628 3.79108 15.0747 3.79108Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0747 5.8513H17.5917C17.9032 5.8513 18.1566 5.5982 18.1566 5.28638C18.1566 4.9745 17.9032 4.72147 17.5917 4.72147H15.0747C14.7629 4.72147 14.5098 4.97456 14.5098 5.28638C14.5097 5.5982 14.7628 5.8513 15.0747 5.8513Z" fill="#F7A400"></path>-->
                                    <path fill-rule="evenodd" clip-rule="evenodd" d="M26.79 21.663L28.4874 21.4227C29.284 21.3101 29.9883 20.8472 30.4078 20.161L32.2232 17.189C32.3859 16.9231 32.3015 16.5751 32.0356 16.4124C31.7697 16.2501 31.4217 16.3341 31.259 16.6L29.4437 19.572C29.2004 19.9701 28.7913 20.2386 28.3292 20.3041L26.6317 20.5441C26.3229 20.5878 26.1075 20.874 26.1511 21.1828C26.1948 21.4912 26.4811 21.7066 26.79 21.663Z" fill="#F7A400"></path>-->
                             
                            </svg>
                        </div>
                        <h4>why choose us?</h4>
                        <p style="color: white;">
                            With years of proven experience, our brand is trusted by customers across India for its reliability and consistent performance.
                        </p>
                    </div>
                </div>
            </div>

            <!-- RIGHT SIDE -->
            <div class="col-md-6">
                <h3 class="faq-title">6 REASONS TO PARTNER WITH US</h3>
                <p class="faq-para">
                    Our clients deserve the best. So, we facilitate them with the best BPO 
                    outsourcing services and outsource BPO services.
                </p>

                <div class="faq-list">

                    <!-- Single FAQ -->
                    <div class="faq-item text-white">
                        <p style="color: white;">Dedicated Client Service Support</p>
                        <span class="plus">+</span>
                    </div>
                    <div class="faq-answer">
                        Experience unparalleled client support with our dedicated team, always ready to address your needs and ensure seamless service delivery for optimal satisfaction.
                    </div>

                    <div class="faq-item text-white">
                        <p style="color: white;">Workforce Intelligence</p>
                        <span class="plus">+</span>
                    </div>
                    <div class="faq-answer">
                       Leverage cutting-edge analytics to gain deep insights into workforce performance, enabling data-driven decisions that enhance productivity and operational efficiency..
                    </div>

                    <div class="faq-item text-white">
                        <p style="color: white;">Quality Assurance</p>
                        <span class="plus">+</span>
                    </div>
                    <div class="faq-answer">
                        Ensure excellence with our rigorous quality assurance processes, designed to deliver top-notch performance and exceptional service standards every time.
                    </div>

                </div>
            </div>
        </div>
    </div>

    <style>
        .faq-section { position: relative; }

        .faq-answer {
            display: none;
            background: #fff3cd;
            color: #000;
            padding: 15px 20px;
            margin-top: -10px;
            margin-bottom: 18px;
            border-radius: 0 0 10px 10px;
            font-size: 15px;
        }
    </style>
</section>

<script>
    document.querySelectorAll(".faq-item").forEach((faq, index) => {

        faq.addEventListener("click", function() {

            let answer = faq.nextElementSibling;
            let plus = faq.querySelector(".plus");

            if (answer.style.display === "block") {
                answer.style.display = "none";
                plus.textContent = "+";
            } else {
                document.querySelectorAll(".faq-answer").forEach(a => a.style.display = "none");
                document.querySelectorAll(".plus").forEach(p => p.textContent = "+");

                answer.style.display = "block";
                plus.textContent = "-";
            }
        });

    });
</script>









<section>
    <!--<div class="container">-->
    <!--    <div class="row align-items-center">-->

    
    <!--        <div class="col-md-6">-->
    <!--            <div class="faq-left">-->
    <!--                <img src="img/img-faq.avif" class="img-fluid faq-main-img">-->

    <!--                <div class="faq-box">-->
    <!--                    <div class="faq-icon">-->
    <!--                        <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2563 21.887H19.8349C20.1467 21.887 20.3998 21.6339 20.3998 21.3221C20.3998 21.0103 20.1467 20.7572 19.8349 20.7572H12.2563C11.9445 20.7572 11.6914 21.0103 11.6914 21.3221C11.6914 21.6339 11.9444 21.887 12.2563 21.887Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0264 21.3221V34.9233C17.0264 35.2351 17.2795 35.4882 17.5913 35.4882C17.9027 35.4882 18.1562 35.2351 18.1562 34.9233V21.3221C18.1562 21.0102 17.9027 20.7571 17.5913 20.7571C17.2795 20.7571 17.0264 21.0102 17.0264 21.3221Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M4.92772 0.291473C2.72897 0.291473 0.943359 2.07708 0.943359 4.27619C0.943359 6.47529 2.72897 8.26054 4.92772 8.26054C7.12688 8.26054 8.91249 6.47535 8.91249 4.27619C8.91249 2.07702 7.12688 0.291473 4.92772 0.291473ZM4.92772 1.42136C6.50353 1.42136 7.7826 2.70043 7.7826 4.27619C7.7826 5.85165 6.50353 7.13065 4.92772 7.13065C3.35225 7.13065 2.07325 5.85165 2.07325 4.27619C2.07325 2.70037 3.35231 1.42136 4.92772 1.42136Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M30.8529 0.291473C28.6538 0.291473 26.8682 2.07708 26.8682 4.27619C26.8682 6.47529 28.6538 8.26054 30.8529 8.26054C33.0517 8.26054 34.8373 6.47535 34.8373 4.27619C34.8373 2.07702 33.0517 0.291473 30.8529 0.291473ZM30.8529 1.42136C32.4284 1.42136 33.7074 2.70043 33.7074 4.27619C33.7074 5.85165 32.4284 7.13065 30.8529 7.13065C29.2771 7.13065 27.9981 5.85165 27.9981 4.27619C27.9981 2.70037 29.2771 1.42136 30.8529 1.42136Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M8.04144 16.3672C8.13485 16.5555 8.32845 16.6809 8.54728 16.6809L8.75707 16.6402L13.959 14.5608C14.7597 14.2411 15.6693 14.6309 15.9895 15.4316C16.3092 16.2319 15.9191 17.1415 15.1187 17.4616L8.24863 20.2076C7.59214 20.4701 6.84869 20.2577 6.42799 19.7063C6.28112 19.5138 6.02761 19.4363 5.79791 19.5138C5.56856 19.5914 5.41413 19.8069 5.41413 20.049V22.8862C5.41413 23.1732 5.62918 23.4142 5.91394 23.4474L10.4866 23.9754C11.5672 24.1001 12.3829 25.0153 12.3829 26.1034V34.9233C12.3829 35.2352 12.636 35.4882 12.9478 35.4882C13.2597 35.4882 13.5128 35.2351 13.5128 34.9233V26.1034C13.5128 24.4413 12.2669 23.0436 10.6161 22.8531L6.54396 22.3827V21.2031C7.19555 21.5025 7.96086 21.5394 8.6678 21.257L15.5383 18.511C16.9175 17.9592 17.5898 16.3917 17.0384 15.0121C16.487 13.6324 14.9195 12.9602 13.5399 13.5116L8.78082 15.4139L6.04687 10.9392C5.66085 10.3072 5.03148 9.86242 4.30722 9.70911C4.28501 9.70462 4.2628 9.69972 4.24017 9.69517C3.48124 9.53471 2.68993 9.70947 2.06925 10.1746C1.44856 10.6401 1.05876 11.3504 0.999974 12.124C0.667772 16.4952 0.00153606 25.2556 0.00153606 25.2556C0.000354475 25.2699 0 25.2842 0 25.2986C0 26.9587 1.24326 28.3553 2.89175 28.5481L6.96874 29.0746V34.9233C6.96874 35.2352 7.22184 35.4882 7.53366 35.4882C7.84548 35.4882 8.09857 35.2351 8.09857 34.9233V28.5779C8.09857 28.2935 7.88766 28.054 7.60591 28.0174L3.02609 27.4265C1.9531 27.3027 1.14141 26.3994 1.12977 25.3215C1.12977 25.3185 2.12632 12.2096 2.12632 12.2096C2.16058 11.761 2.38656 11.3486 2.74665 11.0789C3.10709 10.8089 3.56584 10.7075 4.00645 10.8006L4.07309 10.8145C4.49344 10.9035 4.85837 11.1618 5.08246 11.5283C5.93704 12.9271 7.66912 15.7624 8.007 16.3156C8.01846 16.3337 8.02974 16.351 8.04144 16.3672Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5565 17.189L5.37188 20.1609C6.0562 21.281 7.44899 21.7443 8.66814 21.2569C8.95775 21.1413 9.09901 20.8121 8.98304 20.5229C8.86742 20.2332 8.53823 20.092 8.24898 20.2076C7.54168 20.4905 6.73342 20.2219 6.33605 19.5719L4.52073 16.5999C4.35802 16.334 4.00999 16.25 3.74413 16.4123C3.47816 16.5751 3.39379 16.923 3.5565 17.189Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M26.4758 16.27L21.0056 17.0435C19.5345 17.2514 18.5093 18.6148 18.7172 20.0859C18.9251 21.5567 20.2885 22.5822 21.7596 22.3743L28.4874 21.4226C28.7491 21.3856 29.0007 21.3111 29.2354 21.203V22.3825L25.1632 22.8529C23.5124 23.0435 22.2666 24.4411 22.2666 26.1032V34.9231C22.2666 35.235 22.5197 35.4881 22.8315 35.4881C23.1433 35.4881 23.3964 35.235 23.3964 34.9231V26.1032C23.3964 25.0152 24.2122 24.0999 25.2927 23.9752L29.8639 23.4472H29.8627C30.1456 23.4163 30.3651 23.1768 30.3651 22.886V20.0485C30.3651 19.8063 30.2107 19.5913 29.9814 19.5137C29.752 19.4357 29.4985 19.5134 29.3513 19.7058C29.1039 20.0297 28.7374 20.2462 28.3291 20.3039L21.6013 21.2552C20.7475 21.3761 19.9566 20.7811 19.8361 19.9273C19.7152 19.0738 20.3102 18.2829 21.1637 18.162L26.8964 17.3515L26.8188 17.3567L27.3009 17.0863L30.3576 12.0828C30.7485 11.4433 31.4645 11.0761 32.2121 11.1326C32.2227 11.1333 32.2329 11.134 32.2434 11.1348C33.2505 11.2109 34.0425 12.0267 34.0885 13.0353L34.6493 25.3104C34.6432 26.3928 33.8297 27.3016 32.7529 27.4263L28.2684 27.9442C27.9863 27.9766 27.7724 28.2135 27.7686 28.4975L27.6805 34.9152C27.6763 35.2271 27.926 35.4836 28.2375 35.4881C28.5494 35.4922 28.8059 35.2425 28.8104 34.9307L28.8914 29.0093L32.8825 28.5486C34.5333 28.358 35.7792 26.96 35.7792 25.2983C35.7792 25.2896 35.7788 25.281 35.7784 25.2723C35.7784 25.2723 35.404 17.0754 35.2172 12.9837C35.1449 11.4041 33.905 10.127 32.3285 10.0083C32.3179 10.0075 32.3074 10.0064 32.2972 10.0056C31.1267 9.91748 30.0054 10.4922 29.3934 11.4937L26.4758 16.27Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2265 1.98628C23.2265 1.53698 23.048 1.1057 22.7301 0.787857C22.4122 0.469952 21.9814 0.291473 21.5317 0.291473H13.6499C12.7137 0.291473 11.9551 1.0504 11.9551 1.98628V9.16634C11.9551 9.53541 12.1705 9.87063 12.5065 10.0235C12.8424 10.1764 13.2367 10.1188 13.5151 9.87624C14.0585 9.40284 14.8243 8.73542 15.2509 8.36334C15.3541 8.27372 15.4859 8.22439 15.6223 8.22439H21.5316C21.9813 8.22439 22.4122 8.04585 22.7301 7.728C23.0479 7.4101 23.2264 6.97888 23.2264 6.52958V1.98628H23.2265ZM13.085 8.75244V1.98628C13.085 1.67446 13.3377 1.42136 13.6499 1.42136H21.5316C21.6815 1.42136 21.8254 1.48086 21.9312 1.58708C22.0371 1.69289 22.0966 1.83639 22.0966 1.98628V6.52958C22.0966 6.67947 22.0371 6.82297 21.9312 6.92878C21.8254 7.035 21.6815 7.0945 21.5316 7.0945H15.6224C15.2129 7.0945 14.8175 7.24249 14.5087 7.51142L13.085 8.75244Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0747 3.79108H20.1938C20.5057 3.79108 20.7587 3.53799 20.7587 3.22617C20.7587 2.91435 20.5056 2.66125 20.1938 2.66125H15.0747C14.7629 2.66125 14.5098 2.91435 14.5098 3.22617C14.5098 3.53799 14.7628 3.79108 15.0747 3.79108Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0747 5.8513H17.5917C17.9032 5.8513 18.1566 5.5982 18.1566 5.28638C18.1566 4.9745 17.9032 4.72147 17.5917 4.72147H15.0747C14.7629 4.72147 14.5098 4.97456 14.5098 5.28638C14.5097 5.5982 14.7628 5.8513 15.0747 5.8513Z" fill="#F7A400"></path>-->
    <!--                                <path fill-rule="evenodd" clip-rule="evenodd" d="M26.79 21.663L28.4874 21.4227C29.284 21.3101 29.9883 20.8472 30.4078 20.161L32.2232 17.189C32.3859 16.9231 32.3015 16.5751 32.0356 16.4124C31.7697 16.2501 31.4217 16.3341 31.259 16.6L29.4437 19.572C29.2004 19.9701 28.7913 20.2386 28.3292 20.3041L26.6317 20.5441C26.3229 20.5878 26.1075 20.874 26.1511 21.1828C26.1948 21.4912 26.4811 21.7066 26.79 21.663Z" fill="#F7A400"></path>-->
    <!--                            </svg>-->
    <!--                    </div>-->
    <!--                    <h4>why choose us?</h4>-->
    <!--                    <p style="color: white;">-->
    <!--                        Feeling inquisitive? Have a read through some of our FAQs or -->
    <!--                        contact our Supporters for help.-->
    <!--                    </p>-->
    <!--                </div>-->
    <!--            </div>-->
    <!--        </div>-->

            <!-- RIGHT SIDE -->
    <!--        <div class="col-md-6">-->
    <!--            <h3 class="faq-title">REASONS TO PARTNER WITH US</h3>-->
    <!--            <p class="faq-para">-->
    <!--                Our clients deserve the best. So, we facilitate them with the best BPO -->
    <!--                outsourcing services and outsource BPO services.-->
    <!--            </p>-->

    <!--            <div class="faq-list">-->

                    <!-- Single FAQ -->
    <!--                <div class="faq-item text-white">-->
    <!--                    <p style="color: white;">Which industrial sectors can avail of the benefits of outsource BPO services?</p>-->
    <!--                    <span class="plus">+</span>-->
    <!--                </div>-->

    <!--                <div class="faq-item text-white">-->
    <!--                    <p style="color: white;">What work domains does Ascent BPO specialize in?</p>-->
    <!--                    <span class="plus">+</span>-->
    <!--                </div>-->

    <!--                <div class="faq-item text-white">-->
    <!--                    <p style="color: white;">How data security is maintained at Ascent BPO Pvt Ltd?</p>-->
    <!--                    <span class="plus">+</span>-->
    <!--                </div>-->

    <!--            </div>-->
    <!--        </div>-->
    <!--    </div>-->
    <!--</div>-->
    <style>

    </style>
</section>






<section class="fusion-section">
    <style>
.fusion-section {
  background: url("img/bb.jpg") no-repeat right center;
  background-size: cover;
  background-color:#f8f9fa;
  padding: 100px 0 40px;
}

/* ===== Content ===== */
.fusion-content {
  max-width: 700px;
}



.fusion-section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fusion-section p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.blue-text {
  color: #0056ff;
}

/* ===== Bottom 3 Boxes ===== */
.fusion-boxes {
  background: #fff;
  margin-top: 60px;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.fusion-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fusion-box:last-child {
  border-bottom: none;
}

.fusion-box:hover {
  color: #0056ff;
}

.arrow {
  font-size: 20px;
  color: #0056ff;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .fusion-section {
    background: none;
    text-align: center;
    padding: 60px 20px;
  }
  .fusion-content {
    max-width: 100%;
  }
  .fusion-boxes {
    margin-top: 30px;
  }
}

    </style>
  <div class="container">
      <style>
          .slide-heading {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}

.slide-heading.visible {
  opacity: 1;
  transform: translateX(0);
}

.blue-text {
  color: #2e59d9;
  font-weight: 700;
}
      </style>
      <script>
// Animation trigger on scroll
document.addEventListener("DOMContentLoaded", function () {
  const heading = document.querySelector(".slide-heading");
  function revealOnScroll() {
    const rect = heading.getBoundingClientRect();
    const windowHeight = window.innerHeight;
    if (rect.top < windowHeight - 100) {
      heading.classList.add("visible");
      window.removeEventListener("scroll", revealOnScroll);
    }
  }
  window.addEventListener("scroll", revealOnScroll);
  revealOnScroll(); // Run once on load
});
</script>
    <div class="fusion-content">
      <h1 class="slide-heading ">
        <span class="blue-text">BPO</span> AND 
        <span class="blue-text">CX</span> SOLUTIONS POWERED<br>
         BY TECHNOLOGY & INDUSTRY EXPERTISE
       </h1>
      <h3>Multichannel and Multilingual CX Solutions</h3>
      <p style="justify-content: center;">
        Fusion CX delivers customer experience and BPO solutions that align business operations
        with evolving customer needs. By combining domain knowledge and AI-powered technology,
        we support digital transformation and operational efficiency. As enterprises view CX as
        a growth enabler, our multilingual CX and BPO services help manage customer interactions
        across multiple channels. In a changing environment, we provide tools and processes to
        support consistent communication and stronger alignment between brands and their customers.
      </p>
    </div>
  </div>

  <!-- ===== Bottom 3 Box Section ===== -->
  <div class="fusion-boxes container">
    <div class="fusion-box">
      <span>Customer Engagement</span>
      <i class="arrow">β†’</i>
    </div>
    <div class="fusion-box">
      <span>Digital Solutions</span>
      <i class="arrow">β†’</i>
    </div>
    <div class="fusion-box">
      <span>Capabilities</span>
      <i class="arrow">β†’</i>
    </div>
  </div>
</section>



<section style="padding-top: 50px; padding-bottom: 50px; background-color: white; overflow: hidden;">
  <div class="container">
    <div class="row">
      <div class="col-md-6">
        <h1 style="color: #14176c;">Affiliations You Can Trust</h1>
      </div>
      <div class="col-md-6">
        <p style="color: #5b5c88;">
          We are a BusinessFirms & Clutch approved company that aims to provide your enterprise with the best business outsourcing services and outsource business processes.
        </p>
      </div>
    </div>


    <div class="logo-slider">
      <div class="logo-slide-track">
        <div class="sslide"><img src="img/hc_1.jpg" alt="Affiliation 1"></div>
        <div class="sslide"><img src="img/hc_2.png" alt="Affiliation 2"></div>
        <div class="sslide"><img src="img/hc_3.jpg" alt="Affiliation 3"></div>
        <div class="sslide"><img src="img/hc_4.jpg" alt="Affiliation 4"></div>

        <div class="sslide"><img src="img/hc_1.jpg" alt="Affiliation 1"></div>
        <div class="sslide"><img src="img/hc_2.png" alt="Affiliation 2"></div>
        <div class="sslide"><img src="img/hc_3.jpg" alt="Affiliation 3"></div>
        <div class="sslide"><img src="img/hc_4.jpg" alt="Affiliation 4"></div>
      </div>
    </div>
  </div>
</section>

<style>
.logo-slider {
  margin-top: 30px;
}

.logo-slide-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.sslide {
  min-width: calc(24.33% - 20px);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sslide img {
  width: 150px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.3s ease;
}

.sslide img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
  .zoom-img {
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .zoom-img img {
    transition: transform 0.5s ease;
  }

  .zoom-img img:hover {
    transform: scale(1.1);
  }
</style>
   <section style="padding: 60px 0; background-image:url('img/blog_post_bg.jpg');">
  <div class="container">
    <div class="text-center mb-5">
        <h6 style="color:#f3a201;display: block;
                 text-transform: uppercase;
                 font-size: 15px;
                 font-weight: 600;
                 line-height: normal;
                 color: #f6b126;
                 margin-bottom: 12px;">OUR BLOG UPDATE</h6>
      <h2 style="color: #14176c; font-weight: 700;">Featured News And Insights</h2>
    </div>

    <!--<div class="row">-->
      <!-- Blog Card 1 -->
    <!--  <div class="col-md-4 mb-4">-->
    <!--    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">-->
    <!--      <img src="img/data_entry.jpg" class="card-img-top" alt="Blog Image" style="border-top-left-radius: 15px; border-top-right-radius: 15px;">-->
    <!--      <div class="card-body">-->
    <!--        <h5 class="card-title" style="color: #14176c; font-weight: 600;">-->
    <!--         what is data entry and how can it help your business-->
    <!--        </h5>-->
    <!--        <p class="card-text mb-1">-->
    <!--          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>-->
    <!--        </p>-->
    <!--      </div>-->
    <!--      <div class="card-footer bg-white border-0">-->
    <!--        <a href="#" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>-->
    <!--      </div>-->
    <!--    </div>-->
    <!--  </div>-->

      <!-- Blog Card 2 -->
    <!--  <div class="col-md-4 mb-4">-->
    <!--    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">-->
    <!--      <img src="img/outsourcing.jpg" class="card-img-top" alt="Blog Image" style="border-top-left-radius: 15px; border-top-right-radius: 15px;">-->
    <!--      <div class="card-body">-->
    <!--        <h5 class="card-title" style="color: #14176c; font-weight: 600;">-->
    <!--         quick tips to find the right outsourcing company-->
    <!--        </h5>-->
    <!--        <p class="card-text mb-1">-->
    <!--          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>-->
    <!--        </p>-->
    <!--      </div>-->
    <!--      <div class="card-footer bg-white border-0">-->
    <!--        <a href="#" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>-->
    <!--      </div>-->
    <!--    </div>-->
    <!--  </div>-->

      <!-- Blog Card 3 -->
    <!--  <div class="col-md-4 mb-4">-->
    <!--    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">-->
    <!--      <img src="img/call_center.jpg" class="card-img-top" alt="Blog Image" style="border-top-left-radius: 15px; border-top-right-radius: 15px;">-->
    <!--      <div class="card-body">-->
    <!--        <h5 class="card-title" style="color: #14176c; font-weight: 600;">-->
    <!--          Call Center Projects Provider In India-->
    <!--        </h5>-->
    <!--        <p class="card-text mb-1">-->
    <!--          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>-->
    <!--        </p>-->
    <!--      </div>-->
    <!--      <div class="card-footer bg-white border-0">-->
    <!--        <a href="#" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>-->
    <!--      </div>-->
    <!--    </div>-->
    <!--  </div>-->

    <!--</div>-->
    <div class="row">

  <!-- Blog Card 1 -->
  <div class="col-md-4 mb-4">
    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">
      
      <div class="zoom-img">
        <img src="img/data_entry.jpg" class="card-img-top" alt="Blog Image">
      </div>

      <div class="card-body">
        <h5 class="card-title" style="color: #14176c; font-weight: 600;">
          what is data entry and how can it help your business
        </h5>
        <p class="card-text mb-1">
          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>
        </p>
      </div>

      <div class="card-footer bg-white border-0">
        <a href="blog.php" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>
      </div>

    </div>
  </div>

  <!-- Blog Card 2 -->
  <div class="col-md-4 mb-4">
    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">
      
      <div class="zoom-img">
        <img src="img/outsourcing.jpg" class="card-img-top" alt="Blog Image">
      </div>

      <div class="card-body">
        <h5 class="card-title" style="color: #14176c; font-weight: 600;">
          quick tips to find the right outsourcing company
        </h5>
        <p class="card-text mb-1">
          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>
        </p>
      </div>

      <div class="card-footer bg-white border-0">
        <a href="blog.php" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>
      </div>

    </div>
  </div>

  <!-- Blog Card 3 -->
  <div class="col-md-4 mb-4">
    <div class="card border-0 shadow-sm h-30" style="border-radius: 15px;">
      
      <div class="zoom-img">
        <img src="img/call_center.jpg" class="card-img-top" alt="Blog Image">
      </div>

      <div class="card-body">
        <h5 class="card-title" style="color: #14176c; font-weight: 600;">
          Call Center Projects Provider In India
        </h5>
        <p class="card-text mb-1">
          <small>By <span style="color: #fca311; font-weight: 600;"> BPO</span></small>
        </p>
      </div>

      <div class="card-footer bg-white border-0">
        <a href="blog.php" class="btn btn-outline-primary rounded-pill px-4">READ MORE β†’</a>
      </div>

    </div>
  </div>

</div>
  </div>
</section>















<!-- ================== Request a Call Back Section ================== -->
<section class="call-back-area py-5" style="background-color:#0b1e64; padding-top: 50px;
    background-image: url('img/call_back_shape.png'); 
    background-repeat: no-repeat;
  ">
    <style>
    
@keyframes bgSlideIn {
  0% {
    background-position: -300px 0; /* left se bahar */
    opacity: 0;
  }
  100% {
    background-position: 0 0; /* apni place par */
    opacity: 1;
  }
}

.bg-animate {
    animation: bgSlideIn 1.5s ease-out forwards;
    background-size: contain;   /* optional */
}
</style>
  <div class="container">
    <div class="row align-items-center bg-animate">
      <div class="col-lg-6 mb-4 mb-lg-0 text-white">
        <h2 class="fw-bold mb-3">Request A Call Back</h2>
        <p class="mb-4 text-white">
          You can request a callback from us to get your business-related queries resolved. 
          You just need to fill in the given form.
        </p>
      </div>

      <!-- Right Form Section -->
      <div class="col-lg-6">
        <form class="bg-white p-4 rounded shadow-sm">
          <div class="row g-3">
            <div class="col-md-6">
              <input type="text" class="form-control" placeholder="Your Name" required>
            </div>
            <div class="col-md-6">
              <input type="email" class="form-control" placeholder="Your Email" required>
            </div>
            <div class="col-md-6">
              <input type="text" class="form-control" placeholder="Your Mobile" required>
            </div>
            <div class="col-md-6">
              <select class="form-select">
                <option selected>Select Country</option>
                <option>India</option>
                <option>USA</option>
                <option>UK</option>
                <option>Canada</option>
              </select>
            </div>
            <div class="col-md-6">
              <input type="text" class="form-control" placeholder="Enquiry Category">
            </div>
            <div class="col-md-6 d-flex align-items-center">
              <div class="form-check">
                <input class="form-check-input" type="checkbox" id="robotCheck">
                <label class="form-check-label" for="robotCheck">
                  I'm not a robot
                </label>
              </div>
            </div>
            <div class="col-12">
              <textarea class="form-control" rows="3" placeholder="Message"></textarea>
            </div>
            <div class="col-12 text-center">
              <button type="submit" class="btn btn-warning text-white px-4 py-2 fw-bold">SEND MESSAGE</button>
            </div>
          </div>
        </form>
      </div>

    </div>
  </div>
</section>




  <?php include 'footer.php'; ?>

<script>
document.addEventListener("DOMContentLoaded", function() {
  const btn = document.querySelector(".navbar button");
  const menu = document.querySelector(".menu");

  if(btn && menu) {
    btn.addEventListener("click", function() {
      // Toggle active class safely
      if (menu.classList.contains("active")) {
        menu.classList.remove("active");
      } else {
        menu.classList.add("active");
      }
    });
  }
});
</script>




  <!-- JS Scripts -->
  <!--<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"-->
  <!--  integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"-->
  <!--  crossorigin="anonymous"></script>-->
    
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct"
    crossorigin="anonymous"></script>

  <!-- Local JS -->
  <script src="js/bootstrap.min.js"></script>
  <script src="js/wow.min.js"></script>
  <script src="js/swiper.min.js"></script>
  <script src="js/jquery-fancybox.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/js/intlTelInput-jquery.min.js"></script>
  <script src="js/themes.js"></script>

  <!-- Word-by-Word Animation -->
  <script>
    const text = "Leading BPO Company In India For Call Center & Outsourcing Services";
    const heading = document.getElementById("typing-heading");
    const para = document.getElementById("para");
    const btn = document.getElementById("btn");

    const words = text.split(" ");
    let index = 0;

    function typeWordByWord() {
      if (index < words.length) {
        const span = document.createElement("span");
        span.textContent = (index === 0 ? "" : " ") + words[index];
        heading.appendChild(span);

        // Animate each word
        setTimeout(() => {
          span.style.opacity = 1;
          span.style.transform = "translateY(0)";
        }, 50);

        index++;
        setTimeout(typeWordByWord, 250);
      } else {
        // Fade in paragraph and button after heading
        setTimeout(() => {
          para.style.opacity = 1;
          para.style.transform = "translateY(0)";
          btn.style.opacity = 1;
          btn.style.transform = "translateY(0)";
        }, 400);
      }
    }

    window.onload = typeWordByWord;
  </script>
  
  
  <script>
// Open modal
document.getElementById("callBackBtn").onclick = function() {
    document.getElementById("callBackModal").style.display = "block";
}

// Close modal
document.getElementById("closeBtn").onclick = function() {
    document.getElementById("callBackModal").style.display = "none";
}


window.onclick = function(event) {
    if(event.target == document.getElementById("callBackModal")) {
        document.getElementById("callBackModal").style.display = "none";
    }
}

// Handle form submission (you can integrate with backend)
document.getElementById("callBackForm").onsubmit = function(e) {
    e.preventDefault();
    alert("Thank you! We will call you soon.");
    document.getElementById("callBackModal").style.display = "none";
}
</script>

  <script>
    const text = "Leading BPO Company In India For Call Center & Outsourcing Services";
    const heading = document.getElementById("typing-heading");
    const para = document.getElementById("para");
    const btn = document.getElementById("btn");

    const words = text.split(" ");
    let index = 0;

    function typeWordByWord() {
      if (index < words.length) {
        const span = document.createElement("span");
        span.textContent = (index === 0 ? "" : " ") + words[index];
        heading.appendChild(span);

       
        setTimeout(() => {
          span.style.opacity = 1;
          span.style.transform = "translateY(0)";
        }, 50);

        index++;
        setTimeout(typeWordByWord, 250);
      } else {
       
        setTimeout(() => {
          para.style.opacity = 1;
          para.style.transform = "translateY(0)";
          btn.style.opacity = 1;
          btn.style.transform = "translateY(0)";
        }, 400);
      }
    }

    window.onload = typeWordByWord;
  </script>

</body>
</html>

← Back to Directory Edit File πŸ”’ Chmod

WP File Manager