p.course_name {
  /* font-weight: 700; */
  margin-bottom: 20px;
  margin-top: 20px;
  /* 👈 Add this */
  color: white;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  animation: fadeInUp 1s ease;
}

.course_intro {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
}

.institute-heading {
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  animation: fadeInUp 1s ease;
}

.institute-features {
  list-style: none;
  padding: 0;
  animation: fadeInUp 1s ease;
}

.institute-features li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  color: white;
  line-height: 1.6;
}

.institute-features li::before {
  content: "\f00c";
  /* FontAwesome check */
  font-family: "Font Awesome 5 Free";
  /* or 'Font Awesome 6 Free' depending */
  font-weight: 900;
  position: absolute;
  left: 0;
  color: white;
}


.students_info {
  float: left;
}

.students-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.students-stats li {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.students-stats li strong {
  font-size: 18px;
  color: white;
}

.students-stats li span {
  color: #cccccc;
  font-size: 14px;
}

.students-stats li:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  p.course_name {
    margin-top: -9%;
    font-size: 30px;
    margin-bottom: 15px;
  }

}

img.img-fluid.middle-image {
  margin-top: -50%;
  margin-left: 15%;
}

/* New text styles under form title */
.form-subheading {
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-description {
  color: black;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

input#name {
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 49px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  text-indent: 17px;
}

/* Placeholder padding stays normal (inherited) — no extra CSS needed */
input#name::placeholder {
  text-indent: 0;
  /* Reset placeholder indent so it does not shift */
  padding-left: 17px;
}

input#contact {
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 49px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  text-indent: 25px;
}

/* Placeholder padding stays normal (inherited) — no extra CSS needed */
input#contact::placeholder {
  text-indent: 0;
  /* Reset placeholder indent so it does not shift */
  padding-left: 25px;
}

/* Custom styles for icon inside name input */
.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}

.input-with-icon input {
  padding-left: 2.2rem;
}

/* Custom styles for dropdown inside contact input */
.input-with-dropdown {
  position: relative;
}

.input-with-dropdown .dropdown-toggle {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  border: none;
  background: transparent;
  padding: 0 8px;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #000;
  font-size: 16px;
}

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

.input-with-dropdown input {
  padding-left: 85px;
  /* adjust padding for dropdown width */
}

.input-with-dropdown .dropdown-menu {
  min-width: auto;
}

/* Terms & Conditions text */
.form-terms {
  color: black;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}

.form-terms .terms-link {
  color: black;
  text-decoration: underline;
}


/* Responsive adjustments */
@media (max-width: 767px) {
  .form-subheading {
    font-size: 18px;
  }

  .form-description {
    font-size: 15px;
  }

  img.img-fluid.middle-image {
    display: none;
  }
}

/* Enhance form container with glass effect */
.form-container {
  background: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  padding: 30px;
  transition: transform 0.3s ease;
  /* float: right; */
  width: auto;
  /* margin-top: -14%; */
}

.form-container:hover {
  transform: translateY(-5px);
}

/* Form Title with subtle gradient text */
.form-title {
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

/* Smooth input fields */
.form-input {
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 8px;
  padding: 12px;
  color: black;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  transition: all 0.3s ease;
}


/* Modern button */
.form-button {
  background: #525fe1;
  border: none;
  border-radius: 30px;
  padding: 14px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease;
  color: white;
  width: 100%;
  /* box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); */
}

.form-button:hover {
  /* background: linear-gradient(237deg, blue, white);
  box-shadow: 0 6px 20px rgba(0, 255, 153, 0.5); */
  transform: translateY(-2px);
}

/* Labels more elegant */
.form-label {
  color: black;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* Add spacing between elements */
.form-container .mb-3 {
  margin-bottom: 25px;
}

.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  /* same as input */
  /* color: black; */
  font-size: 16px;
  transition: all 0.3s ease;
  appearance: none;
  /* Removes default browser dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.form-select option {
  /* background-color: black; */
  /* matches dropdown menu background */
  /* color: #ffffff; */
}

.form-select:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }

  .form-button {
    font-size: 16px;
    padding: 12px;
  }

  .form-container {
    padding: 20px;
  }

}

.row.box_shadow {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 878px;
  left: 17%;
  width: 66%;
  z-index: 25;
  color: green;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 17%;
}

/* Image styling */
img.img-fluid.course_details_image {
  width: 23%;
  padding-top: 8%;
  margin-left: 7%;
}

.course_details_heading {
  margin-left: 34%;
  margin-top: -56px;
}

h3.sub_heading {
  font-size: 25px;
  font-weight: 600;
  color: black;
}

/* === RESPONSIVE ADJUSTMENTS === */

/* Medium screens (tablets) */
@media (max-width: 992px) {
  .row.box_shadow {
    top: auto;
    left: auto;
    position: relative;
    width: 80%;
    margin: 20px auto;
  }

  img.img-fluid.course_details_image {
    width: 35%;
    padding-top: 10%;
    margin-left: 5%;
  }

  .course_details_heading {
    margin-left: 45%;
    margin-top: -60px;
  }
}

/* Small screens (mobiles) */
@media (max-width: 576px) {
  .row.box_shadow {
    width: 90%;
    padding: 10px;
  }

  img.img-fluid.course_details_image {
    width: 60%;
    padding-top: 5%;
    display: block;
    margin: 10px auto;
  }

  .course_details_heading {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}


h3.company-heading {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #007bff; */
  margin: 0 auto;
}


.row.company_logos {
  margin-top: 8%;
}


.company-slider {
  overflow: hidden;
  position: relative;
}

.company-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
  padding-top: 3%;
}

@media (max-width: 767.98px) {
	.company-track {
	  padding-top: 12%;
	}
}

.company-logo-img {
  width: 145px;
  height: 65px;
  margin: 0 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid grey;

}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sidebar-section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 10%;
}

.sidebar-section h4 {
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;

}

.tools-grid::-webkit-scrollbar {
  width: 6px;
}

.tools-grid::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tools-grid::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.tools-grid::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.tools-grid img {
  width: 100%;
  /* fixed width */
  height: 78px;
  /* fixed height */
  object-fit: contain;
  /* keeps the entire image visible */
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 3px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* optional if not already applied */
  display: block;
  margin: auto;
  /* center image in grid cell */
}

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

  /* NEW styles to limit height and make scrollable */
  max-height: 350px;

  /* Adjusted height to show approx. 8 images (depends on image height) */
  overflow-y: auto;
  padding-right: 5px;
  /* To prevent scrollbar overlapping content */
}

/* Optional: Make scrollbar nicer (optional but improves look) */
.tools_grid_digital_marketing::-webkit-scrollbar {
  width: 6px;
}

.tools_grid_digital_marketing::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tools_grid_digital_marketing::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.tools_grid_digital_marketing::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.tools_grid_digital_marketing img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
  margin: auto;
  background-color: transparent;
  box-shadow: none;
  /* padding: 3px; */

}

.eduvibe-post-share a {
  margin-right: 8px;
}

.course-audience {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.course-audience li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.cta-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-buttons .apply_btn,
.cta-buttons .call_btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  background: #525fe1;
  color: white;
  border: none;
  /* transition: background 0.3s ease; */
}

.cta-buttons .apply_btn:hover,
.cta-buttons .call_btn:hover {
  background: #3949ab;
  color: white;
}

.container.career_path_container {
  margin-top: -7%;
}


.info-card {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  margin-bottom: 20px;
  text-align: left;
  /* Change text alignment to left */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #e0e0e0;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.info-number {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #525fe1, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #525fe1; */
}

.info-title {
  font-size: 23px;
  /* Increased size */
  font-weight: 800;
  color: #333;
  margin-top: 5px;
}

.info-desc {
  margin-top: 15px;
  color: #555;
  font-size: 15px;
  /* Increased size */
  line-height: 1.6;
  min-height: 70px;
}

.info-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 24px;
  background-color: #007bff;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
  font-size: 1rem;
}

.info-btn:hover {
  background-color: #0056b3;
  box-shadow: 0 5px 12px rgba(0, 86, 179, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

.row.justify-content-center.first_row {
  /* width: 100%; */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .row.justify-content-center.first_row {
    width: 95%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    row-gap: 1.25rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .row.justify-content-center.first_row {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    row-gap: 1rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .row.justify-content-center.first_row {
    width: 103%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    row-gap: 0.75rem;
  }
}

.row.mt-8.second_row.justify-content-center {
  width: 76%;
  margin-left: 12%;
  padding-top: 3%;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
  .row.mt-8.second_row.justify-content-center {
    width: 90%;
    margin-left: 5%;
    padding-top: 4%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    row-gap: 1.25rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .row.mt-8.second_row.justify-content-center {
    width: 95%;
    margin-left: 2.5%;
    padding-top: 5%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    row-gap: 1rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .row.mt-8.second_row.justify-content-center {
    width: 103%;
    margin-left: -6px;
    padding-top: 0%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    row-gap: 0.75rem;
  }
}

.container.faqs_container {
  margin-top: 3%;
  padding-bottom: 2%;
}

h3.faqs_heading {
  font-size: 40px;
  /* font-weight: 700; */
  /* margin-left: 5%; */
  text-align: center;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  h3.faqs_heading {
    font-size: 26px;
    /* font-weight: 700; */
    /* margin-left: 5%; */
    text-align: center;
    padding: 10px 5px;
  }
}

h5.course_contents {
  font-size: 24px;
  margin: 16px 0 10px 0;
  /* More space above and a bit below */
}

p.course_contents {
  margin: 10px 0;
  /* Slightly increased space between paragraphs */
  font-size: 18px;
  line-height: 1.7;
  padding-top:10px;
  /* A touch more line spacing for better readability */
}

ul.course_contents {
  font-size: 18px;
  /* margin-left: 5%; */
}

h3.career-support-heading {
  font-size: 40px;
  padding: 10px 5px;
}


@media screen and (max-width: 768px) {
  h3.career-support-heading {
    font-size: 26px;
    padding: 10px 5px;
  }
}

b.course_sub_heading {
  color: black;
}

.last_line_content {
  margin-top: 4%;
}

p.heading_content {
  margin-top: -13%;
}

.container-fluid.training_banner {
  margin-top: -3%;
}

.small-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  text-align: center;
}

.small-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.big-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.small-card-size img {
  height: 219px;
  object-fit: cover;
  width: 100%;
}

.card-caption {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .row.g-4_aluminis>div {
    width: 50% !important;
    /* Two per row */
    flex: 0 0 50% !important;
    /* Ensure two columns */
    max-width: 50% !important;
    /* Prevent wrapping issues */
	padding:12px;
  }

  .small-card img,
  .big-card img,
  .small-card-size img {
    height: auto;
    /* Let height adjust naturally on small screens */
  }

  .card-caption {
    font-size: 14px;
    /* Optional: slightly smaller text */
    padding: 8px 0;
  }
}


/* Default desktop styles */
p.our_alumni_content {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  line-height: 2.0;
  animation: fadeInUp 1s ease-out;
  white-space: nowrap;
  overflow: visible;
  margin-top: 9%;
  padding-bottom: 3%;
  text-align: center;
}

/* Tablet (≤ 768px) */
@media screen and (max-width: 768px) {
  p.our_alumni_content {
    font-size: 17px;
    line-height: 1.6;
    white-space: normal;
    margin-top: 6%;
    padding: 0 15px 3% 15px;
  }
}

/* Mobile (≤ 480px) */
@media screen and (max-width: 480px) {
  p.our_alumni_content {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 4%;
    padding: 0 10px 2% 10px;
  }
}

.highlight {
  background-color: white;
  border-radius: 11px;
  padding: 8px 10px;
  color: black;
  white-space: nowrap;

}

@media screen and (max-width: 768px) {
  .highlight {
    display: inline-block;
    /* Ensures margin works as expected */
    margin-top: 10px;
    /* Adjust as needed */
    font-size: 16px;
    /* Slightly smaller text for mobile */
    padding: 6px 8px;
    /* Adjust padding for smaller screens */
  }


}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

p.event_heading {
  margin-bottom: 20px;
  /* margin-top: -12%; */
  color: white;
  font-size: 40px;
  letter-spacing: -0.5px;
  animation: fadeInUp 1s ease;
}

p.event_intro {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
}

.events_info {
  float: left;
  width: 100%;
  margin-left: -8%;
}

.events-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.event_box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 30px;
  border-radius: 12px;
  min-width: 250px;
  /* Wider box for side-by-side content */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;

  /* 👇 make contents inline */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.event-label {
  font-size: 20px;
  /* Slightly bigger text */
  font-weight: 600;
  color: #dcdcdc;
  white-space: nowrap;
}

.event-number {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.event_box.blue {
  background-color: #003cc8;
}

.event_box.orange {
  background-color: #ffb234;
  color: #000;
}

.event_box.orange .event-number {
  color: #000;
}

.event_box.orange .event-label {
  color: #222;
}

span.event_highlight {
  color: #ffb234;
  padding-left: 12px;
}


img.img-fluid.middle-image_event {
  max-width: 100%;
  height: auto;
  margin-left: 65%;
  margin-top: -50%;
}

h3.certificate_title {
  font-size: 28px;
  color: white;
}

h3.services_heading {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -1px;
  animation: fadeInUp 1s ease;
  /* margin-top: -50px; */
}

@media screen and (max-width: 768px) {
  h3.services_heading {
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: -1px;
    animation: fadeInUp 1s ease;
    /* margin-top: -50px; */
    margin-top: -9%;
  }

}

p.services_subheading {
  color: #e0e0e0;
  font-size: 18px;
  max-width: 900px;
  /* margin: 0 auto 20px; */
  font-family: 'Roboto', sans-serif;
  animation: fadeInUp 1s ease;
}

.service-image {
  max-width: 100%;
  height: auto;
  animation: fadeInRight 1s ease;
  border-radius: 12px;
  margin-top: -35%;
}

/* Animation Keyframes */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Media Query for Tablets (768px and below) */
@media (max-width: 768px) {
  .service-image {
    margin-top: -20%;
    display: none;
  }
}

/* Media Query for Mobile Devices (480px and below) */
@media (max-width: 480px) {
  .service-image {
    margin-top: 0;
    width: 100%;
    border-radius: 8px;
  }
}


.category-slider {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px 0;
}

.category-track {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
  gap: 15px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.service_categories {
  padding: 20px 0;
}

.clients_heading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  /* margin-bottom: 40px; */
  position: relative;
  font-family: 'Merriweather', serif;
  padding-top: 15px;
}


.category-slider {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;

  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-slider::-webkit-scrollbar {
  display: none;
}

.category-track {
  display: flex;
  gap: 16px;
  min-width: max-content;
  animation: scroll 30s linear infinite;
}

.category-box,
.category-box_comic_sense,
.category-box_bajaj_aliance {
  flex: 0 0 auto;
  width: 180px;
  height: 160px;
  /* Ensure all boxes have same height */
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px 10px;
  transition: transform 0.3s;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* Ensures spacing between image and text */
}

.category-box img,
.category-box_comic_sense img,
.category-box_bajaj_aliance img {
  width: auto;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.category-box h6,
.category-box_comic_sense h6,
.category-box_bajaj_aliance h6 {
  font-family: 'Josefin Sans', sans-serif;
  /* or 'Quicksand' */
  font-size: 13px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Optional: Hide scrollbar */
.category-slider::-webkit-scrollbar {
  display: none;
}

.category-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.category-heading {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}

/* Tablet Devices (≤ 768px) */
@media (max-width: 768px) {

  .category-box,
  .category-box_comic_sense,
  .category-box_bajaj_aliance {
    width: 140px;
    height: 140px;
    padding: 10px;
  }

  .category-box img,
  .category-box_comic_sense img,
  .category-box_bajaj_aliance img {
    height: 60px;
    margin-bottom: 8px;
  }

  .category-box h6,
  .category-box_comic_sense h6,
  .category-box_bajaj_aliance h6 {
    font-size: 12px;
    height: auto;
  }

  .category-slider {
    padding: 5px 0;
  }

  .category-track {
    gap: 12px;
  }
}

/* Mobile Devices (≤ 480px) */
@media (max-width: 480px) {
  .clients_heading {
    font-size: 18px;
    padding-top: 10px;
  }

  .category-box,
  .category-box_comic_sense,
  .category-box_bajaj_aliance {
    width: 120px;
    height: 120px;
    padding: 8px;
  }

  .category-box img,
  .category-box_comic_sense img,
  .category-box_bajaj_aliance img {
    height: 50px;
  }

  .category-box h6,
  .category-box_comic_sense h6,
  .category-box_bajaj_aliance h6 {
    font-size: 11px;
  }

  .category-track {
    gap: 10px;
  }
}


.row.box_shadow_services {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 798px;
  left: 14%;
  width: 72%;
  z-index: 25;
  color: green;
  background: white;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 39%;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .row.box_shadow_services {
    left: 10%;
    width: 80%;
    top: 880px;
  }
}

@media (max-width: 992px) {
  .row.box_shadow_services {
    left: 5%;
    width: 90%;
    top: 900px;
    padding: 12px;
  }

  .category-box {
    width: 160px;
    padding: 12px 8px;
  }

  .category-box h6 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .row.box_shadow_services {
    top: 920px;
    padding: 10px;
  }

  .category-box {
    width: 140px;
    padding: 10px 6px;
  }

  .category-box img {
    height: 40px;
  }

  .category-box h6 {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .row.box_shadow_services {
    left: 2%;
    width: 96%;
    /* top: 1100px; */
    padding: 8px;
  }

  .category-box {
    width: 120px;
    padding: 8px 4px;
  }

  .category-box img {
    height: 60px;
    width: auto;
  }

  .category-box h6 {
    font-size: 10px;
  }
}


/* Base Styles */
.row.services_products {
  margin-top: 9%;
}

h2.services_product_heading {
  font-family: 'Merriweather', serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding: 10px 0 30px;
  margin: 0 auto;
}

.website-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.website-box-row+.website-box-row {
  margin-top: 40px;
}

.website-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-number {
  font-size: 22px;
  font-weight: bold;
  color: #2d4ef5;
  margin-bottom: 15px;
}

.card-description {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.website-link {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #2d4ef5;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.website-link:hover {
  background-color: #1d3ed8;
}

.project-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* ----------------------- */
/* ✅ Media Queries */
/* ----------------------- */

/* For tablets (up to 991px) */
@media (max-width: 991px) {
  .h2.services_product_heading {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .website-box {
    padding: 20px;
  }

  .project-image {
    height: 160px;
  }
}

/* For large mobiles (up to 767px) */
@media (max-width: 767px) {
  .services_products {
    margin-top: 6%;
  }

  .services_product_heading {
    font-size: 22px;
  }

  .website-box {
    padding: 18px;
    border-radius: 12px;
  }

  .project-image {
    height: 150px;
  }

  .card-description {
    font-size: 13px;
  }

  .website-link {
    font-size: 13px;
    padding: 7px 14px;
  }
}


@media only screen and (min-width:300px) and (max-width: 576px) {
  .row.box_shadow_services {
    position: revert;
    margin-top: 8%;
    margin-left: 1%;
  }
}




/* For small mobiles (up to 575px) */
@media (max-width: 575px) {

  .row.services_products {
    margin-top: 4%;
  }

  .services_product_heading {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .website-box {
    padding: 16px;
  }

  .project-image {
    height: 140px;
  }

  .website-link {
    width: 100%;
    text-align: center;
  }
}

.row.services_technologies {
  margin-top: 2%;
}

.tech-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 15px;
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  min-width: 100px;
  flex-shrink: 0;
}

.tech-icon-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tech-icon-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Optional: styling image inside the box */
.tech-icon {
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}

.tech-icon-box p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #333;
}

/* Scroll track and animation as is */
.scroll-track {
  display: flex;
  animation: scroll-left 60s linear infinite;
  width: max-content;
  margin-top: -10px;
}

.tech-icons-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}


.row.why_services.justify-content-center {
  margin-top: 3%;
}

h2.why_clients_heading {
  font-family: 'Merriweather', serif;
  font-size: 35px;
  /* font-weight: 700; */
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #007bff; */
  margin: 0 auto;
  padding-bottom: 30px;
  /* padding-top: 50px; */
}

@media screen and (max-width: 768px) {
  h2.why_clients_heading {
    font-family: 'Merriweather', serif;
    font-size:25px;
	padding-top:25px;
    /* font-weight: 700; */
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #007bff; */
    margin: 0 auto;
    padding-bottom: 30px;
    /* padding-top: 50px; */
  }

}

p.why_content {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: -1%;
}

.custom-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 30px;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.custom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.icon_services {
  width: 60px;
  height: 60px;
  background-color: rgba(9, 52, 216, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.icon_services i {
  /* font-size: 28px; */
  color: white;
}

.card-title {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 5px;
}

.card-text {
  font-size: 14px;
  color: #555;
  text-align: center;
}

.row.services_tools.justify-content-center {
  margin-top: 3%;
}

h3.services_faqs_heading {

  font-size: 40px;
  /* font-weight: 700; */
  /* margin-left: 5%; */
  text-align: center;
  /* margin-top: 5%; */
  padding-bottom: 1%;

}

@media screen and (max-width: 768px) {
  h3.services_faqs_heading {

    font-size: 26px;
    /* font-weight: 700; */
    /* margin-left: 5%; */
    text-align: center;
    /* margin-top: 5%; */
    padding-bottom: 1%;

  }

}

h2.services_product_heading {
  font-family: 'Merriweather', serif;
  font-size: 35px;
  /* font-weight: 700; */
  text-align: center;
  color: #333;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #007bff; */
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 58px;
}

@media screen and (max-width: 768px) {
  h2.services_product_heading {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    /* font-weight: 700; */
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #007bff; */
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 58px;
  }

}

h2.tools_heading {
  font-family: 'Merriweather', serif;
  font-size: 35px;
  /* font-weight: 700; */
  text-align: center;
  color: #333;
  padding-bottom: 4%;
  /* border-bottom: 2px solid #007bff; */
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  h2.tools_heading {
    font-family: 'Merriweather', serif;
    font-size: 26px;
	padding-top:25px !important;
    /* font-weight: 700; */
    text-align: center;
    color: #333;
    padding-bottom: 4%;
    /* border-bottom: 2px solid #007bff; */
    margin: 0 auto;
    padding-bottom: 30px;
    
  }

}

.services_logos {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Space between logos */

}

.services_logos img {
  width: 100px;
  /* Set your preferred width */
  height: 100px;
  /* Set your preferred height */
  object-fit: contain;
  /* Maintains aspect ratio inside the box */
  border-radius: 8px;
  /* Optional: slightly rounded corners */
  background-color: #fff;
  /* Optional: adds a background to make transparent logos stand out */
  padding: 10px;
  /* Optional: inner spacing */
}

/* Media Query for Tablets and Smaller Devices */
@media (max-width: 768px) {
  .services_logos img {
    width: 80px;
    height: 80px;
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  .services_logos {
    flex-direction: row;
    /* Stack logos vertically */
    gap: 15px;
  }

  .services_logos img {
    width: 70px;
    height: 70px;
  }
}


.tech-icon-box_mobile {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-icon-box_digital_marketing {
  height: 80px !important;
  width: auto !important;
  object-fit: contain;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .col-md-6.col-lg-3.d-flex.info_card {
    padding-bottom: 1rem;
  }


}