.home-logo {
  width: 150px;
  margin-left: 68px;
}
#pills-tab {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  justify-content: center;
}

.nav-pills .nav-link {
  color: #fff;
  background-color: #000;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
  border: 2px solid transparent;
  font-size: 19px;
  width: 100%;
  height: 100px;
}

.nav-pills .nav-link:hover {
  /* background-color: #007bff;
  color: #fff; */
  /* transform: scale(1.03); */
}

.nav-pills .nav-link.active {
  background: linear-gradient(to right, #0062e6, #33aeff);
  color: #fff;
  font-weight: 600;
  /* border: 2px solid #0056d2; */
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
  transform: scale(1.05);
}

.tab-content {
  background-color: #ffffff;
  /* border: 1px solid #dee2e6;
  border-radius: 10px; */
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tab-pane {
  font-size: 1rem;
  color: #333;
}

.tab-pane .row {
  align-items: center;
}

.tab-pane img {
  max-width: 100%;
  border-radius: 8px;
}

.nav-pills .nav-link.active.Web-Development {
  background: #e4081de0;
  box-shadow: 0 6px 15px rgba(189, 6, 6, 0.4);
}
.nav-pills .nav-link.Web-Development:hover {
  background: #e4081de0;
}
.nav-pills .nav-link.active.Software-Development {
  background: #99e90fe0;
  box-shadow: 0 6px 15px rgba(19, 220, 8, 0.361);
  color: #000;
}
.nav-pills .nav-link.Software-Development:hover {
  background: #99e90fe0;
  color: #000;
}
.nav-pills .nav-link.active.Mobile-App {
  background: #a40fe9e0;
  box-shadow: 0 6px 15px rgba(149, 8, 220, 0.361);
}
.nav-pills .nav-link.Mobile-App:hover {
  background: #a40fe9e0;
}
.nav-pills .nav-link.active.Digital-Marketing {
  background: #e2e90fe9;
  box-shadow: 0 6px 15px rgba(220, 202, 8, 0.501);
  color: #000;
}
.nav-pills .nav-link.Digital-Marketing:hover {
  background: #e2e90fe9;
  box-shadow: 0 6px 15px rgba(220, 202, 8, 0.501);
  color: #000;
}
.nav-pills .nav-link.active.E-Commerce {
  background: #0fe5e9e9;
  box-shadow: 0 6px 15px rgba(8, 220, 213, 0.501);
  color: #000;
}
.nav-pills .nav-link.E-Commerce:hover {
  background: #0fe5e9e9;
  box-shadow: 0 6px 15px rgba(8, 220, 213, 0.501);
  color: #000;
}
.nav-pills .nav-link.active.Web-Hosting {
  background: #e90fe5e9;
  box-shadow: 0 6px 15px rgba(220, 8, 206, 0.501);
  color: #000;
}
.nav-pills .nav-link.Web-Hosting:hover {
  background: #e90fe5e9;
  box-shadow: 0 6px 15px rgba(220, 8, 206, 0.501);
  color: #000;
}
.nav-pills .nav-link {
  color: #fff;
  background-color: #000000c4;
  transition: all 0.4s ease;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
  border: 2px solid transparent;
  font-size: 17px;
  width: 100%;
  height: 100px;
  /* border-radius: 20px;
}

.nav-pills .nav-link:hover {
  /* background-color: #007bff;
  color: #fff; */
  /* transform: scale(1.03); */
}

.nav-pills .nav-link.active {
  background: linear-gradient(to right, #0062e6, #33aeff);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
  transform: scale(1.05);
  border-radius: 50px 0 50px 0; /* 🟦 Rounded diagonal shape */
  animation: shapeChange 0.4s ease;
}

/* Optional: Smooth shape animation */
@keyframes shapeChange {
  0% {
    border-radius: 20px;
  }
  100% {
    border-radius: 50px 0 50px 0;
  }
}
.main-heading {
  font-weight: 800;
}
.card {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  /* transform: translateY(-10px); */
  /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2); */
}

.card-modern {
  border: none;
  /* width: 350px; */
  border-radius: 15px;
  padding: 10px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card-modern i {
  font-size: 48px;
  padding-top: 15px;
  color: #186db0;
}
.card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}
.image-cover {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.title-highlight {
  font-size: 1.75rem;
  font-weight: 600;
}

.btn-style {
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  background: #fff;
}
.btn-style:hover {
  background-color: #000;
  color: #fff;
}
.section-bg-blue {
  background-color: #004a99;
}
.main-heading-Training {
  color: #ffffff;
  font-weight: 800;
}
#intro {
  width: 100%;
  position: relative;
  background: url(.../img/sliderbg.png) center bottom no-repeat;
  background-size: cover;
  color: #0062e6;
}

#intro .intro-img {
  width: 50%;
  float: right;
}
.footer ul li {
  list-style: none;
  padding: 8px 0;
  font-weight: 500;
}
.main-heading-footer {
  color: #ffffff;
  font-weight: 800;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 140px;
}
.main-heading-clients {
  font-weight: 800;
  color: #004895;
}

.Copyright {
}

@media screen and (max-width: 768px) {
  .nav-pills .nav-link {
    width: 165px;
    height: 87px;
  }
}

.card-modern p {
  text-align: justify !important;
  padding: 0;
  margin: 0 0 30px 0;
}
.faq {
  max-width: 900px;
}

.container-inner > * + * {
  border-top: 1px solid #e5e7eb;
}

.disclosure-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  color: #1f2937;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.disclosure-question:hover {
  background: #e5e7eb;
}

.question-text {
  font-weight: 700;
}

.chevron-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease-in-out;
}

.disclosure-answer {
  display: none;
  padding: 0 1.25rem 1rem;
  background-color: #ffffff;
  animation: fadeIn 0.4s ease-in-out;
}

.disclosure-answer.active {
  display: block;
}

.answer-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #004895;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-btn {
  width: 150px;
  height: 60px;
  background: linear-gradient(45deg, #007bff, #00d4ff);
  border: none;
  /* border-radius: 50px; */
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-btn .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.custom-btn:hover {
  background: linear-gradient(45deg, #0056b3, #00a6ff);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
}

.custom-btn:hover .arrow {
  transform: translateX(5px);
}

.stats {
  background: linear-gradient(135deg, #f5f7fa, #e6ecf5);
  padding: 60px 0;
}

.stats-item {
  background: white;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.stats-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stats-item .icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.stats-item:hover .icon {
  color: #00a6ff;
}

.stats-item span {
  font-size: 36px;
  font-weight: bold;
  display: block;
  color: #333;
}

.stats-item p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
/* Page Title Section */
.page-title {
  /* background: linear-gradient(135deg, #4facfe, #00f2fe); */

  background-image: url(../img/bgimg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 284px;
  padding: 100px 0;
  color: #fff !important;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;

  letter-spacing: 1px;
  color: #fff !important;
}

/* Breadcrumbs */
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
}

.breadcrumbs ul li {
  color: #fff;
  font-weight: 500;
  position: relative;
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
  color: #f0f0f0;
}

.breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.breadcrumbs ul li a:hover {
  color: #ffd700;
}

/* Active breadcrumb */
.breadcrumbs ul li.current {
  font-weight: 700;
  color: #ffd700;
}
.page-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* background-color: #1DA1F2; */
  background: linear-gradient(to bottom right, #0d47a1d9, #002e36);
}
.textjustify {
  text-align: justify;
}
.features {
  max-width: 800px;
  margin: auto;
}
.feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.iconabout {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.icon i {
  color: #fff;
  font-size: 24px;
}
.left {
  flex: 1;
  text-align: center;
}

.left img {
  max-width: 90%;
}

.right {
  flex: 1.2;
  padding-left: 40px;
}

.right h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.right p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #333;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.number {
  padding-right: 30px;
  font-size: 28px;
  font-weight: bold;
  margin-right: 15px;
}

.number span {
  color: #f7931e; /* Orange color for 2,4 */
}

.box {
  background: #234686; /* Green box */
  color: #fff;
  padding: 15px 20px;
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
  position: relative;
}

.box:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 28px solid transparent;
  border-right: 20px solid #234686;
}
/* Testimonials Section Background */
#testimonials.testimonials-bg {
  position: relative;
  background: url("../img/bgimg.webp") center center/cover no-repeat;
  padding: 80px 0;
  z-index: 1;
  color: #fff; /* All text white */
}

/* Overlay */
#testimonials.testimonials-bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* background-color: #1DA1F2; */
  background: linear-gradient(to bottom right, #0d47a1d9, #002e36);
}

/* Force all headings, paragraphs, stars, etc. to white */
#testimonials h2,
#testimonials h3,
#testimonials h4,
#testimonials p,
#testimonials i,
#testimonials span {
  color: #fff !important;
}

.carousel-caption h2 {
  font-size: 3rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 55px;
  height: 55px;
  background: #0056b3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.service-icon::after {
  content: "";
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

.service-info h3 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 600;
  color: #222;
}

.service-info p {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.footer-img {
  background-color: #fff;
}
.attract-btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  animation: blink 1s infinite, pulse 2s infinite;
  transition: transform 0.3s ease;
}

/* Blink effect */
@keyframes blink {
  0%, 50%, 100% { background-color: #ff0000; }
  25%, 75% { background-color: #ff9900; }
}

/* Pulse effect (growing/shrinking) */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Hover effect */
.attract-btn:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px #ff9900, 0 0 25px #ff0000;
}
/* Container to center the card */
.offer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background: #f5f5f5;
  min-height: 100vh;
}

/* Card styling */
.offer-card {
  background: linear-gradient(135deg, #ff4d4d, #ff9900);
  border-radius: 20px;
  padding: 30px;
   
  color: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  animation: pulseCard 2s infinite;
}

/* Header */
.offer-header h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}

.offer-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #ff4d4d;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  animation: blinkBadge 1s infinite;
}

/* List items */
.offer-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.offer-list li {
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.offer-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

/* Price */
.offer-price {
  margin: 20px 0;
  font-size: 20px;
}

.original-price {
  text-decoration: line-through;
  color: #ffd6d6;
  margin-right: 10px;
}

.discount-price {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

/* Button */
.offer-btn {
  display: inline-block;
  background: #fff;
  color: #ff4d4d;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.offer-btn:hover {
  background: #ff4d4d;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Animations */
@keyframes blinkBadge {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.5; }
}

@keyframes pulseCard {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.offer-card {
     background: linear-gradient(135deg, #2b467d, #1965a3);
  border-radius: 20px;
  height: 100%;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  position: relative;
  animation: pulseCard 2s infinite;
}

.offer-header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.offer-badge {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
    color: #106aab;;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: bold;
  animation: blinkBadge 1s infinite;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-list li {
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.offer-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.offer-price {
  font-size: 20px;
}

.original-price {
  text-decoration: line-through;
  color: #ffd6d6;
  margin-right: 10px;
}

.discount-price {
  font-weight: bold;
  font-size: 24px;
}

.offer-btn {
  display: inline-block;
  background: #fff;
      color: #006fb3;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.offer-btn:hover {
  background: #3a75b4;
  color: #fff;
  transform: scale(1.1);
}

/* Animations */
@keyframes blinkBadge {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0.5; }
}

@keyframes pulseCard {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px ; 
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}