  @charset "UTF-8";

/* ── Hero Banner ──────────────────────────────────────────────────── */
.b4g-hero-banner {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  background-color: #0d1b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 80px;
  margin-top: 80px;
  overflow: hidden;
}
.b4g-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.b4g-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.62);
  z-index: 0;
}
.b4g-hero-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -120px;
}
.b4g-hero-heading {
  font-family: Exo, sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}
.b4g-hero-subtext {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0 auto 36px;
}
.b4g-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.b4g-hero-btn-primary {
  display: inline-block;
  background-color: #4293e1;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.b4g-hero-btn-primary:hover {
  background-color: #1a7fe0;
  color: #ffffff;
  text-decoration: none;
}
.b4g-hero-btn-outline {
  display: inline-block;
  background-color: #FFFFFF;
  color: #1C92FF;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.b4g-hero-btn-outline:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b4g-hero-banner {
    min-height: calc(100vh - 150px);
    padding: 100px 20px 60px;
    margin: 0;
  }
  
  .b4g-hero-heading {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
  }
  .b4g-hero-subtext {
    font-size: 14px;
  }
  .b4g-hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  .b4g-hero-btn-primary,
  .b4g-hero-btn-outline {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .b4g-hero-heading {
    font-size: 40px;
  }
}

.b4g-ai-section {
  background-color: #121212;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.b4g-ai-section .b4g-ai-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 500px;
}
.b4g-ai-section .b4g-ai-left {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.b4g-ai-section .b4g-ai-left .b4g-ai-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.b4g-ai-section .b4g-ai-left .b4g-ai-video-wrap .b4g-ai-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.8);
}
.b4g-ai-section .b4g-ai-left .b4g-ai-video-wrap .b4g-ai-logo-overlay {
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 2;
}
.b4g-ai-section .b4g-ai-left .b4g-ai-video-wrap .b4g-ai-logo-overlay img {
  height: 32px;
  width: auto;
}
.b4g-ai-section .b4g-ai-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 100px 52px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-heading {
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-heading span {
  display: inline-block;
  overflow: hidden;
  will-change: transform, opacity;
  line-height: 1.24;
  white-space: nowrap;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-heading .b4g-ai-heading--bold {
  font-weight: 800;
  display: inline;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-heading .b4g-ai-heading--bold span {
  font-weight: 800;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-subtext {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.65;
  margin: 0;
  max-width: 500px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  background: #060c17;
  border: 1px solid #262626;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card:hover {
  border-color: #acacac;
 box-shadow: rgba(250, 251, 253, 0.2) 0px 8px 24px;
  background: #060c17;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-header .b4g-ai-card-icon {
  width: 44px;
  height: 44px;
  background: #060c17;
  border: 1px solid #2e2e2e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b9cf6;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-header .b4g-ai-card-icon svg {
  width: 22px;
  height: 22px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-header .b4g-ai-card-title {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
  margin: 0;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-list li {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card .b4g-ai-card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-size: 10px;
  top: 2px;
  font-weight: 700;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--primary {
  background: #2563eb;
  color: #fff;
  border: 1px solid #2563eb;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--outline {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid #333;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--outline svg {
  transition: transform 0.2s ease;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--outline:hover {
  border-color: #555;
  color: #fff;
}
.b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn.b4g-btn--outline:hover svg {
  transform: translate(2px, -2px);
}
@media (max-width: 1024px) {
  .b4g-ai-section .b4g-ai-right {
    padding: 44px 36px;
  }
}
@media (max-width: 992px) {
  .b4g-ai-section .b4g-ai-wrapper {
    flex-direction: column;
  }
  .b4g-ai-section .b4g-ai-left {
    width: 100%;
    height: 280px;
    clip-path: none;
  }
  .b4g-ai-section .b4g-ai-left .b4g-ai-video-wrap::after {
    background: linear-gradient(to bottom, transparent 40%, #0d0d0d 100%);
  }
  .b4g-ai-section .b4g-ai-right {
    padding: 50px 28px;
  }
}
@media (max-width: 640px) {
  .b4g-ai-section .b4g-ai-right {
    padding: 32px 20px 40px;
  }
  .b4g-ai-section .b4g-ai-right .b4g-ai-description .b4g-ai-heading {
    font-size: 26px;
  }
  .b4g-ai-section .b4g-ai-right .b4g-ai-cards-grid .b4g-ai-card {
    flex: 1 1 100%;
  }
  .b4g-ai-section .b4g-ai-right .b4g-ai-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .b4g-ai-section .b4g-ai-right .b4g-ai-cta .b4g-btn {
    width: 100%;
    justify-content: center;
  }
}

.about-biz4-section {
  padding: 0;
}
.about-biz4-section .about-biz {
  background-image: none !important;
  background-color: #0d0d0d !important;
}

.delivering-ai-solutions, .whole-portfolio {
  padding: 80px 0 !important;
}

.portfolio-section-content-wrapper{
  padding: 0 80px;
    max-width: 1690px;
    margin: auto;
}
.all-heading p {
  text-transform: none !important;
  color: #222;
text-align: center;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.b4g-services-section {
  background-color: #02132A;
  padding: 80px 0;
}
.b4g-services-section .b4g-services-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
}
.b4g-services-section .b4g-services-header .b4g-services-sub {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a95fc;
}
.b4g-services-section .b4g-services-header .b4g-services-heading {
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  text-align: center; 
}
.b4g-services-section .b4g-services-header .b4g-services-subtext {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #9ca3af;
  line-height: 1.65;
  margin: 0;
}
.b4g-services-section .b4g-services-body {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.b4g-services-section .b4g-services-list {
  flex: 1;
  min-width: 0;
}
.b4g-services-section .b4g-services-list .b4g-svc-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 20px 0 20px 20px;
  cursor: pointer;
  border-bottom: 1px solid #1f1f1f;
  transition: background 0.2s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item:first-child {
  border-top: 1px solid #1f1f1f;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: transparent;
  transition: background 0.25s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-num {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
  min-width: 24px;
  transition: color 0.2s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-title {
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #6b7280;
  transition: color 0.2s ease;
  flex: 1;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1f1f1f;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
  margin-left: auto;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-link svg {
  width: 16px;
  height: 16px;
  fill: #4b5563;
  transition: fill 0.2s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-link:hover {
  background: #2563eb;
  transform: scale(1.1);
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-inner .b4g-svc-link:hover svg {
  fill: #fff;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-body {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: 40px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-line {
  background: #3b82f6;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-num {
  color: #3b82f6;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-title {
  color: #ffffff;
  font-weight: 600;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-body {
  max-height: 80px;
  opacity: 1;
  color: #9ca3af;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-link {
  opacity: 1;
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-link svg {
  fill: #9ca3af;
}
.b4g-services-section .b4g-services-list .b4g-svc-item:hover .b4g-svc-link {
  opacity: 1;
}
.b4g-services-section .b4g-services-list .b4g-svc-item:hover:not(.is--active) .b4g-svc-title {
  color: #d1d5db;
}
.b4g-services-section .b4g-services-visual {
  width: 400px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}
.b4g-services-section .b4g-services-visual .b4g-svc-cards-wrap {
  position: relative;
  min-height: 480px;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card {
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card.is--active {
  opacity: 1;
  position: relative;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(to bottom, transparent 35%, hsla(0, 0%, 0%, 0.45) 62%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay {
  width: 100%;
  padding: 0 24px 24px;
  position: relative;
  z-index: 1;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info .b4g-ldr-text h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.2;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info .b4g-ldr-text p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-weight: 400;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info .b4g-ldr-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #4290DF;
  padding: 16px 32px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.about-biz-card{
      background-color: #101621;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info .b4g-ldr-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.b4g-services-section .b4g-services-visual .b4g-svc-card .b4g-ldr-img .b4g-ldr-overlay .b4g-ldr-info .b4g-ldr-cta:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}
@media (max-width: 992px) {
  .b4g-services-section .b4g-services-body {
    flex-direction: column;
  }
  .b4g-services-section .b4g-services-visual {
    width: 100%;
    position: static;
  }
  .b4g-services-section .b4g-services-visual .b4g-svc-cards-wrap {
    min-height: unset;
  }
  .b4g-services-section .b4g-services-visual .b4g-svc-card.is--active {
    position: relative;
  }
}
/* ── Desktop arrow icon ───────────────────────────────────────────── */
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 26px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item .b4g-svc-arrow svg {
  width: 40px;
  height: 40px;
  stroke: #4b5563;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}
.b4g-services-section .b4g-services-list .b4g-svc-item:hover .b4g-svc-arrow,
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-arrow {
  opacity: 1;
  transform: rotate(-45deg);
}
.b4g-services-section .b4g-services-list .b4g-svc-item.is--active .b4g-svc-arrow svg {
  stroke: #3b82f6;
}

/* ── Hide desktop section on mobile, show mobile section ──────────── */
.b4g-svc-mobile-section { display: none; }
@media (max-width: 992px) {
  .b4g-services-section { display: none; }
  .b4g-svc-mobile-section { display: block; }
}

/* ── Mobile accordion section ─────────────────────────────────────── */
.b4g-svc-mobile-section {
  background-color: #121212;
  padding: 60px 0;
}
.b4g-svc-mobile-section .b4g-svc-mob-list {
  display: flex;
  flex-direction: column;
}
.b4g-svc-mobile-section .b4g-svc-mob-item {
  border-bottom: 1px solid #1f1f1f;
}
.b4g-svc-mobile-section .b4g-svc-mob-item:first-child {
  border-top: 1px solid #1f1f1f;
}
.b4g-svc-mobile-section .b4g-svc-mob-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px;
  cursor: pointer;
  user-select: none;
}
.b4g-svc-mobile-section .b4g-svc-mob-num {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #4b5563;
  min-width: 22px;
  transition: color 0.2s ease;
}
.b4g-svc-mobile-section .b4g-svc-mob-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #9ca3af;
  flex: 1;
  transition: color 0.2s ease;
}
.b4g-svc-mobile-section .b4g-svc-mob-chevron {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.b4g-svc-mobile-section .b4g-svc-mob-chevron svg {
  width: 18px;
  height: 18px;
  stroke: #4b5563;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b4g-svc-mobile-section .b4g-svc-mob-item.is--open .b4g-svc-mob-chevron {
  transform: rotate(180deg);
}
.b4g-svc-mobile-section .b4g-svc-mob-item.is--open .b4g-svc-mob-num {
  color: #3b82f6;
}
.b4g-svc-mobile-section .b4g-svc-mob-item.is--open .b4g-svc-mob-title {
  color: #ffffff;
  font-weight: 600;
}
.b4g-svc-mobile-section .b4g-svc-mob-panel {
  display: none;
  padding-bottom: 20px;
}
.b4g-svc-mobile-section .b4g-svc-mob-item.is--open .b4g-svc-mob-panel {
  display: block;
}
.b4g-svc-mobile-section .b4g-svc-mob-desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.65;
  margin: 0 0 16px;
}
.b4g-svc-mobile-section .b4g-svc-mob-card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-img {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center top;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,0.45) 62%, rgba(0,0,0,0.82) 100%);
  pointer-events: none;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-overlay {
  width: 100%;
  padding: 0 16px 16px;
  position: relative;
  z-index: 1;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-text h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-text p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: #2563eb;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.b4g-svc-mobile-section .b4g-svc-mob-card .b4g-ldr-cta svg {
  fill: #fff;
  flex-shrink: 0;
}
.b4g-svc-mobile-section .b4g-svc-mob-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #3b82f6;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.b4g-svc-mobile-section .b4g-svc-mob-link svg {
  width: 15px;
  height: 15px;
  stroke: #3b82f6;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-45deg);
}

@media (max-width: 640px) {
  .b4g-services-section {
    padding: 48px 0;
  }
  .b4g-services-section .b4g-services-header .b4g-services-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .b4g-services-section .b4g-services-visual .b4g-ldr-img {
    height: 360px;
  }
}/*# sourceMappingURL=home-page.css.map */

/* .schedule-a-meeting start  */
.schedule-a-meeting, .rave-reviews-section, .book-an-appointment-section{
  padding: 0 !important;
}
/* .schedule-a-meeting end  */

/* ── About Biz4Group Section ──────────────────────────────────────── */
.b4g-about-section {
  background-color: #0d0d0d;
  padding: 90px 0;
}
.b4g-about-section .b4g-about-header {
  text-align: center;
}
.b4g-about-section .b4g-about-header .b4g-about-sub {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a95fc;
  margin-bottom: 14px;
}
.b4g-about-section .b4g-about-header .b4g-about-heading {
  font-family: Exo, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 16px;
}
.b4g-about-section .b4g-about-header .b4g-about-subtext {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.75;
  margin: 0;
}
.b4g-about-section .b4g-about-body {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
/* Left column */
.b4g-about-section .b4g-about-left {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b4g-about-section .b4g-about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  overflow: hidden;
}
.b4g-about-section .b4g-about-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 20px;
  background: #121212;
}
.b4g-about-section .b4g-about-stat-num {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2a95fc;
  line-height: 1;
}
.b4g-about-section .b4g-about-stat-label {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #6b7280;
}
.b4g-about-section .b4g-about-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  line-height: 0;
}
.b4g-about-section .b4g-about-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}
/* Right column */
.b4g-about-section .b4g-about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}
.b4g-about-section .b4g-about-right p {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.8;
  margin: 0;
}
.b4g-about-section .b4g-about-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: #2563eb;
  padding: 12px 22px;
  border-radius: 10px;
  margin-top: 8px;
  align-self: flex-start;
  transition: background 0.2s ease, transform 0.2s ease;
}
.b4g-about-section .b4g-about-cta svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.b4g-about-section .b4g-about-cta:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}
@media (max-width: 992px) {
  .b4g-about-section .b4g-about-body {
    flex-direction: column;
    gap: 40px;
  }
  .b4g-about-section .b4g-about-left {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .b4g-about-section {
    padding: 60px 0;
  }
  .b4g-about-section .b4g-about-header .b4g-about-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .b4g-about-section .b4g-about-stat-num {
    font-size: 26px;
  }
}

/* ── FAQ Section ──────────────────────────────────────────────────── */
.b4g-faq-section {
  background-color: #060c18;
  padding: 80px 0;
}
.b4g-faq-section .b4g-faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.b4g-faq-section .b4g-faq-header .b4g-faq-sub {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a95fc;
  margin-bottom: 12px;
}
.b4g-faq-section .b4g-faq-header .b4g-faq-heading {
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.b4g-faq-section .b4g-faq-list {
  margin: 0 auto;
}
.b4g-faq-section .b4g-faq-item {
  border-bottom: 1px solid #1f1f1f;
}
.b4g-faq-section .b4g-faq-item:first-child {
  border-top: none;
}
.b4g-faq-section .b4g-faq-item:not(.is--open):last-child {
  border-bottom: none;
}
.b4g-faq-section .b4g-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  cursor: pointer;
  user-select: none;
}
.b4g-faq-section .b4g-faq-question {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #d1d5db;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.b4g-faq-section .b4g-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1.5px solid #374151;
  border-radius: 50%;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.b4g-faq-section .b4g-faq-icon svg {
  width: 18px;
  height: 18px;
  stroke: #6b7280;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b4g-faq-section .b4g-faq-icon svg .faq-icon-v {
  transition: opacity 0.2s ease;
  opacity: 1;
}
.b4g-faq-section .b4g-faq-icon svg .faq-icon-h {
  transition: stroke 0.2s ease;
}
.b4g-faq-section .b4g-faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  overflow: hidden;
}
.b4g-faq-section .b4g-faq-panel > p {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.4s ease;
}
.b4g-faq-section .b4g-faq-panel p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.75;
  margin: 0;
}
/* Open state */
.b4g-faq-section .b4g-faq-item.is--open .b4g-faq-panel {
  grid-template-rows: 1fr;
}
.b4g-faq-section .b4g-faq-item.is--open .b4g-faq-panel > p {
  padding-bottom: 20px;
}
.b4g-faq-section .b4g-faq-item.is--open .b4g-faq-question {
  color: #ffffff;
  font-weight: 600;
}
/* .b4g-faq-section .b4g-faq-item.is--open .b4g-faq-icon {
  border-color: #3b82f6;
  background: #1d3a6e;
} */
.b4g-faq-section .b4g-faq-item.is--open .b4g-faq-icon svg .faq-icon-h {
  stroke: #6b7280;
}
.b4g-faq-section .b4g-faq-item.is--open .b4g-faq-icon svg .faq-icon-v {
  opacity: 0;
}
@media (max-width: 767px) {
  .b4g-faq-section {
    padding: 52px 0;
  }
  .b4g-faq-section .b4g-faq-header .b4g-faq-heading {
    font-size: 26px;
    line-height: 36px;
  }
  
  .b4g-faq-section .b4g-faq-question {
    font-size: 15px;
  }
}
 .about-biz4-section .about-biz, .b4g-ai-section{
  background-color: #060c18 !important;
}

.about-biz{
  padding-top: 60px;
}
.com-schedule-meeting, .get-free-consultation{
  background-color: #fff !important;
}

.form-contain{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .slider-track {
        display: flex;
        width: max-content;
    }

    .slider-track img {
        height: 40px;
        object-fit: contain;
        padding: 0 40px;
        flex-shrink: 0;
    }

    .com-our-client{
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #fff;
    }
    .our-client{
      background-color: transparent;
      margin: 0;
    }

/* ── AI Process Section ───────────────────────────────────────────── */
.b4g-ai-process-section {
  padding: 60px 0;
  background: #060c18;
}
.b4g-ai-process-text {
  max-width: 860px;
}
.b4g-ai-process-heading {
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 20px;
}
.b4g-ai-process-para {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  margin: 0 0 14px;
}
.b4g-ai-process-para:last-child {
  margin-bottom: 0;
}
.b4g-ai-process-img {
  width: 100%;
  line-height: 0;
  margin-top: 50px;
}
.b4g-ai-process-img img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.b4g-ai-process-img img.display-desktop-img{
  display: block;
}
.b4g-ai-process-img img.display-mobile-img{
  display: none;
}

@media (max-width: 767px) {
  .b4g-ai-process-section {
    padding: 50px 0;
  }
  .b4g-ai-process-heading {
    font-size: 26px;
  }
  .b4g-ai-process-para {
    font-size: 15px;
  }
  .b4g-ai-process-img img.display-desktop-img{
  display: none;
}
.b4g-ai-process-img img.display-mobile-img{
  display: block;
  height: 700px;
  object-fit: contain;
}

}

/* ── Industries Section ───────────────────────────────────────────── */
.b4g-industries-section {
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}
.industries-section-upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.b4g-industries-heading {
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #3095f8;
  line-height: 1.3;
  margin: 0 0 12px;
}
.b4g-industries-subtext {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  margin: 0;
}
.b4g-industries-nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  align-self: flex-end;
}
.b4g-ind-prev,
.b4g-ind-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: transparent;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.b4g-ind-prev:hover,
.b4g-ind-next:hover {
  background: #2a95fc;
  border-color: #2a95fc;
  color: #fff;
}

.b4g-industries-right {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.b4g-industries-right .owl-stage-outer {
  overflow: visible;
}
.b4g-industries-right .owl-carousel .owl-stage {
  display: flex !important;
}
.b4g-industries-right .owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
}
.b4g-industries-right .owl-carousel .owl-item .item {
  display: flex;
  flex: 1;
}
.b4g-industries-right .owl-carousel .owl-item .item .b4g-ind-card {
  flex: 1;
}
.b4g-ind-card {
  background: linear-gradient(145deg, #e8f4ff 0%, #d0e8ff 100%);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b4g-ind-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.b4g-ind-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0d66bc 0%, #2a95fc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.b4g-ind-title {
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0d1b2e;
  margin: 0;
  line-height: 1.2;
}
.b4g-ind-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.b4g-ind-list li {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #1a3a5c;
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
}
.b4g-ind-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2a95fc;
}
@media (max-width: 767px) {
  .b4g-industries-section{
    padding: 50px 0;
  }
  .industries-section-upper {
    flex-direction: column;
    gap: 20px;
  }
  .b4g-industries-nav {
    align-self: flex-start;
  }
  .b4g-industries-heading {
    font-size: 24px;
  }
  .b4g-ind-card {
    min-height: auto;
    padding: 22px 18px;
  }
}

.about-biz-card{
    height: 235px;
}
.about-img img{
  height: 205px;
}

.main-heading h2, .all-heading h2{
  color: #0A0E27;
  font-size: 44px;
  font-weight: 700;
}


.get-free-consultation{
  padding: 80px 0;
}

.consultation-form{
  background-color: #060c18 !important;
}

.common-headings-home p{
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .whole-portfolio .all-heading h2, .main-heading h2, .all-heading h2, .common-headings-home h2, .testimonial-section h2{
    font-size: 26px;
  }
  .all-heading p, .main-heading p{
    font-size: 14px;
  }
  .clutch-widget{
    height: auto;
  }
  .get-free-consultation{
    padding: 50px 0;
  }
  .com-rave-reviews, .about-biz{
    padding: 50px 0;
  }
  .b4g-services-heading{
    color: #fff;
    font-size: 26px;
  }
  .b4g-services-subtext{
    color: #fff;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .b4g-services-heading{
    color: #fff;
    font-size: 26px;
  }
  .b4g-services-subtext{
    color: #fff;
    margin-bottom: 50px;
  }
  .b4g-hero-banner{
    min-height: calc(100vh - 200px);
  }
}

