   Html,body{
Overflow-x:hidden importantÂ 
}
 
 body {
      font-family: 'Arial', sans-serif;
      background-color: #630cb0;
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
      color: white;
    }


    /* Navbar Styles */
    .navbar {
      background: #630cb0;
      padding-top: 20px;

    }


    .nav-link {
      color: white!important;
      font-weight: 600;
      position: relative;
      padding-right: 25px;
      font-size: 18px;

    }



    .dropdown-menu {
      border: none;
      background: linear-gradient(to right, #000000, #12002a, #30006b);
      padding: 15px 0;
      border-radius: 10px;
    }

    .dropdown-menu .dropdown-item {
      color: white;
      padding: 10px 20px;
      font-weight: 500;
    }

    .dropdown-menu .dropdown-item:hover {
      background-color: #630cb0;
    }

    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
      background-color: #38006b;
    }

    .dropdown-toggle::after {
      display: none;
    }

    .dropdown-arrow {
      font-size: 0.75rem;
      margin-left: 5px;
      color: white;
      transition: transform 0.3s;
    }

    .nav-item.dropdown:hover .dropdown-arrow {
      transform: rotate(180deg);
    }

    /* Hero Section */
     .wa-banner-image {
      min-height: 100vh;
      background: url('images/mainban.jpeg') no-repeat center center;
      background-size: cover;
      position: relative;
      z-index: 1;
    }

    .wa-banner-image::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.6); /* Dark overlay */
      z-index: -1;
    }

    .wa-banner-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

    .wa-banner-heading {
      font-size: 2.8rem;
      font-weight: bold;
    }

    .wa-banner-subtext {
      font-size: 1.2rem;
    }

    .wa-banner-btn {
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s ease;
    }

    .wa-banner-btn:hover {
      background-color: #083535;
      color: #fff;
    }

    /* Responsive font size */
    @media (max-width: 576px) {
      .wa-banner-heading {
        font-size: 2rem;
      }
      .wa-banner-subtext {
        font-size: 1rem;
      }
    }

    /* Image Section */
    .cityline {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      display: block;
    }

    .dropdown-menu {
  border: none;
  background: linear-gradient(to right, #000000, #12002a, #30006b);
  padding: 15px 0;
  border-radius: 10px;
  position: absolute; /* important for Bootstrap */
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu .dropdown-item {
  color: white;
  padding: 10px 20px;
  font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #630cb0;
}

/* Mobile view fix */
@media (max-width: 991px) {
  .dropdown-arrow {
    color: black;
  }

  .dropdown-menu {
    position: absolute; /* NOT static â€” Bootstrap needs this */
    background-color: #1a0035;
    box-shadow: none;
  }

  .dropdown-menu .dropdown-item {
    color: white;
  }

  .nav-item:hover .square-indicator {
    display: none;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

    .cont
    {
      background-color: #630cb0;
      border: 3px solid #ec5a2b;
      color: white ;
      border-radius: 15px;
      font-size: 18px;
    }
    .cont:hover
    {
      background-color: black;
      border: 3px solid #ec5a2b;
      color: white;
      border-radius: 15px;
    }
    .cont {
  position: relative;
  background-color: #630cb0;
  border: 3px solid #ec5b2a;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
}

/* Snake border - top and bottom */
.cont::before,
.cont::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, transparent, #ec5a2b, transparent);
  z-index: 2;
  animation: neon-run 2s linear infinite;
}

/* Top border */
.cont::before {
  top: 0;
  left: -100%;
}

/* Bottom border */
.cont::after {
  bottom: 0;
  left: 100%;
  animation: neon-run-reverse 2s linear infinite;
}

/* Keyframes */
@keyframes neon-run {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes neon-run-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

/* Hover Effect */
.cont:hover {
  background-color: #1a001f;
  color: white;
  box-shadow: 0 0 15px #38006b, 0 0 25px #630cb0;
}

/* Optional: faster snake on hover */
.cont:hover::before {
  animation: neon-run 1s linear infinite;
}

.cont:hover::after {
  animation: neon-run-reverse 1s linear infinite;
}

.consta {
  position: relative;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #630cb0;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

/* Neon border lines - animated */
.consta span {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, transparent, #00f0ff, transparent);
}

/* Top */
.consta span:nth-child(1) {
  top: 0;
  left: -100%;
  height: 3px;
  width: 100%;
  animation: neon-top 2s linear infinite;
}





/* Right */
.consta span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  animation: neon-right 2s linear infinite;
  animation-delay: 0.5s;
}

/* Bottom */
.consta span:nth-child(3) {
  bottom: 0;
  right: -100%;
  height: 3px;
  width: 100%;
  animation: neon-bottom 2s linear infinite;
  animation-delay: 1s;
}

/* Left */
.consta span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  animation: neon-left 2s linear infinite;
  animation-delay: 1.5s;
}

/* Hover effect */
.consta:hover {
  background-color: #630cb0;
  color: white;
  box-shadow: 0 0 15px #38006b, 0 0 25px #630cb0;
}


/* Border Animations */
@keyframes neon-top {
  0% { left: -100%; }
  100% { left: 100%; }
}
@keyframes neon-right {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes neon-bottom {
  0% { right: -100%; }
  100% { right: 100%; }
}
@keyframes neon-left {
  0% { bottom: -100%; }
  100% { bottom: 100%; }
}

.consta i {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  color: #630cb0;
  transition: transform 0.6s ease; /* Needed for rotation */
}

/* Rotate icon when hovering the entire button */
.consta:hover i {
  transform: rotate(360deg);
}

 .marquee-container {
      width: 100%;
      overflow: hidden;
      background-color: white;

      padding: 10px 0;
    }

    .marquee {
      display: flex;
      animation: scroll 30s linear infinite;
      background-color: white;
    }

    .logo-box {
      flex: 0 0 auto;
      margin: 0 20px;

      border-radius: 10px;
      padding: 10px;
      background: #fff;
      width: 120px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo-box img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    .xq-about-section {
  background-color: #38006b;
  color: white;
  padding: 20px;
  

}

/* Text Area */
.xq-about-title {
  font-size: 36px;
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.xq-about-desc {
  font-size: 19px;
  color: #ccc;
  margin-bottom: 1.5rem;
  text-align:justify
}
@media(max-width:550px)
{
  .xq-about-desc
  {
    font-size: 17px;
    
  }

  .xq-about-section
  {
    padding: 0px;
  }
}

.xq-btn-dark {
  background-color: #111;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #555;
  border-radius: 4px;
  transition: 0.3s;
}

.xq-btn-dark:hover {
  background-color: #ec5a2b;
  color: black;
  border-color: #ec5a2b;
}

/* Image Styling */
.xq-gallery-img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 180px;
}

/* Responsive Tweaks */
@media (max-width: 767.98px) {
  .xq-about-title {
    font-size: 28px;
  }

  .xq-gallery-img {
    height: 140px;
  }
}
.xq-glow-run-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 2px solid #ec5b2a;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s;
  background: transparent;
}

.xq-glow-run-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -100%;
  width: 200%;
  height: calc(100% + 4px);
  background: linear-gradient(120deg, transparent, #ec5a2b, transparent);
  animation: borderRun 2s linear infinite;
  z-index: -1;
}

@keyframes borderRun {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.xq-glow-run-btn:hover {
  color: white;
}


   .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 50px 0;
  position: relative;
}

/* Scrolling Container */
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  padding: 50px 0;
  position: relative;
}

.marquee-content {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0%); }  /* Start immediately */
  100% { transform: translateX(-50%); }
}

.marquee-text {
  display: inline-block;
  margin-right: 100px;
  font-size: 6vw;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px white;
  position: relative;
  transition: color 0.5s ease;
}

.marquee-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-stroke: 0;
  transition: width 0.5s ease;
}

.marquee-text:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .marquee-text {
    font-size: 10vw;
  }
}


 .timeline-section {
  padding: 80px 20px;
  background: #000;
  position: relative;
  z-index: 1;
}

.timeline-header h2 {
  color: white;
  text-align: center;
  text-shadow: 0 0 10px #630cb0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

.timeline-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 10px;
}

@media(max-width:920px)
{
  .medo
  {
    margin-top: 20px;
  }
}



.fill-line {
  position: absolute;
  top: 0;
  left: 15px;
  width: 4px;
  height: 0%;
  background-color: white;
  box-shadow: 0 0 10px white;
  z-index: 2;
  transition: height 0.2s ease-out;
}

.timeline-item {
  position: relative;
  margin-bottom: 100px;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  background-color: #630cb0;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 0 10px #630cb0;
}

.timeline-content {
  margin-left: 60px;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #333;
  color: #ccc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);

}

.timeline-content h4 {
  color: #ec5a2b;
}
  .section-title {
      font-weight: 700;
      font-size: 2.8rem;
      color: white;
    }

    .section-sub {
      text-transform: uppercase;
      color: white;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 18px;
    }

    .service-item {
      margin-bottom: 35px;
      padding-left: 0;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .service-item.active {
      border-left: 3px solid #ffffff;
      padding-left: 15px;
      background-color: rgba(255, 255, 255, 0.03);
    }

    .service-title {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 6px;
      color: #fff;
      transition: color 0.3s ease;
    }

    .service-title.active {
      color: #ff6b00;
    }

    .service-desc {
      font-size: 0.95rem;
      color: #ccc;
      line-height: 1.6;
    }

    .mockup-img {
      max-width: 100%;
      height: auto;
      border-radius: 20px;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
      transition: opacity 0.4s ease;
    }

    .explore-btn {
      border: 1px solid #ec5a2b;
      color: white;
      background: transparent;
      padding: 10px 20px;
      border-radius: 30px;
      font-weight: 500;
      transition: all 0.3s;
      margin-top: 20px;
    }

    .explore-btn:hover {
      background: white;
      color: #ec5a2b;
    }

    @media (max-width: 768px) {
      .section-titles {
        font-size: 2rem;
      }

      .mockup-img {
        margin-top: 30px;
      }
    }
     .section-titles {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: white;
    }

    .featured-card {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      margin-bottom: 30px;
      background: #fff;
      transition: transform 0.3s;
      padding: 16px;
    }

    .featured-image-wrapper {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      height: 35vw; /* Responsive height based on screen width */
      max-height: 400px;
      min-height: 220px;
    }

    .featured-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      border-radius: 12px;
      transition: transform 0.3s ease;
    }

    .featured-card:hover .featured-image {
      transform: scale(1.05);
    }

    .featured-title {
      font-size: 1rem;
      margin-top: 12px;
      font-weight: 600;
      color: #333;
      text-align: center;
    }

    .view-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 8px 18px;
      border: none;
      border-radius: 30px;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 2;
    }

    .featured-card:hover .view-btn {
      opacity: 1;
    }
    .view-btn:hover
    {
      background-color: black;
      color: WHITE;
    }

    .featured-image-wrapper::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(99,12,176,0.2) 0%, transparent 70%);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0);
      transition: transform 0.4s ease;
      z-index: 1;
    }

    .featured-card:hover .featured-image-wrapper::before {
      transform: translate(-50%, -50%) scale(1);
    }

    @media (max-width: 768px) {
      .section-titles {
        font-size: 2rem;
      }

      .featured-image-wrapper {
        height: 45vw; /* Taller images on smaller screens */
      }
    }
    .section-titles span {
      font-size: 14px;
      color: #a49fbf;
      text-transform: uppercase;
    }

    .section-titles h2 {
      font-size: 42px;
      font-weight: bold;
    }

    .section-titles h2 span {
      color: #a49fbf;
    }

    .section-text p {
      color: #bcb7c7;
      max-width: 500px;
    }

    .neon-box {
      background: #111111;
      border: 1px solid #ec5a2b;
      border-radius: 16px;
      padding: 40px 20px;
      position: relative;
      overflow: hidden;

    }

    .neon-box .step {
      border-right: 1px solid #2a2a2a;
    }

    .neon-box .step:last-child {
      border-right: none;
    }

    .step-icon {
      font-size: 28px;
      color: #ec5a2b;
      margin-bottom: 15px;
    }

    .step-number {
      font-weight: 700;
      margin-bottom: 10px;
      color: white;
    }

    .step-title {
      font-weight: 600;
      color: #fff;
    }

    .step-text {
      color: #999;
      font-size: 14px;
    }

    .btn-purple {
      color: #f0f;
      font-weight: 600;
      background: transparent;
      border: none;
    }

    .neon-border {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    .neon-border::before {
      content: "";
      position: absolute;
      width: 200%;
      height: 2px;
      background: linear-gradient(90deg, transparent, #630cb0, transparent);
      animation: borderMove 3s linear infinite;
      top: 0;
      left: -50%;
    }

    @keyframes borderMove {
      0% {
        left: -50%;
      }
      100% {
        left: 100%;
      }
    }

    @media (max-width: 767px) {
      .neon-box .step {
        border-right: none;
        border-bottom: 1px solid #2a2a2a;
        margin-bottom: 30px;
      }

      .neon-box .step:last-child {
        border-bottom: none;
      }
    }
     .insta-section h6 {
      text-transform: uppercase;
      color: #9ca3af;
      font-size: 0.9rem;
      letter-spacing: 1px;
      margin-bottom: 5px;
    }

    .insta-section h2 {
      font-weight: 700;
      font-size: 2.2rem;
      color: #1f2937;
    }

    .insta-section a {
      color: #f97316;
      font-weight: 600;
      text-decoration: none;
    }

    .insta-grid {
      margin-top: 40px;
    }

    .insta-grid .insta-img {
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .insta-grid .insta-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }

    .insta-grid .insta-img:hover {
      transform: scale(1.03);
    }

    @media (max-width: 767px) {
      .insta-grid .col-6 {
        margin-bottom: 20px;
      }
    }
     .testimonial-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: white;

    }
    .testimonial-card {
      background-color: white;
      border-radius: 20px;
      padding: 30px;
      color: black;
      position: relative;
      min-height: 250px;
      margin: 15px 0;
     
    }
    .testimonial-card .quote {
      font-size: 40px;
      position: absolute;
      top: 20px;
      right: 30px;
      opacity: 0.15;
    }
    .testimonial-stars {
      color: gold;
      margin-top: 15px;
      font-size: 20px;
    }
    .testimonial-img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 10px;
      border: 2px solid white;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: black;
      border-radius: 50%;
    }
    @media (max-width: 768px) {
      .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    
    
    .footer {
      background-color: black;
      padding: 40px 20px 0;
      padding-bottom: 20px;
    }

    .footer h5 {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .footer .icon-color {
      color: white;
    }

    .footer .socials-icons a {
      color: white;
      font-size: 24px;
      margin: 0 8px;
      transition: 0.3s;
    }

    .footer .socials-icons a:hover {
      color: #630cb0;
    }

    .footer-bottom {
      border-top: 1px solid white;
      margin-top: 30px;
      padding: 15px 0;
      text-align: center;
    }

    .footer-bottom a {
      color: white;
      margin: 0 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
    }

    .footer-bottom a:hover {
      color: #630cb0;
    }

    .footer-logo {
      max-width: 120px;
      margin-bottom: 20px;
    }

    @media (max-width: 576px) {
      .footer .socials-icons {
        justify-content: center !important;
        margin-top: 20px;
      }

      .footer .contacts-info {
        text-align: center;
      }

      .footer-bottom {
        font-size: 13px;
      }

      .footer-logo {
        margin: 0 auto 20px;
        display: block;
      }

      .contacts-items {
        justify-content: center !important;
        text-align: center;
      }
      
    }


      @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-15px);
      }
    }

    #chatbotToggle {
      animation: bounce 2s infinite;
    }

    #chatbotWindow {
      width: 300px;
      position: fixed;
      bottom: 80px;
      right: 20px;
      display: none;
      z-index: 9999;
      transition: all 0.3s ease;
    }

    @media (max-width: 576px) {
      #chatbotWindow {
        width: 90% !important;
        right: 5% !important;
      }
    }

    .chat-area {
      height: 300px;
      overflow-y: auto;
      font-size: 14px;
      background-color: #f8f9fa;
      padding: 10px;
    }

    .bot-msg, .user-msg {
      margin: 5px 0;
      padding: 8px 12px;
      border-radius: 15px;
      max-width: 80%;
      word-wrap: break-word;
    }

    .bot-msg {
      background-color: #e2e3e5;
      align-self: flex-start;
    }

    .user-msg {
      background-color: #0d6efd;
      color: white;
      align-self: flex-end;
    }

    .chat-body {
      display: flex;
      flex-direction: column;
    }
       .industries-section {
      padding: 80px 20px;
    }

    .industry-card {
      background: #fff;
      padding: 30px 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      text-align: center;
      transition: 0.3s ease;
      border: 2px solid transparent;
      height: 100%;
      border-top-left-radius:30px ;
      border-bottom-right-radius: 30px;
    }


    .industry-card:hover {
      transform: translateY(-8px);

      border:5px solid #ec5b2a;
      box-shadow: 0 8px 30px rgba(13, 110, 253, 0.15);
    }

    .industry-icon {
      font-size: 36px;
      color: #38006b;
      margin-bottom: 15px;
    }

    .industry-title {
      font-size: 1rem;
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
    }

    @media (max-width: 576px) {
      .industry-title {
        font-size: 0.9rem;
      }

      .industry-icon {
        font-size: 28px;
      }
    }
    .about-banner {
      background: url('images/servicebanner.jpeg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }


    .about-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .about-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .about-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .about-banner {
        height: 60vh;
      }
    }
     .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 60px;
    }

    .content-block {
      margin-bottom: 100px;
    }

    .content-equal {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .content-title {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: white;
    }

    .content-text {
      font-size: 1rem;
      line-height: 1.7;
      color: white;
      text-align: justify;
    }
    @media(max-width:550px)
    {
      .content-text
      {
        text-align: center;
      }
      .content-title
      {
        text-align: center;
      }
    }

    .btn-light {
      color: #630cb0;
      font-weight: 600;
    }

    .img-fluid {
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    }

    .equal-height-row {
      min-height: 100%;
      align-items: stretch;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 2rem;
      }

      .content-title {
        font-size: 1.5rem;
      }

      .content-block {
        margin-bottom: 60px;
      }

      .img-fluid {
        height: auto;
        object-fit: contain;
      }

      .btn-light {
        width: 100% !important;
      }
    }

    .nmo {
  width: 33%;
}

@media (max-width: 1400px) {
  .nmo {
    width: 45%;
  }
}

@media (max-width: 1000px) {
  .nmo {
    width: 43%;
  }
}

@media (max-width: 912px) {
  .nmo {
    width: 30%;
  }
}

@media (max-width: 550px) {
  .nmo {
    width: 63%; /* or 90%, depending on your layout */
  }
}

    .section-titless {
      text-align: center;
      color: white;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .blueprint-card {
      position: relative;
      background: #630cb0;
      padding: 30px 20px;
      text-align: center;
      overflow: hidden;
      border-radius: 0;
      border-bottom-right-radius: 35px;
      border-top-left-radius: 35px;
      z-index: 1;
    }

    /* Neon snake animation */
    .blueprint-card::before {
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      background: conic-gradient(from 0deg, white, #ec5a2b, #8e2de2, #630cb0);
      animation: snakeRotate 4s linear infinite;
      z-index: -1;
      border-bottom-right-radius: 35px;
      border-top-left-radius: 35px;
      filter: blur(3px);
    }

    .blueprint-card::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #630cb0;
      border-bottom-right-radius: 33px;
      border-top-left-radius: 33px;
      z-index: 1;
    }

    .blueprint-icon {
      font-size: 40px;
      margin-bottom: 20px;
      color: white;
      position: relative;
      z-index: 2;
      text-shadow: 0 0 10px #38006b;
    }

    .blueprint-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
      position: relative;
      z-index: 2;
    }

    .blueprint-desc {
      font-size: 14px;
      color: white;
      position: relative;
      z-index: 2;
    }

    @keyframes snakeRotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    @media (max-width: 767px) {
      .section-titless {
        font-size: 2rem;
      }
    }
      .process-section {
      padding: 60px 0;
    }

    .process-label {
      display: inline-block;
      background-color: #2e234b;
      color: #fff;
      padding: 6px 20px;
      border-radius: 20px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .process-title {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
    }

    .process-subtitle {
      text-align: center;
      font-size: 1.1rem;
      color: white;
      max-width: 700px;
      margin: 10px auto 50px;
    }

    .timelines {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .timelines::before {
      content: "";
      position: absolute;
      top: 45px;
      left: 10%;
      width: 80%;
      height: 2px;
      border-top: 2px dashed white;
      z-index: 0;
    }

    .step {
      flex: 1 1 30%;
      max-width: 300px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #2e234b;
      border: 8px solid #b3b3d1;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #fff;
    }

    .step h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .step p {
      font-size: 16px;
      color: white;
    }

    @media (max-width: 767px) {
      .timelines::before {
        display: none;
      }
      .timelines {
        flex-direction: column;
        align-items: center;
      }
      .step {
        margin-bottom: 40px;
      }
    }
      .dm-section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      color: #ec5a2b;
      margin: 50px 0 30px;
      text-shadow: 0 0 15px #ec5a2b;
    }

    .dm-card {
      position: relative;
      background: #630cb0;
      padding: 20px;
      overflow: hidden;
      text-align: center;
      border-radius: 12px;
      transition: transform 0.3s ease;
      z-index: 1;
      height: 400px;
    }

    .dm-card:hover {
      transform: translateY(-5px);
    }

    .dm-card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: conic-gradient(from 0deg, white, #630cb0, white);
      animation: dm-rotate 4s linear infinite;
      filter: blur(3px);
      z-index: -2;
    }

    .dm-card::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #630cb0;
      z-index: -1;
    }

    @keyframes dm-rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .dm-image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .dm-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 10px;
    }

    .dm-description {
      font-size: 14px;
      color: #eee;
      margin-bottom: 20px;
    }

    .dm-button {
      background-color: transparent;
      border: 2px solid white;
      color: white;
      border-radius: 20px;
      padding: 6px 20px;
      transition: all 0.3s ease;
    }

    .dm-button:hover {
      background-color: #ec5a2b;
      color: #fff;
      box-shadow: 0 0 10px #ec5a2b, 0 0 20px #ec5a2b;
    }

    @media (max-width: 767px) {
      .dm-section-title {
        font-size: 2rem;
      }
    }
      .ec-title {
      font-size: 65px;
      font-weight: 700;
      text-align: center;

    }

    .ec-block {
      margin-bottom: 80px;
    }

    .ec-text-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .ec-heading {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .ec-desc {
      font-size: 1rem;
      line-height: 1.6;
       text-align: justify;
      hyphens: auto;
    }

    .ec-img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .ec-title {
        font-size: 2rem;
      }
      .ec-heading {
        font-size: 1.5rem;
      }
      .ec-block {
        margin-bottom: 50px;
      }

      .ec-heading {
        text-align: center;
      }
     
      
    }
      .floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
  }

  .call-button {
    width: 60px;
    height: 60px;
    background-color: #2196f3; /* Blue phone button */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;

  }

  .call-button:hover {
    transform: scale(1.1);
  }

  .whatsapp-button {
    background-color: white;
    color: #075e54;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-decoration: none;
    gap: 8px;
  }

  .whatsapp-button:hover {
    background-color: #f1f1f1;
  }

  .whatsapp-button i {
    font-size: 20px;
    color: #25d366;
  }
   .dm-faq-section {
      padding: 60px 0;
      background-color: #630cb0;
    }

    .dm-faq-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }

    .accordion-button {
      position: relative;
      font-weight: 600;
      padding-left: 2.5rem;
      background-color: #fff;
      box-shadow: none;
    }

    .accordion-button::after {
      display: none; /* completely remove Bootstrap's default arrow */
    }

    .accordion-button::before {
      content: '+';
      position: absolute;
      left: 1rem;
      font-size: 20px;
      font-weight: bold;
      transition: all 0.2s ease;
    }

    .accordion-button:not(.collapsed)::before {
      content: 'â€“';
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      padding: 10px;
    }
      .dm-client-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
      color: white;
    }

    .dm-client-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease-in-out;
      text-align: center;
      height: 150px;
    }

    .dm-client-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

    .dm-client-logo {
      max-width: 100%;
      max-height: 80px;
      object-fit: contain;
      margin: 0 auto;
    }
     .contact-section {
      padding: 60px 0;

    }

    .contact-header h1 {
      font-size: 48px;
      font-weight: 800;
    }

    .contact-infos p {
      margin: 5px 0;
      font-size: 15px;
      color: #ccc;
    }

    .form-label {
      color: white;
      font-size: 17px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      color: white;
      font-size: 15px;
      padding-left: 0;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: white;
    }

    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus {
      border-color: white;
      outline: none;
      box-shadow: none;
    }

    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 18px;
    }
    .blo
    {
      color: black;
    }

    @media (max-width: 768px) {
      .contact-header h1 {
        font-size: 36px;
        text-align: center;
      }

      .contact-infos {
        text-align: center;
      }

      .contact-form {
        padding-top: 30px;
      }

      .social-icons {
        text-align: center;
      }
    }
    .contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: transparent !important; /* override any default background */
  border: none !important;
  border-bottom: 2px solid white !important; /* only bottom border */
  border-radius: 0 !important;
  color: white !important;
  font-size: 15px;
  padding-left: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: white !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-bottom: 1px solid white !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: white !important;
}
    #preloader {
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000;
      z-index: 9999;
      transition: opacity 0.8s ease, visibility 0.8s;
    }

    #preloader.fade-out {
      opacity: 0;
      visibility: hidden;
    }

    .blob {
      width: 120px;
      height: 120px;
      background: linear-gradient(135deg, #00fff0, #ff00f7);
      border-radius: 40% 60% 55% 45%;
      animation: morph 2.5s infinite ease-in-out, glow 1.5s infinite alternate;
      box-shadow: 0 0 20px #00fff0, 0 0 40px #ff00f7, 0 0 60px #00fff0;
    }

    @keyframes morph {
      0% {
        border-radius: 42% 58% 63% 37% / 55% 43% 57% 45%;
        transform: rotate(0deg);
      }
      50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
        transform: rotate(180deg);
      }
      100% {
        border-radius: 42% 58% 63% 37% / 55% 43% 57% 45%;
        transform: rotate(360deg);
      }
    }

    @keyframes glow {
      0% {
        box-shadow: 0 0 15px #00fff0, 0 0 30px #ff00f7;
      }
      100% {
        box-shadow: 0 0 35px #00fff0, 0 0 60px #ff00f7;
      }
    }

    .main-content {
      display: none;
      height: 100vh;
      background: linear-gradient(to right, #1e1e2f, #282840);
      color: #fff;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
    }

    body.loaded .main-content {
      display: flex;
    }
 .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: white;
      margin-bottom: 1rem;
    }

    .section-title::after {
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      background-color: #ff9900;
      margin-top: 10px;
    }

    .content-section {
      padding: 60px 20px;
      border-bottom: 1px solid #ff9900;
      max-width: 1200px;
      margin: 0 auto;
    }

    .grid-images {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .grid-images img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 1px solid #ff9900;
    }

    .content-area {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .content-area p {
      color: white;
      font-size: 0.95rem;
      margin-bottom: 20px;
      line-height: 1.7;
      text-align: justify;
    }
    @media(max-width:550px)
    {
      .content-area p 
      {
        text-align: center;
      }
      .okm
      {
        text-align: center;
      }
      
    }


    .btn-outline-light-custom {
      border: 1px solid #ff9900;
      color: #fff;
      padding: 6px 14px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
      background-color: transparent;
      width: fit-content;
    }

    .btn-outline-light-custom:hover {
      background: #ff9900;
      color: #000;
    }

    @media (max-width: 991.98px) {
      .section-title {
        font-size: 2rem;
      }

      .grid-images {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 575.98px) {
      .grid-images {
        grid-template-columns: 1fr;
      }
    }
    .why-webads-section {
      padding: 80px 0;
    }

    .why-webads-title {
      font-size: 40px;
      font-weight: bold;
    }

    .why-webads-title span {
      color: #ec5b2a;
    }

    .why-webads-desc {
      font-size: 18px;
      margin-bottom: 40px;
      color: white;
    }

    .why-webads-feature {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
    }

    .why-webads-icon {
      background: #fff3e0;
      color: #ec5b2a;
      font-size: 22px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .why-webads-feature h5 {
      font-weight: 600;
      margin-bottom: 5px;
      color: white;
    }

    .why-webads-feature p {
      margin: 0;
      color: white;
    }

    .why-webads-image {
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .why-webads-image-container {
      height: 100%;
    }

    .why-webads-btn {
      background: #ec5b2a;
      color: white;
      padding: 10px 15px;
      font-size: 14px;
      width: 180px;
      border: none;
      border-radius: 4px;
      text-align: center;
      transition: background 0.3s ease;
    }

    .why-webads-btn:hover {
      background: #e67c00;
    }

    @media (max-width: 767px) {
      .why-webads-title {
        font-size: 32px;
        text-align: center;
      }

      .why-webads-desc {
        text-align: center;
      }

      .why-webads-btn {
        margin: 0 auto;
        display: block;
      }
    }
     .team-carousel {
      position: relative;
      overflow: hidden;
      padding: 60px 20px 40px;
      background: #fff;
      max-width: 1200px;
      margin: auto;
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    }

    .team-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .team-card {
      flex: 0 0 auto;
      width: 25%;
      padding: 15px;
      box-sizing: border-box;
      text-align: center;
    }

    .team-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 12px;
      margin-bottom: 15px;
    }

    .team-card h3 {
      font-size: 1.1rem;
      font-weight: 700;
      color: #083535;
      margin-bottom: 5px;
    }

    .team-card p {
      margin: 0;
      color: #333;
      font-size: 0.95rem;
    }

    .team-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #083535;
      color: white;
      border: none;
      padding: 10px 15px;
      font-size: 20px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
    }

    .team-btn.prev {
      left: 10px;
    }

    .team-btn.next {
      right: 10px;
    }

    .team-indicators {
      text-align: center;
      margin-top: 25px;
    }

    .team-indicators span {
      display: inline-block;
      height: 12px;
      width: 12px;
      margin: 0 6px;
      background-color: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .team-indicators .active {
      background-color: #083535;
    }

    @media (max-width: 992px) {
      .team-card {
        width: 50%;
      }
    }

    @media (max-width: 576px) {
      .team-card {
        width: 100%;
      }
    }
    body {
      margin: 0;
      font-family: 'Inter', sans-serif;
    }

    /* About Us Banner Section */
    .about-banner-section {
      background-image: url('images/googleone.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .about-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }

    .about-banner-content {
      position: relative;
      z-index: 1;
      padding-left: 15px;
      padding-right: 15px;
    }

    .about-tagline {
      color: #FBB03B;
      font-weight: 600;
      font-size: 1.1rem;
      display: inline-block;
      margin-bottom: 10px;
    }

    .about-heading {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.4;
    }

    @media (min-width: 768px) {
      .about-heading {
        font-size: 3.5rem;
      }
    }

    @media (min-width: 1200px) {
      .about-heading {
        font-size: 4rem;
      }
    }
      .about-section {
      padding: 60px 0;
    }

    .about-title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .highlight {
      color: #ec5a2b;
    }

    .about-text p {
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .about-btn {
      background-color: #ec5a2b;
      border: none;
      color: #fff;
      padding: 10px 30px;
      font-weight: 600;
      border-radius: 50px;
      transition: background 0.3s ease;
    }

    .about-btn:hover {
      background-color: #e29e2f;
    }

    .about-img-wrapper {
      border: 20px solid #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    @media (max-width: 767.98px) {
      .about-title {
        font-size: 2rem;
        text-align: center;
      }
      .about-text {
        text-align: center;
      }
      .about-btn {
        display: block;
        margin: 0 auto;
      }
    }
    .icon-circle {
  width: 60px;
  height: 60px;
  background-color: #30006b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.9);
}

.text-pink {
    color: #ec5a2b;
  }

  .btn-gradient-pink {
    background: linear-gradient(to right, #ff4da6, #a754f3);
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
  }

  .btn-gradient-pink:hover {
    opacity: 0.85;
    transform: scale(1.05);
  }

  .card-gradient {
    border-radius: 20px;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
  }

 .card-gradient .arrow-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ffffff;
  color: black;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.card-gradient:hover .arrow-btn {
  transform: rotate(45deg);
  background-color: #ffffff;
  color: #000;
}

  .card-gradient.purple {
    background: linear-gradient(135deg, #a754f3, #6b2acb);
  }

  .card-gradient.pink {
    background: linear-gradient(135deg, #ec5a2b);
  }
  .webads-benefits-section {
      padding: 80px 0;
    }

    .webads-benefits-section h2 {
      font-size: 36px;
      font-weight: bold;
    }

    .webads-benefit-card {
      background-color: #1f1f1f;
      border: none;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .webads-benefit-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(236, 91, 42, 0.3);
    }

    .webads-benefit-card .fas {
      color: #ec5b2a;
    }

    .webads-card-title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 10px;
      color: white;
    }

    .webads-card-text {
      font-size: 15px;
      color: #cccccc;
    }

    @media (max-width: 767px) {
      .webads-benefits-section h2 {
        font-size: 28px;
        text-align: center;
      }
    }



      .web-banner-section {
      background: url('images/webban.jpg') no-repeat center center;
      background-size: cover;
      height: 85vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    .web-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .web-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .web-banner h1 {
      color: #fff;
      font-size: 3rem;
      z-index: 1;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .web-banner h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 576px) {
      .web-banner {
        height: 60vh;
      }
    }

     .web-banner-content {
      position: relative;
      z-index: 1;
      padding-left: 15px;
      padding-right: 15px;
    }

    .web-tagline {
      color: #FBB03B;
      font-weight: 600;
      font-size: 1.1rem;
      display: inline-block;
      margin-bottom: 10px;
    }

    .web-heading {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.4;
    }

    @media (min-width: 768px) {
      .web-heading {
        font-size: 3.5rem;
      }
    }

    @media (min-width: 1200px) {
      .web-heading {
        font-size: 4rem;
      }
    }
      .web-section {
      padding: 60px 0;
    }
     .premium-section {
      padding: 80px 0;
    }

    .section-label {
      font-size: 16px;
      color: #ec5b2a;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .premium-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #ffffff;
    }

    .tech-used {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .highlight-tech {
      color: #ec5b2a;
      font-weight: 600;
    }

    .features-list {
      list-style: none;
      padding-left: 0;
    }

    .features-list li {
      margin-bottom: 15px;
      position: relative;
      padding-left: 25px;
    }

    .features-list li::before {
      content: 'âœ”';
      position: absolute;
      left: 0;
      color: #ec5b2a;
    }

    .premium-note {
      margin-top: 30px;
      font-size: 15px;
      background-color: #1e1e3f;
      padding: 15px 20px;
      border-left: 5px solid #ec5b2a;
      border-radius: 6px;
    }

    .premium-image {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .premium-image img {
      height: 100%;
      max-height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    .row.align-items-stretch {
      align-items: stretch;
    }

    @media (max-width: 767px) {
      .premium-title {
        font-size: 24px;
      }

      .premium-note {
        font-size: 14px;
      }
    }

    .seo-strategy-section {
      padding: 80px 0;
    }

    .seo-strategy-section h2 {
      font-size: 36px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px;
    }

    .seo-strategy-block {
      background: linear-gradient(145deg, #1a1a2e, #161625);
      padding: 30px;
      border-radius: 16px;
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .seo-strategy-block:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }

    .seo-strategy-title {
      font-size: 20px;
      font-weight: 600;
      color: #ec5b2a;
      margin-bottom: 15px;
    }

    .seo-strategy-list {
      padding-left: 20px;
    }

    .seo-strategy-list li {
      margin-bottom: 10px;
      list-style: "ðŸ”¹ ";
      padding-left: 10px;
      color: #cccccc;
    }

    @media (max-width: 768px) {
      .seo-strategy-section h2 {
        font-size: 28px;
      }
    }
    .ppc-new-section {
      background: linear-gradient(135deg, #1a0033 50%, #00001a 50%);
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }

    .ppc-content-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
    }

    .ppc-text-block {
      flex: 1 1 450px;
    }

    .ppc-text-block h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
      background: linear-gradient(to right, #fff, #630cb0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .ppc-text-block p {
      font-size: 18px;
      color: #cccccc;
      margin-bottom: 30px;
    }

    .ppc-feature {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 20px;
    }

    .ppc-feature i {
      color: #ec5a2b;
      font-size: 22px;
      margin-top: 2px;
    }

    .ppc-feature span {
      font-size: 17px;
      color: #e0e0e0;
    }

    .ppc-image-block {
      flex: 1 1 400px;
    }

    .ppc-image-block img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 0 40px rgba(0, 255, 204, 0.3);
    }

    @media (max-width: 768px) {
      .ppc-content-wrapper {
        flex-direction: column;
      }
      .ppc-text-block h2 {
        font-size: 28px;
        text-align: center;
      }
      .ppc-text-block p {
        text-align: center;
      }
    }
     .seo-section {
      padding: 60px 20px;
      background: linear-gradient(160deg, #38006b, #0e062b);
    }

    .seo-section .section-title {
      text-align: center;
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 60px;
      background: linear-gradient(to right, white);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .benefit-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .benefit-box {
      flex: 1 1 250px;
      max-width: 300px;
      background: rgba(255, 255, 255, 0.03);
      border-left: 4px solid #ec5b2a;
      border-radius: 12px;
      padding: 30px 25px;
      transition: 0.4s;
      position: relative;
      overflow: hidden;
    }

    .benefit-box:hover {
      background: rgba(99, 12, 176, 0.1);
      transform: translateY(-6px);
      box-shadow: 0 8px 18px rgba(236, 91, 42, 0.3);
    }

    .benefit-icon {
      font-size: 36px;
      color: #ec5b2a;
      margin-bottom: 15px;
    }

    .benefit-title {
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .benefit-text {
      font-size: 15px;
      line-height: 1.6;
      color: #ccc;
    }

    @media (max-width: 768px) {
      .seo-section .section-title {
        font-size: 30px;
      }

      .benefit-row {
        gap: 20px;
      }

      .benefit-box {
        max-width: 100%;
      }
    }
     .google-ads-webads-section {
      background-color: #38006b;
      padding: 60px 0;
    }

    .google-ads-webads-title {
      color: #ec5b2a;
      font-weight: bold;
    }

    .google-ads-webads-icon-box {
      width: 50px;
      height: 50px;
      background-color: #630cb0;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .google-ads-webads-img {
      max-height: 180px;
    }

    .google-ads-webads-feature-title {
      color: #ffffff;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .google-ads-webads-feature-text {
      color: #cccccc;
      font-size: 0.9rem;
    }
      .adsboost-section {
      background: linear-gradient(135deg, #38006b, #630cb0);
      padding: 80px 0;
    }

    .adsboost-title {
      color: #ec5b2a;
      font-weight: 700;
      font-size: 2.5rem;
    }

    .adsboost-subtitle {
      color: #ffffffcc;
      font-size: 1.1rem;
      margin-bottom: 50px;
    }

    .adsboost-feature {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid #ffffff11;
      padding: 25px;
      border-radius: 15px;
      height: 100%;
      transition: all 0.3s ease-in-out;
    }

    .adsboost-feature:hover {
      background-color: #ec5b2a22;
      transform: translateY(-5px);
    }

    .adsboost-icon {
  width: 60px;
  height: 60px;
  background-color: #ec5b2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-left: auto;   /* Add this */
  margin-right: auto;  /* Add this */
}


    .adsboost-feature h5 {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .adsboost-feature p {
      font-size: 0.95rem;
      color: #cccccc;
    }

    @media (max-width: 767px) {
      .adsboost-title {
        font-size: 1.8rem;
      }
    }
     .adshero-section {
      background: linear-gradient(135deg, #38006b 0%, #630cb0 100%);
      position: relative;
      overflow: hidden;
      padding: 100px 0;
    }

    .adshero-section .wave-shape {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 150px;
      background: url('https://www.svgrepo.com/show/356559/wave-top.svg') no-repeat bottom;
      background-size: cover;
    }

    .adshero-title {
      font-size: 2.8rem;
      color: #ec5b2a;
      font-weight: 700;
    }

    .adshero-subtext {
      font-size: 1.1rem;
      color: #ffffffcc;
      margin-bottom: 40px;
    }

    .adshero-list i {
      color: #ec5b2a;
      margin-right: 10px;
    }

    .ads-box-right {
      background-color: rgba(255,255,255,0.05);
      border-left: 4px solid #ec5b2a;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }

    .ads-box-right h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .ads-box-right ul {
      padding-left: 0;
      list-style: none;
    }

    .ads-box-right ul li {
      margin-bottom: 12px;
      padding-left: 25px;
      position: relative;
    }

    .ads-box-right ul li::before {
      content: "\f111";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 3px;
      color: #ec5b2a;
      font-size: 10px;
    }

    @media (max-width: 767px) {
      .adshero-title {
        font-size: 2rem;
      }
    }
    .social-section {
      background: linear-gradient(135deg, #38006b 0%, #630cb0 100%);
      padding: 100px 0;
      overflow: hidden;
      position: relative;
    }

    .social-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ec5b2a;
    }

    .social-section p {
      color: #ffffffcc;
    }

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

    .social-item .icon {
      width: 50px;
      height: 50px;
      background-color: #ec5b2a;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-right: 15px;
      flex-shrink: 0;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .social-item h6 {
      font-weight: 600;
      margin-bottom: 5px;
      color: #fff;
    }

    .social-image {
      max-width: 100%;
      border-radius: 16px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    }

    @media (max-width: 767px) {
      .social-section h2 {
        font-size: 2rem;
      }

      .social-item {
        flex-direction: row;
      }
    }
    .smm-benefits-section {
      background: linear-gradient(to right, #38006b, #630cb0);
      padding: 80px 0;
    }

    .smm-benefits-section h2 {
      color: #ec5b2a;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .smm-benefit-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      margin-bottom: 30px;
    }

    .smm-benefit-icon {
      width: 60px;
      height: 60px;
      background-color: #ec5b2a;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: white;
      margin-bottom: 15px;
      box-shadow: 0 0 10px #ec5b2a77;
    }

    .smm-benefit-text h6 {
      font-weight: 600;
      margin-bottom: 5px;
      color: #fff;
    }

    .smm-benefit-text p {
      margin: 0;
      color: #ffffffcc;
      font-size: 14px;
    }

    @media (min-width: 768px) {
      .center-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
      }
    }
       .personal-branding {
      background-color:  #38006b;
      color: #fff;
      padding: 80px 20px;
    }

    .personal-branding h2 {
      color: #ec5b2a;
      font-weight: bold;
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 20px;
    }

    .personal-branding p.subtitle {
      color: #ddd;
      text-align: center;
      font-size: 1rem;
      max-width: 750px;
      margin: 0 auto 50px;
    }

    .brand-feature {
      display: flex;
      align-items: flex-start;
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 15px;
      padding: 25px 20px;
      margin-bottom: 25px;
      transition: 0.3s ease;
      border-left: 5px solid #ec5b2a;
    }

    .brand-feature:hover {
      background-color: rgba(255, 255, 255, 0.1);
      transform: scale(1.02);
    }

    .brand-icon {
      width: 50px;
      height: 50px;
      background-color: #ec5b2a;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #fff;
      margin-right: 20px;
    }

    .brand-text h5 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 5px;
      color: #fff;
    }

    .brand-text p {
      font-size: 0.95rem;
      color: #ccc;
      margin-bottom: 0;
    }

    @media (min-width: 768px) {
      .brand-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
      }
    }
       .branding-section-wrapper {
      background-color: #38006b;
      border-radius: 20px;
      padding: 60px 20px;
    }

    .branding-title {
      color: #ec5b2a;
      font-weight: 700;
    }

    .branding-feature-icon {
      width: 60px;
      height: 60px;
      background-color: #fff;
      color: #630cb0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      border-radius: 50%;
      margin-bottom: 15px;
    }

    .branding-feature-box {
      background-color: #630cb0;
      padding: 25px;
      border-radius: 15px;
      transition: transform 0.3s ease;
      height: 100%;

    }

    .branding-feature-box:hover {
      transform: translateY(-10px);
    }

    .branding-feature-title {
      color: #ec5b2a;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .branding-feature-text {
      color: #e0e0e0;
      font-size: 15px;
    }
    .personal-branding-new {
      background-color: #630cb0;
      border-radius: 20px;
      padding: 60px 30px;
    }

    .personal-branding-heading {
      color: #ec5b2a;
      font-weight: 700;
    }

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

    .branding-feature-icons {
      background-color: #30006b;
      color: #fff;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      margin-right: 15px;
      font-size: 20px;
    }
    .branding-feature-icon {
  background-color: #30006b;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto 20px auto; /* top 0, horizontal auto, bottom 20px */
  font-size: 20px;
}


    .branding-feature-text {
      color: #e0e0e0;
    }

    .branding-img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }

      .section-title {
      text-align: center;
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 2.5rem;
      color: WHITE;

    }

   

    .contact-info {
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: center;
      margin-top: 10px;
      font-size: 0.95rem;
    }

    .contact-info img {
      width: 18px;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 1.8rem;
      }
    }

     .seo-banner-section {
      background-image: url('images/seoban.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .about-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .google-banner-section {
      background-image: url('images/googleadsban.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .google-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .social-banner-section {
      background-image: url('images/webfour.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .social-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .lead-banner-section {
      background-image: url('images/googleads.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .lead-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


      .personal-banner-section {
      background-image: url('images/googleads.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .personal-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .influ-banner-section {
      background-image: url('images/googleads.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .influ-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }


    .animation-banner-section {
      background-image: url('images/videoedit.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: start;
    }

    .animation-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* dark overlay */
      z-index: 0;
    }
     .animation-section {
      padding: 80px 0;
      background-color: #38006b;
    }

    .animation-heading {
      color: #ec5b2a;
      font-weight: 700;
      font-size: 2.5rem;
    }

    .animation-icon {
      font-size: 3rem;
      color: #ec5b2a;
    }

    .animation-feature-box {
      background-color: rgba(255, 255, 255, 0.05);
      border-left: 4px solid #ec5b2a;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .animation-image img {
      max-width: 100%;
      border-radius: 12px;
    }
    .explainer-video-section {
      padding: 80px 0;
      background-color: #38006b;
    }

    .explainer-video-title {
      color: #ec5b2a;
      font-size: 36px;
      font-weight: 700;
    }

    .explainer-video-description {
      font-size: 16px;
      color: #f1f1f1;
    }

    .explainer-feature-icon {
      width: 50px;
      height: 50px;
      background-color: #630cb0;
      color: #fff;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }

    .explainer-feature-text h6 {
      margin-bottom: 5px;
      color: #ffffff;
      font-weight: 600;
    }

    .explainer-feature-text p {
      margin: 0;
      font-size: 14px;
      color: #dcdcdc;
    }

    @media (max-width: 768px) {
      .explainer-video-title {
        font-size: 28px;
        text-align: center;
      }
      .explainer-video-description {
        text-align: center;
      }
    }

    .blog-li ul li{

      list-style: none !important;
    }



   .blog-image{

    width: 100% !important;
    height: 390px !important;
   }


   .blog-card a{

    text-decoration: none !important;
   }

 .card-blog{

       overflow-x:hidden !important;
   }

   html body{

       overflow-x:hidden !important;
   }

   .view-blog img {
    width: 100% ;
    height: 470px !important;
    display: block;

}

.region-section {
      
      color: white;
      text-align: center;
      padding: 10px 0;
    }

    .region-buttons {
      padding: 40px 0;
      background: white;
    }

    .region-btn {
      background-color: #38006b;
      color: white;
      padding: 15px 30px;
      border-radius: 50px;
      margin: 10px;
      font-weight: bold;
      border: none;
      transition: 0.3s ease;
      width: 180px;
    }

    .region-btn:hover {
      background-color: #630cb0;
    }


       .section-title {
      text-align: center;
      margin-bottom: 2rem;
      font-size: 2rem;
      font-weight: bold;
    }

    .find-us-row .office-col {
      display: flex;
    }

    .find-us-row .office-col .office-card {
      width: 100%;
    }

    .office-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      padding: 20px;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 0.3s ease;
    }

    .office-card:hover {
      transform: translateY(-5px);
    }

    .office-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 12px;
      margin-bottom: 15px;
    }

    .office-card h5 {
      font-weight: 600;
      margin-top: 10px;
      color: #ec5a2b;
    }

    .office-card p {
      font-size: 0.95rem;
      margin-bottom: 6px;
      color: black;
    }

    .btn-map {
      display: inline-block;
      margin-top: 12px;
      padding: 6px 18px;
      border: 1px solid #ec5a2b;
      color: #ec5a2b;
      border-radius: 25px;
      font-weight: 500;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .btn-map:hover {
      background-color: #ec5a2b;
      color: #fff;
    }

    .card-footerss {
      margin-top: auto;
      text-align: center;
    }
    
    /*whatsapp*/
  .whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 999;
    background: #25d366;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease-in-out;
  }

  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  /* ✅ Responsive adjustments */
  @media (max-width: 768px) {
    .whatsapp-float {
      bottom: 15px;
      right: 15px;
      padding: 10px;
    }
    .whatsapp-float img {
      width: 28px;
      height: 28px;
    }
  }

  @media (max-width: 480px) {
    .whatsapp-float {
      bottom: 10px;
      right: 10px;
      padding: 8px;
    }
    .whatsapp-float img {
      width: 24px;
      height: 24px;
    }
  }
