 body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #00152e;
      color: #fff;
	      overflow-x: hidden;
    }
    .navbar {
    background-color: #00152e!important;
	}
    .seo-Companies {
      padding: 50px 0px!important;
    }
    .seo-Companies h1 {
     font-size: 2.3rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
    }
    .seo-Companies p {
      font-size: 1.1rem;
      color: #cfd2d6;
    }
    .btn-custom {
      background-color: #0d6efd;
      color: #fff;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 600;
    }
    .btn-outline-custom {
      border: 2px solid #fff;
      border-radius: 25px;
      padding: 10px 25px;
      color: #fff;
      font-weight: 600;
    }
    .feature-card {
      background: #1b1b1b;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      transition: 0.3s;
    }
    .feature-card:hover {
      background: #252525;
      transform: translateY(-5px);
    }
    footer {
      padding: 20px;
      text-align: left;
      color: #bbb;
      margin-top: 50px;
    }
	
	 .section-title {
      text-align: center;
      margin-bottom: 60px;
    }
    .section-title h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .pricing-card {
      background: #1a1d3a;
      border-radius: 16px;
      padding: 40px 30px;
      text-align: center;
      transition: all 0.4s ease;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
      position: relative;
      overflow: hidden;
    }
    .pricing-card:hover {
      transform: translateY(-12px);
      background: #232752;
    }
    .pricing-card.highlight {
      border: 2px solid #0d6efd;
      transform: scale(1.05);
      background: #20244a;
    }
    .pricing-card h3 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .price {
      font-size: 2.8rem;
      font-weight: bold;
      margin: 20px 0;
      color: #0d6efd;
    }
    .pricing-card p {
      color: #ccc;
      font-size: 0.95rem;
    }
    .btn-custom {
      background: linear-gradient(to right, #0d6efd, #e83e8c);
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-custom:hover {
      opacity: 0.9;
    }
    .features {
      text-align: left;
      margin-top: 25px;
    }
    .features li {
      margin: 12px 0;
      color: #ddd;
      font-size: 0.95rem;
    }
    .features li i {
      color: #0d6efd;
      margin-right: 10px;
    }
    .badge-popular {
      position: absolute;
      top: 15px;
      right: -40px;
      background: #e83e8c;
      color: #fff;
      transform: rotate(45deg);
      width: 140px;
      text-align: center;
      font-size: 0.8rem;
      font-weight: bold;
      padding: 5px 0;
    }
	
	  .digital-section {
      padding: 60px 20px;
      text-align: center;
    }
    .digital-title {
      font-size: 2rem;
      font-weight: 700;
      color: #1c2c4c;
    }
    .digital-subtitle {
      font-size: 1rem;
      color: #333;
      margin-bottom: 40px;
    }
	.skill_d{color: #000;
    font-weight: 600;}
    .digital-card {
     float: left;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    flex-direction: row;
    flex-wrap: nowrap;

    }
	.digital-skill-card{padding:20px 0px;}
    .digital-card img {
      max-height: 40px;
      max-width: 120px;
    }
    .digital-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
    }
	
	  .section-title {
      text-align: center;
      margin-bottom: 60px;
    }
    .section-title h2 {
      font-weight: 700;
      font-size: 2rem;
    }
    .pricing-card {
      background: #1a1d3a;
      border-radius: 16px;
      padding: 40px 30px;
      text-align: center;
      transition: all 0.4s ease;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
      position: relative;
      overflow: hidden;
    }
    .pricing-card:hover {
      transform: translateY(-12px);
      background: #232752;
    }
    .pricing-card.highlight {
      border: 2px solid #0d6efd;
      transform: scale(1.05);
      background: #20244a;
    }
    .pricing-card h3 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .price {
      font-size: 2.8rem;
      font-weight: bold;
      margin: 20px 0;
      color: #0d6efd;
    }
    .pricing-card p {
      color: #ccc;
      font-size: 0.95rem;
    }
    .btn-custom {
      background: linear-gradient(to right, #0d6efd, #e83e8c);
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-custom:hover {
      opacity: 0.9;
    }
    .features {
      text-align: left;
      margin-top: 25px;
    }
    .features li {
      margin: 12px 0;
      color: #ddd;
      font-size: 0.95rem;
    }
    .features li i {
      color: #0d6efd;
      margin-right: 10px;
    }
    .badge-popular {
      position: absolute;
      top: 15px;
      right: -40px;
      background: #e83e8c;
      color: #fff;
      transform: rotate(45deg);
      width: 140px;
      text-align: center;
      font-size: 0.8rem;
      font-weight: bold;
      padding: 5px 0;
    }
	
  .navbar {
      background-color: #00152e!important;
      padding: 0.7rem 1rem;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 500;
      margin-right: 15px;
    }
    .navbar-nav .nav-link:hover {
      color: #0d6efd !important;
    }
    .dropdown-menu {
      background-color: #00215c;
      border: none;
      border-radius: 0;
    }
    .dropdown-item {
      color: #fff;
    }
    .dropdown-item:hover {
      background-color: #0d6efd;
      color: #fff;
    }
    .offcanvas {
      background-color: #000;
      color: #fff;
    }
    .offcanvas a {
      color: #fff;
    }
    .offcanvas a:hover {
      color: #0d6efd;
    }
    .navbar-brand img {
      height: 50px;
    }
	 .service-section {
         padding: 30px 0px 0px 0px;
      display: flex;
      align-items: center;
    }
    .service-image img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }
    .service-content h2 {
      font-size: 2.6rem!important;
      font-weight: 700;
      color: #fff;
    }
    .service-content h3 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 20px;
    }
    .service-content p {
      color: #cfcfcf;
      line-height: 1.8;
    }
    .service-tag {
          color: #ffffff;
    text-transform: capitalize;
      font-weight: 600;
      font-size: 0.9rem;
      margin-bottom: 10px;
      display: block;
    }
	
	    .skill_icon img{ 
			  background: #ffffff;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 10px;}
	
	 .why-choose {
      text-align: center;
         padding: 0px 0px 50px 0px;
      position: relative;
    }

    .why-choose h2 {
      font-weight: 700;
     
         color: #ffe000;  font-size: 3rem;    padding: 50px 0px 40px 0px;
    }
	.why-choose .india{display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
	}

    .center-logo {
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      width: 120px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      position: relative;
      z-index: 10;
    }

    .center-logo img {
      width: 100px;
      height: auto;
    }

    .feature-item {
      background: #fff;
      border-radius: 20px;
      padding: 0px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      transition: 0.3s;
      height: 100%;
    }

    .feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

    .feature-item h4 {
        color: #2c1469;
    font-size: 1.3rem;
    font-weight: 700;
    float: left;    width: 100%;
    }

    .feature-item p {
         font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 10px 10px;
    }
.feature-item img{width:100%;}
    @media (min-width: 992px) {
      .why-choose .row {
        position: relative;
      }

	
	
 .seo-services {
      padding: 80px 20px;
      text-align: center;
    }
    .seo-services h2 {
      font-weight: 700;
      color: #2c1469;
      margin-bottom: 40px;
    }
    .service-box {
      background: #fff;
      border-radius: 16px;
      padding: 30px 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: 0.3s;
      height: 100%;
    }
    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    .service-icon {
      font-size: 45px;
      color: #000472;
      margin-bottom: 20px;
    }
    .service-box h4 {
      font-weight: 600;
      color: #2c1469;
      margin-bottom: 10px;
      font-size: 20px;
    }
    .service-box p {
      font-size: 15px;
      color: #555;
      margin: 0;
    }	
	   .why-best {
      padding: 90px 20px;
     
    }

    .why-best h2 {
      text-align: center;
      font-weight: 700;
      color: #fff700;
      margin-bottom: 15px;
      font-size: 36px;
    }
.about-img img{width:100%;}
.Digital-service{    padding: 0px 0px 0px 0px;}
.about-section h2{font-weight: 700;
    color: #ffe000;
    font-size: 2rem!important;}
    .why-best p.subtitle {
      text-align: center;
      color: #fff;
      margin-bottom: 50px;
      font-size: 18px;
    }

    .reason-box {
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      height: 100%;
    }

    .reason-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .reason-icon {
      font-size: 40px;
      color: #130060;
      margin-bottom: 20px;
    }

    .reason-box h5 {
    color: #042774;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 10px;
    }

    .reason-box p {
      color: #555;
      font-size: 15px;
      margin: 0;
    }

    .why-best .cta {
      text-align: center;
      margin-top: 50px;
    }

    .why-best .btn-primary {
      background: #6c2eb9;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 500;
      transition: 0.3s;
    }

    .why-best .btn-primary:hover {
      background: #2c1469;
    }
	  .pricing-section {
      padding: 20px 20px;
    }
    .pricing-section h2 {
      text-align: center;
      font-weight: 700;
      color: #ffe000;
      margin-bottom: 10px;
      font-size: 36px;
    }
    .pricing-section p.subtitle {
      text-align: center;
      color: #fff;
      margin-bottom: 50px;
      font-size: 18px;
    }
    .plan-box {
      background: #fff;
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      text-align: center;
    }
    .plan-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
    .plan-box h4 {
      color: #2c1469;
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 22px;
    }
    .plan-box h3 {
      color: #350076;
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 20px;
    }
    .plan-box ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      text-align: left;
    }
    .plan-box ul li {
      padding: 8px 0;
      border-bottom: 1px solid #eee;
      color: #555;
      font-size: 15px;
    }
    .plan-box ul li i {
      color: #6c2eb9;
      margin-right: 8px;
    }
    .btn-plan {
      background: #6c2eb9;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 500;
      border: none;
      transition: 0.3s;
    }
    .btn-plan:hover {
      background: #2c1469;
    }
    .featured {
      border: 3px solid #6c2eb9;
      transform: scale(1.05);
    }
	
	  footer {
      background: #000368;
      color: #fff;
      padding: 30px 0 30px;    text-align: left;
    }
    footer h5 {
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
      font-size: 18px;
    }
    footer p, footer a {
      color: #ccc;
      font-size: 16px;
      text-decoration: none;
    }
    footer a:hover {
      color: #fff;
    }
    .footer-logo {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 15px;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding-top: 20px;
      margin-top: 40px;
      text-align: center;
      color: #aaa;
      font-size: 14px;
    }
    .social-icons a {
      display: inline-block;
      color: #fff;
      background: #2c1469;
      border-radius: 50%;
      padding: 8px 10px;
      margin-right: 8px;
      transition: 0.3s;
    }
    .social-icons a:hover {
      background: #fff;
    }
	
    .navbar {
      transition: all 0.3s ease;
      padding: 20px 0;
      background: transparent;
      position: absolute;
      width: 100%;
      z-index: 9999;
    }

    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      padding: 10px 0;
      animation: fadeInDown 0.4s ease;
    }

    @keyframes fadeInDown {
      from { transform: translateY(-10px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .nav-link {
      color: #333;
      font-weight: 500;
      margin: 0 8px;
      transition: color 0.3s ease;
    }

    .nav-link:hover {
      color: #0d6efd;
    }

    .navbar-brand img {
      height: 50px;
      transition: all 0.3s ease;
    }

    .navbar.scrolled .navbar-brand img {
      height: 40px;
    }
  .smo-banner {
      position: relative;
      overflow: hidden;
     
      padding: 10px 0;
    }

    .smo-banner::before {
      top: -100px;
      right: -100px;
      background: #007bff;
    }

    .smo-banner::after {
      bottom: -100px;
      left: -100px;
      opacity: 0.3;
    }

    .banner-content {
      z-index: 2;
      position: relative;
    }

    .banner-content h1 {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.3;
    }

    .banner-content h1 span {
      color: #ffe000;
    }

    .banner-content h1 .blue {
      color: #007bff;
    }

    .btn-know {
      background: #ff7b00;
      color: #fff;
      font-weight: 600;
      border-radius: 30px;
      padding: 12px 28px;
      transition: all 0.3s ease;
    }

    .btn-know:hover {
      background: #007bff;
    }

    .banner-image {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .banner-image img {
      max-width: 90%;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .contact-bar {
      background: #f8f9fa;
      padding: 15px 0;
      text-align: center;
      border-top: 2px solid #007bff;
    }

    .contact-bar a {
      color: #007bff;
      font-weight: 600;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .banner-content {
        text-align: center;
      }
      .banner-image {
        margin-top: 40px;
      }
    }
	

    .slider-section {
      padding: 60px 0;
      text-align: center;
    }

    .slider-title {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 40px;
      color: #0d6efd;
    }

    /* Infinite slider wrapper */
    .slider-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      width: calc(300px * 10); /* adjust depending on number of slides */
      animation: scroll 25s linear infinite;
    }

    .slide {
      width: 200px;
      flex-shrink: 0;
      margin: 0 15px;
      border-radius: 20px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.4s ease;
    }

    .slide:hover {
      transform: scale(1.05);
    }

    .slide img {
      width: 100%;
      border-radius: 20px;
    }

    /* Infinite Scroll Animation */
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Duplicate track for seamless loop */
    .slider-track::after {
      content: "";
      display: block;
    }

    /* Pause on hover */
    .slider-wrapper:hover .slider-track {
      animation-play-state: paused;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .slide {
        width: 250px;
        margin: 0 10px;
      }
	   .slide img {width:100%;}.slide img {width:50%; float;left;}
    }

    @media (max-width: 480px) {
      .slide {
        width: 200px;
        margin: 0 8px;
      }
	  .slide img {width:50%; float;left;}
    }
	
	.slide img {width:100%;}