.section-hero-1 .hero-heading {
  font-size: 59px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #000;
}
.section-hero-1 .fs-3-5 {
  font-size: 20px;
  color: #4b5563;
  max-width: 900px;
}

.section-hero-1 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-1 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-1 .img-custom {
  width: 100vw;
  height: 210px; /* Mobile height */
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin-top: 20px;
}

/* 🖼️ Tablet Styles (Screens 768px and up) */
@media (min-width: 768px) {
  .section-hero-1 .img-custom {
    width: 100%;
    height: 380px; /* Medium height for tablets */
    border-radius: 8px;
    margin-top: 50px;
  }
}

/* 💻 Desktop Styles (Screens 1024px and up) */
@media (min-width: 1024px) {
  .section-hero-1 .img-custom {
    height: 520px; /* Tall height for desktop */
    border-radius: 12px;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .section-hero-1 .hero-heading {
    font-size: 30px;
  }

  .section-hero-1 .fs-3-5 {
    font-size: 18px;
    max-width: 330px;
  }

  .section-hero-1 .btn-Hero {
    width: 95%;
  }
}
/* Section 2 */

.section-hero-2 .img-custom {
  width: 100vw;
  height: 210px; /* Mobile height */
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin-top: 20px;
}

/* 🖼️ Tablet Styles (Screens 768px and up) */
@media (min-width: 768px) {
  .section-hero-2 .img-custom {
    width: 100%;
    height: 380px; /* Medium height for tablets */
    border-radius: 8px;
    margin-top: 50px;
  }
}

/* 💻 Desktop Styles (Screens 1024px and up) */
@media (min-width: 1024px) {
  .section-hero-2 .img-custom {
    height: 520px; /* Tall height for desktop */
    border-radius: 12px;
    margin-top: 70px;
  }
}

.section-hero-2 {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  text-align: center;
}

.section-hero-2 .Heroavtart-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
  border: 2px solid #fff;
  object-fit: cover;
}

.section-hero-2 .fs-3-5 {
  font-size: 20px;
  color: #4b5563;
  max-width: 900px;
}

.section-hero-2 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-2 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-hero-2 .fs-3-5 {
    font-size: 18px;
    max-width: 330px;
  }

  .section-hero-2 .btn-Hero {
    width: 95%;
  }
}
/* Section 3 */
.section-hero-3 {
  font-family: Roboto, sans-serif;
  background-color: #fff;
}

.section-hero-3 .grayscale {
  filter: grayscale(100%);
  opacity: 0.75;
}

.section-hero-3 .gradient-left,
.section-hero-3 .gradient-right {
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.section-hero-3 .gradient-left {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.section-hero-3 .gradient-right {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.section-hero-3 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-3 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-3 .logo-track {
  width: max-content;
  animation: section3-scroll-left 10s linear infinite;
}

.section-hero-3 .logo-track:hover {
  animation-play-state: paused;
}

.section-hero-3 .custom-gutter-lg > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

@media (max-width: 768px) {
  .section-hero-3 .btn-Hero {
    width: 95%;
  }

  .section-hero-3 .img-custom {
    height: 210px;
    border-radius: 0;
  }
}

/* Section 4 */
.section-hero-4 .logo-slide-loop {
  display: flex;
  animation: section4-slide-loop 20s linear infinite;
  opacity: 0.75;
  width: 1920px;
}

.section-hero-4 .logo-item {
  flex: 0 0 160px;
  padding: 0 1.5rem;
  height: 1.6rem;
}

.section-hero-4 .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}

.section-hero-4 .loogo_width {
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
}

@keyframes section4-slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-960px);
  }
}

.section-hero-4 .Heading_Font {
  font-size: 45px;
}

.section-hero-4 input.form-control {
  border-width: 1px;
  height: 60px !important;
  font-size: 0.9rem;
  font-weight: 200;
}

.section-hero-4 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-4 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-hero-4 .btn-Hero {
    width: 95%;
  }

  .section-hero-4.Heading_Font {
    font-size: 30px;
  }

  .ratio-16x9 {
    aspect-ratio: auto !important;
    height: 400px !important;
  }

  .ratio-16x9 > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
}

/* Section 5  */
.section-hero-5 input.form-control {
  border-width: 1px;
  height: 60px !important;
  font-size: 0.9rem;
}

.section-hero-5 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-5 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-5 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-5 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

/* Section 6 */

.section-hero-6 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-6 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}
.section-hero-6 input.form-control {
  border-width: 1px;
  height: 60px !important;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .ratio-4x3 {
    aspect-ratio: auto !important;
    height: 400px !important;
  }

  .ratio-4x3 > img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
}

/* Section 7 */
.section-hero-7 .Heading_Font {
  font-size: 45px;
}

.section-hero-7 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-7 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

@media (max-width: 768px) {
  .section-hero-7 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

/* Section 8 */

.section-hero-8 .grayscale {
  filter: grayscale(100%);
  opacity: 0.75;
}
.section-hero-8 .bg-gradient-custom {
  background: linear-gradient(
    325deg,
    rgb(214, 234, 255) 0%,
    rgb(250, 253, 255) 100%
  );
  border-radius: 1rem;
}

@media (max-width: 768px) {
  .section-hero-8 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-hero-8 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-8 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-8 .grayscale {
  filter: grayscale(100%);
  opacity: 0.75;
}

/* Gradient overlays for mobile scrolling logos */
.section-hero-8 .gradient-left,
.section-hero-8 .gradient-right {
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.section-hero-8 .gradient-left {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.section-hero-8 .gradient-right {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.section-hero-8 .logo-track {
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.section-hero-8 .logo-track:hover {
  animation-play-state: paused;
}

.section-hero-8 .custom-gutter-lg > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Scroll animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Section 9 */

.section-hero-9 {
  font-family: Roboto, sans-serif;
  background-color: rgb(84, 124, 168);
  text-align: center;
}

.section-hero-9 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-hero-9 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.section-hero-9 .img-custom {
  width: 100vw;
  height: 210px; /* Mobile height */
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin-top: 20px;
}

/* 🖼️ Tablet Styles (Screens 768px and up) */
@media (min-width: 768px) {
  .section-hero-9 .img-custom {
    width: 100%;
    height: 380px; /* Medium height for tablets */
    border-radius: 8px;
    margin-top: 50px;
  }
}

/* 💻 Desktop Styles (Screens 1024px and up) */
@media (min-width: 1024px) {
  .section-hero-9 .img-custom {
    height: 520px; /* Tall height for desktop */
    border-radius: 12px;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .section-hero-9 .btn-Hero {
    width: 95%;
  }
}

.section-hero-10 .hb-bg-slate-700 {
  background-color: rgb(75, 85, 99) !important;
}

.section-hero-10 .hb-bg-gradient-custom {
  background: linear-gradient(
    325deg,
    rgb(214, 234, 255) 0%,
    rgb(250, 253, 255) 100%
  );
  border-radius: 1rem;
}

.section-hero-10 .hb-mainspace {
  padding-top: 50px;
}

.section-hero-10 .hb-hero-heading {
  font-size: 59px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #000;
}

.section-hero-10 .hb-fs-3-5 {
  font-size: 20px;
  color: #4b5563;
  max-width: 900px;
}

/* Button styles */
.section-hero-10 .hb-btn-hero {
  background-color: #efbb41;
  padding: 14px 30px;

  gap: 10px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
}

.section-hero-10 .hb-btn-hero .hb-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  color: #efbb41;
}

.section-hero-10 .hb-avatar-stack {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  max-width: 280px;
}
.section-hero-10 .hb-avatar-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  margin-left: -15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.section-hero-10 .hb-avatar-img:first-child {
  margin-left: 0;
}

.section-hero-10 .hb-heading-font {
  font-size: 45px;
}

.section-hero-10 p.hb-text-secondary {
  color: #6c757d; /* Bootstrap text-secondary */
}

/* Enlarged right side image */
.section-hero-10 .right-image-container {
  padding: 0;
}
.section-hero-10 .ratio.ratio-16x9 {
  height: 100%;
  min-height: 400px;
  border-radius: 0.75rem;
  overflow: hidden;
}
.section-hero-10 .object-fit-cover {
  object-fit: cover !important;
}

@media (max-width: 768px) {
  .section-hero-10 .hb-hero-heading {
    font-size: 30px;
  }

  .section-hero-10 .font_size {
    font-size: 15px !important;
  }

  .section-hero-10 .hb-fs-3-5 {
    font-size: 18px;
    max-width: 330px;
    line-height: 1.4;
  }

  .section-hero-10 .hb-heading-font {
    font-size: 30px;
  }

  .section-hero-10 .hb-btn-hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-hero-10 .logo-container {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.section-hero-10 .bars {
  display: flex;
  gap: 0.2rem;
  width: 40px;
  height: 40px;
  align-items: flex-end;
}
.section-hero-10 .bar {
  width: 5px;
  border-radius: 1px;
  display: inline-block;
}
.section-hero-10 .bar1 {
  height: 18px;
  background-color: #0b0b0b;
}
.section-hero-10 .bar2 {
  height: 26px;
  background-color: #d4af37;
} /* golden yellow */
.section-hero-10 .bar3 {
  height: 14px;
  background-color: #080808;
}
.section-hero-10 .bar4 {
  height: 28px;
  background-color: #d4af37;
}
.section-hero-10 .bar5 {
  height: 10px;
  background-color: #100f0f;
}
.section-hero-10 .text-logo {
  color: #d4af37;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
}
.section-hero-10 .subtext {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
}
