.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

body {
  background-image: url("./images/BackgroundHome.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
}

/* Navbar active link styling */
.nav-link.active {
  color: #00bfff !important;
  font-weight: bold;
  border-bottom: 2px solid #00bfff;
}

.navbar {
  padding: 10px 20px;
}
.navbar ul {
  font-family: inherit;
}

.navbar img {
  height: 50px;
}

.navbar .btn {
  padding: 8px 16px;
  font-size: 16px;
}

/* Ensure all images are the same size */
.same-size {
  width: 100%;
  height: 185px;
  object-fit: contain;
  border-radius: 10px;
  padding: 10px;
}

/* Optional: Align images perfectly within the card */
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.frame-container {
  position: relative;
  display: inline-block;
  width: 150px;
  /* Adjust width */
  height: 150px;
  /* Adjust height */
  border-radius: 20px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5),
    0 0 30px rgba(255, 255, 255, 0.3);
}

.frame-container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /* Matches container's radius */
  object-fit: cover;
}

/* Styling for the same size */
.same-size {
  width: 100%;
  height: auto;
}

section {
  padding: 50px 0;
}

/* Styling for the section */
section {
  padding: 50px 0;
}

/* Highlighted text in the header */
h2 span {
  color: #00bfff;
}

/* Stats Section */
h1 {
  font-size: 4rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  color: #cccccc;
}

.btn-primary {
  background-color: #0056d2;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #003a99;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 50px 0;
}

/* Logos */
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Footer */
footer h5 {
  color: #94a3b8;
  margin-bottom: 15px;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}

footer p {
  color: #ccc;
}

footer input.form-control {
  background-color: #1c2340;
  border: 1px solid #555;
  color: #fff;
}

footer input.form-control::placeholder {
  color: #999;
}

footer button {
  background-color: #0056d2;
  border: none;
  color: #fff;
}

footer button:hover {
  background-color: #003a99;
}

/* Make all logos the same size */
.logo-image {
  width: 180px;
  height: 100px;
  object-fit: contain;
  margin: 10px auto;
}

/* Add spacing between columns */
.row.text-center.mb-5 > div {
  padding: 10px;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.blended-image {
  mix-blend-mode: overlay;
  opacity: 100;
}

/* Default transparent navbar */
#make-my-navbar-for-responsive-also {
  background-color: transparent;
  transition: background-color 0.3s ease; /* Smooth transition */
}

/* When scrolled, navbar gets a dark background */
.bg-dark {
  background-color: rgba(0, 0, 0, 0.8) !important; /* Dark background */
}

.learning-journey {
  background-color: #1f1f2b;
  padding: 50px 0;
  color: white;
}

.learning-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3c3a50;
  border-radius: 8px;
  margin: 20px 0;
  padding: 30px;
  width: 80%; /* Reduce the width of the card */
  max-width: 545px; /* Optional: Set a max width to avoid it being too large on large screens */
  transition: transform 0.3s;
  margin-left: auto;
  margin-right: auto;
}

.learning-card:hover {
  transform: translateY(-10px);
}

.card-content {
  max-width: 50%;
}

.card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.card-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-enroll {
  background-color: #6a57ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-enroll:hover {
  background-color: #ff5e5e;
  color: white;
}

.learning-image {
  width: 50%;
  border-radius: 8px;
  max-height: 350px;
  object-fit: cover;
}

.custom-hr {
  border: 0;
  border-top: 3px solid #3c3a50;
  margin: 30px auto;
  width: 90%;
  opacity: 0.5;
}

.certification-steps {
  display: flex;
}

/* -------------Solutions.css-------------------- */

.custom-solutions-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  text-align: center;
}

.custom-solutions-title {
  font-size: 3rem; /* Adjust size as needed */
  font-weight: bold;
}

.custom-solutions-description {
  font-size: 1.25rem;
}

.custom-text-image-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  text-align: center;
}

.custom-text-image-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
  text-align: left; /* This makes sure all text is aligned to the left */
}

.custom-heading {
  font-size: 2.5rem; /* Adjust size as needed */
  font-weight: bold;
}

.text-highlight {
  color: #00bcd4; /* Adjust color as needed */
}

.custom-paragraph {
  font-size: 1.1rem;
  margin-top: 20px;
}

.our-services-section {
  background-color: #1a1a1a;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.section-subheading {
  font-size: 1.1rem;
  color: #b5b5b5;
}

.service-card {
  background: linear-gradient(145deg, #2c3e50, #34495e);
  border: none;
  border-radius: 10px;
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.card-icon img {
  max-width: 60px;
  margin: 0 auto;
  display: block;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #00bcd4;
  /* text-align: center; */
}

.card-text {
  font-size: 1rem;
  /* text-align: center; */
  margin-top: 15px;
}

.card-body {
  padding: 25px;
}

.card:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .service-card {
    margin-bottom: 20px;
  }
}

.cta-section {
  background: #1a1a1a;
}

.cta-box {
  background: linear-gradient(
    135deg,
    #66bfbc,
    #000000
  ); /* Gradient color like in image */
  color: white;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.cta-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.cta-box .btn {
  background-color: #0d35ca; /* Blue button */
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.cta-box .btn:hover {
  background-color: #1976d2;
}

@media (max-width: 768px) {
  .cta-box {
    padding: 2rem;
  }

  .cta-heading {
    font-size: 1.5rem;
  }
}

.our-mission {
  background-color: #1a1a1a;
}

.mission-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00bcd4; /* Light cyan color for the heading */
  margin-bottom: 20px;
}

.mission-description {
  font-size: 2rem;
  color: white;
  margin-bottom: 30px;
}

.mission-list {
  padding: 0;
  margin: 0;
}

.mission-list li {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .mission-heading {
    font-size: 2rem;
  }
  .mission-description {
    font-size: 1rem;
  }
}

.ceo-section {
  color: white;
}
.ceo-container {
  border: 2px solid white;
  border-radius: 20px;
}

.ceo-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.highlight {
  color: #00bcd4;
}

.ceo-description {
  font-size: 1.1rem;
  line-height: 1.6;
}

.mission-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 25px;
}

.mission-description {
  font-size: 1.1rem;
  line-height: 1.6;
}

.ceo-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 25px;
}

.pride-section {
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('path_to_your_background_image.jpg') no-repeat center center/cover; */
  color: white;
}

.highlight {
  color: #00bcd4;
}

.pride-box {
  /* background-color: rgba(255, 255, 255, 0.1); */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}

.pride-box:hover {
  background-color: rgba(85, 85, 85, 0.2);
}

.pride-number {
  font-size: 3rem;
  font-weight: bold;
  color: #ff6f00;
}

.pride-text {
  font-size: 1.2rem;
  margin-top: 10px;
}

.unique-card-container {
  position: relative;
  max-width: 1250px;
  margin: auto;
}

.unique-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.unique-card-content {
  position: absolute;
  bottom: 0;
  left: 55px;
  background-color: #181a2a;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}

.unique-category-badge {
  background-color: #0066cc;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.unique-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.unique-author-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #ccc;
}

.unique-author-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.unique-latest-post-section {
  background-color: #0d112b;
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}

.unique-section-title {
  text-align: center;
  color: #fff;
}

.unique-post-card {
  background-color: #1c2239;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth hover transition */
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.unique-post-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.unique-post-content {
  padding: 15px;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.unique-post-category {
  display: inline-block;
  background-color: #0066cc;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease-in-out;
}

.unique-post-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.unique-post-meta {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #ccc;
}

.unique-post-author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.unique-view-all-btn {
  background-color: #0066cc;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.unique-view-all-btn:hover {
  background-color: #004a99;
}

.unique-post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.unique-post-card:hover .unique-post-image {
  transform: scale(1.1);
}

.unique-view-all-btn:hover {
  background-color: #004a99;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Styling */
.unique-article-section {
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto; /* Centers the section */
}

/* Category Badge */
.unique-article-category {
  background-color: #0066cc;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Title */
.unique-article-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

/* Author Info */
.unique-article-meta {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #ccc;
}

.unique-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.unique-author-name {
  font-weight: bold;
  color: #fff;
}

.unique-article-date {
  color: #999;
}

/* Featured Image */
.unique-article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Article Text */
.unique-article-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

/* Subheading */
.unique-article-subheading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

/* Section Styling */
.unique-quote-section {
  text-align: center;
  color: #fff;
}

/* Quote Styling */
.unique-quote {
  font-size: 1.25rem;
  font-style: italic;
  color: #52fffa;
  background-color: #1c2239;
  padding: 20px 30px;
  border-left: 5px solid #52fffa;
  border-radius: 8px;
  display: inline-block;
  max-width: 800px;
  margin: 0 auto;
}

/* Image Container */
.unique-image-container {
  margin-top: 20px;
}

.unique-featured-image {
  width: 70%;
  height: auto;
  border-radius: 12px;
}

.contact-us-section {
  background-color: #0d112b;
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}

/* Heading */
.contact-us-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

/* Description */
.contact-us-description {
  font-size: 1.1rem;
  color: #ddd;
  line-height: 1.6;
}

/* Contact Info */
.contact-us-info i {
  color: #0066cc;
  font-size: 1.2rem;
}

.contact-us-link {
  color: #a9d9ff;
  text-decoration: none;
}

.contact-us-link:hover {
  text-decoration: underline;
}

/* Social Icons */
.contact-us-social-icons a {
  color: #a9d9ff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.contact-us-social-icons a:hover {
  color: #fff;
}

/* Form Container */
.contact-us-form-container {
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
}

/* Form Heading */
.contact-us-form-heading {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

/* Form Inputs */
.contact-us-input {
  background-color: #262836;
  color: #fff;
  /* border: 1px solid #3fc1ff; */
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
}

.contact-us-input::placeholder {
  color: #ccc;
}

.contact-us-input:focus {
  border-color: #0066cc;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 102, 204, 0.5);
}

/* Submit Button */
.contact-us-submit-btn {
  background-color: #0066cc;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-us-submit-btn:hover {
  background-color: #004a99;
}
.related-products .card {
  background-color: #3c3a50;
  border-radius: 12px;
  border: none;
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-products .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #656286;
  border-radius: 14px;
}

.related-products .card-title {
  font-weight: bold;
  font-size: 16px; /* Reduced font size for the card title */
  color: white;
}

.related-products .price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.related-products .original-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 14px;
}

.related-products .discounted-price {
  color: #00bfff;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.related-products .discount-badge {
  width: 25%; /* Adjust the size of the discount icon */
  height: auto;
}

.related-products .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.related-products .btn {
  margin-top: 10px;
  border-radius: 25px;
  background-color: white;
  color: #0066ff;
}

.related-products h2 {
  font-weight: bold;
  font-size: 24px;
}

.related-products .col-md-3 {
  display: flex;
  justify-content: stretch;
}

.related-products .card-body .card-text {
  flex-grow: 1;
}
/* ----------------------Animation code --------------------- */

/* Animation Keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Global Animations */
body {
  animation: fadeIn 0.8s ease-in-out;
}

h1,
h2,
h3,
h5 {
  animation: slideInFromBottom 0.8s ease-in-out;
}

p {
  animation: fadeIn 0.7s ease-in-out;
}

.navbar {
  animation: slideInFromTop 0.4s ease-in-out;
}

.btn {
  animation: bounce 2s ease-in-out infinite;
}

.card {
  animation: zoomIn 0.5s ease-in-out;
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-logo,
.logo-image {
  animation: slideInFromLeft 1.5s ease-in-out;
}

.footer p,
.footer h5 {
  animation: fadeIn 1.5s ease-in-out;
}

input,
button {
  animation: fadeIn 1.5s ease-in-out;
}

/* Delays for Sequential Animations */
.card:nth-child(1) {
  animation-delay: 0.2s;
}

.card:nth-child(2) {
  animation-delay: 0.4s;
}

.card:nth-child(3) {
  animation-delay: 0.6s;
}

.card:nth-child(4) {
  animation-delay: 0.8s;
}

/* Stats Section */
.stats h1 {
  animation: zoomIn 1.2s ease-in-out;
}

.stats p {
  animation: fadeIn 0.5s ease-in-out;
}
