/* ========================================
   GLOBAL
======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Geist", sans-serif;
}
.hero-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1780.84 / 715.09;
  overflow: hidden;
  margin-top: 137px;
}

.hero-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-background {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero-container {
  position: relative;
  z-index: 2;
}
.hero-vector-2 {
  position: absolute;

  top: 0;
  left: 0;
  width: 60.43%;
  height: auto;

  max-width: none;

  display: block;

  z-index: 1;

  pointer-events: none;

  user-select: none;
}

.hero-vector-1 {
  position: absolute;

  top: 0;
  left: 511px;
  width: 23.82%;
  height: auto;

  max-width: none;

  display: block;

  z-index: 2;

  pointer-events: none;

  user-select: none;
}

.hero-container {
  position: relative;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;

  z-index: 3;
}

.hero-content {
  position: relative;

  width: 650px;

  padding-left: 20.8%;
}

.hero-title {
  margin: 0 0 24px;

  color: #ffffff;
  font-size: 42px;
  line-height: 54px;

  font-weight: 700;

  letter-spacing: 0;
}

.hero-title .highlight {
  color: #ff960a;
}

.hero-description {
  max-width: 450px;

  margin: 0 0 32px;

  color: #ffffff;

  font-size: 18px;
  line-height: 26px;

  font-weight: 300;
}

.hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 184px;
  height: 48px;

  padding: 0;

  border: 0;
  border-radius: 6px;

  background: #1891ff;

  color: #ffffff;

  font-size: 16px;
  font-weight: 700;

  line-height: 1;

  text-decoration: none;

  cursor: pointer;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.hero-button:hover {
  background: #087bdc;

  color: #ffffff;

  transform: translateY(-1px);
}

.hero-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
/* ========================================
   TABLET
   992px - 1199px
======================================== */
@media (min-width: 2560px) {
  .hero-content {
    position: relative;
    width: 1000px;
    padding-left: 30.8%;
  }
  .hero-title {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 65px;
    line-height: 76px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .hero-description {
    max-width: 740px;
    margin: 0 0 32px;
    color: #ffffff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
  }
  .hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #1891ff;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease;
  }
}
@media (max-width: 1280px) {
  .hero-section::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    pointer-events: none;
  }

  /* =====================================================
       HERO CONTAINER
    ===================================================== */

  .hero-container {
    position: relative;

    width: 100%;
    height: auto;

    min-height: 520px;

    display: flex;
    align-items: center;

    padding: 50px 60px;

    z-index: 2;
  }

  .hero-content {
    position: relative;
    width: 420px;
    padding-left: 0.8%;
    margin-top: -100px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .hero-description {
    max-width: 520px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 28px;
  }
}

/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .hero-background {
    object-position: center;
  }

  .hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
  }

  /* =====================================================
     DARK OVERLAY
  ===================================================== */

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 13, 25, 0.68);
    z-index: 1;
    pointer-events: none;
  }

  /* =====================================================
     REMOVE DESKTOP VECTORS
  ===================================================== */

  .hero-vector-1,
  .hero-vector-2 {
    display: none;
  }

  /* =====================================================
     HERO CONTAINER
  ===================================================== */

  .hero-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 520px;

    display: flex;
    align-items: center;

    padding: 70px 50px;

    z-index: 2;
    box-sizing: border-box;
  }

  /* =====================================================
     CONTENT
  ===================================================== */

  .hero-content {
    position: relative;
    margin-top: 30px;

    width: 100%;
    max-width: 650px;

    padding: 0;

    box-sizing: border-box;
  }

  /* =====================================================
     TITLE
  ===================================================== */

  .hero-title {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;

    max-width: 650px;
  }

  .hero-title .highlight {
    color: #ff960a;
  }

  /* =====================================================
     DESCRIPTION
  ===================================================== */

  .hero-description {
    width: 100%;
    max-width: 580px;

    margin: 0 0 30px;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
  }

  /* =====================================================
     BUTTON
  ===================================================== */

  .hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 184px;
    height: 50px;

    border-radius: 6px;

    background: #1891ff;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;
  }

  .hero-button:hover {
    background: #1891ff;
    transform: none;
  }
}

/* =========================================================
   MOBILE
   767px AND BELOW
========================================================= */

@media (max-width: 767px) {
  .hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    min-height: 520px;

    aspect-ratio: auto;
    overflow: hidden;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    margin-top: 0;
  }

  /* =====================================================
     DARK OVERLAY
  ===================================================== */

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 13, 25, 0.7);

    z-index: 1;
    pointer-events: none;
  }

  /* =====================================================
     REMOVE DESKTOP VECTORS
  ===================================================== */

  .hero-vector-1,
  .hero-vector-2 {
    display: none;
  }

  /* =====================================================
     HERO CONTAINER
  ===================================================== */

  .hero-container {
    position: relative;

    width: 100%;
    height: auto;
    min-height: 520px;

    display: flex;
    align-items: center;

    /*
     * IMPORTANT:
     * Do not use 80px left/right padding on mobile.
     */
    padding: 65px 18px 45px;

    z-index: 2;
    box-sizing: border-box;
  }

  /* =====================================================
     CONTENT
  ===================================================== */

  .hero-content {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin-top: 25px;

    /*
     * Remove the extra 30px padding.
     * This gives the heading enough width.
     */
    padding: 0;

    box-sizing: border-box;
  }

  /* =====================================================
     TITLE
  ===================================================== */

  .hero-title {
    width: 100%;
    max-width: 100%;

    margin: 0 0 18px;

    color: #ffffff;

    /*
     * 28px gives "Microsoft Dynamics 365"
     * enough room on normal mobile widths.
     */
    font-size: 28px;

    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;

    /*
     * Prevent awkward breaking inside "365".
     */
    word-break: normal;
    overflow-wrap: normal;
  }

  .hero-title .highlight {
    color: #ff960a;
  }

  /* =====================================================
     DESCRIPTION
  ===================================================== */

  .hero-description {
    width: 100%;
    max-width: 100%;

    margin: 0 0 25px;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;

    box-sizing: border-box;
  }

  /* =====================================================
     BUTTON
  ===================================================== */

  .hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 184px;
    max-width: 100%;
    height: 50px;

    border-radius: 6px;

    background: #1891ff;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    box-sizing: border-box;
  }

  .hero-button:hover {
    background: #1891ff;
    transform: none;
  }
}

/* =========================================================
   SMALL MOBILE
   480px AND BELOW
========================================================= */

@media (max-width: 480px) {
  .hero-section {
    min-height: 570px;

    margin-top: 75px;
  }

  .hero-container {
    min-height: 570px;

    /*
     * Keep horizontal padding small.
     */
    padding: 55px 18px 35px;
  }

  .hero-content {
    margin-top: 20px;
    padding: 0;
  }

  .hero-title {
    font-size: 27px;

    line-height: 1.2;

    margin-bottom: 18px;
  }

  .hero-description {
    font-size: 16px;

    line-height: 1.55;

    margin-bottom: 25px;
  }

  .hero-button {
    width: 100%;
    max-width: 100%;

    height: 54px;

    font-size: 16px;
  }
}

/* =========================================================
   VERY SMALL MOBILE
   360px AND BELOW
========================================================= */

@media (max-width: 360px) {
  .hero-section {
    min-height: 550px;

    margin-top: 70px;
  }

  .hero-container {
    min-height: 550px;

    padding: 50px 15px 30px;
  }

  .hero-content {
    margin-top: 15px;
    padding: 0;
  }

  .hero-title {
    font-size: 25px;

    line-height: 1.2;

    margin-bottom: 17px;
  }

  .hero-description {
    font-size: var(--section-description-size);

    line-height: 1.5;

    margin-bottom: 23px;
  }

  .hero-button {
    width: 100%;

    height: 52px;

    font-size: 15px;
  }
}

.submit-button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;

  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  min-height: 48px;

  border: 0;
  border-radius: 8px;

  color: #fff;
  text-decoration: none;
  cursor: pointer;

  position: relative;
  overflow: hidden;
  z-index: 9;

  background:
    linear-gradient(
      99.46deg,
      rgba(86, 183, 251, 1) 0%,
      rgba(116, 97, 211, 1) 100%
    ),
    linear-gradient(to left, #1891ff, #1891ff);

  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);

  /* Smooth UP when hover + DOWN when mouse leaves */
  transition:
    transform 1.2s ease-in-out,
    box-shadow 0.5s ease;
}

/* =========================================
   BUTTON OVERLAY
========================================= */

.submit-button::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 26.47%,
    rgba(0, 0, 0, 0.08) 100%
  );

  border-radius: 8px;

  z-index: -1;
}

/* Hover gradient layer */
.submit-button::after {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: inherit;

  /* Reversed gradient: RIGHT → LEFT */
  background: linear-gradient(
    270deg,
    rgba(86, 183, 251, 1) 0%,
    rgba(116, 97, 211, 1) 100%
  );

  opacity: 0;

  z-index: -2;

  transition: opacity 0.45s ease;
}

/* =========================================
   HOVER - MOVE BUTTON UP
========================================= */

.submit-button:hover {
  transform: translateY(-8px);

  box-shadow: 0px 20px 30px 0px rgba(118, 95, 184, 0.35);
}

@keyframes buttonTopBottom {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  55% {
    transform: translateY(5px);
  }

  75% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(0);
  }
}
.submit-button:hover::after {
  opacity: 1;
}

.submit {
  color: #ffffff;

  font-size: 16px;
  line-height: 26px;
  font-weight: 700;

  white-space: nowrap;
  flex-shrink: 0;

  position: relative;
  z-index: 2;
}

/* Arrow area */
.arrow-box {
  width: 18px;
  height: 20px;

  position: relative;
  display: block;
  flex: 0 0 18px;

  overflow: hidden;
  z-index: 2;
}

/* Arrow */
.submit-icon {
  width: 15.08px;
  height: 19.76px;

  position: absolute;
  top: 0;
  left: 0;

  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transform: translate(0, 0);
}

/* One-time hover movement */
.submit-button:hover .submit-icon {
  animation: arrowSlide 1.2s ease-in-out 1;
}

@keyframes arrowSlide {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  45% {
    transform: translate(18px, -18px) scale(0.9);
    opacity: 0;
  }

  50% {
    transform: translate(-18px, 18px) scale(0.4);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

/* Hover shadow */
.submit-button:hover,
.submit-button:focus {
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}

/* ========================================
Hero section button Responsive
======================================== */

/* =========================================================
   HERO BUTTON RESPONSIVE
========================================================= */

/* TABLET: 768px - 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .submit-button {
    width: fit-content;
    max-width: 100%;
    min-height: 48px;

    padding: 8px 20px;

    font-size: 16px;
    line-height: 26px;

    gap: 10px;

    box-sizing: border-box;
  }

  .hero-section .submit {
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
  }

  .hero-section .arrow-box {
    flex: 0 0 18px;
  }
}

/* MOBILE: 767px AND BELOW */
@media (max-width: 767px) {
  .hero-section .submit-button {
    display: inline-flex;

    width: fit-content;
    max-width: 100%;

    min-height: 48px;

    padding: 8px 18px;

    justify-content: center;
    align-items: center;

    gap: 9px;

    box-sizing: border-box;
  }

  .hero-section .submit {
    font-size: 15px;
    line-height: 24px;

    white-space: nowrap;
  }

  .hero-section .arrow-box {
    width: 18px;
    height: 20px;

    flex: 0 0 18px;
  }

  .hero-section .submit-icon {
    width: 15.08px;
    height: 19.76px;
  }
}

/* SMALL MOBILE: 480px AND BELOW */
@media (max-width: 480px) {
  .hero-section .submit-button {
    width: 100%;
    max-width: 100%;

    min-height: 50px;

    padding: 8px 16px;

    gap: 8px;
  }

  .hero-section .submit {
    font-size: 15px;
    line-height: 24px;
  }
}

/* VERY SMALL MOBILE: 360px AND BELOW */
@media (max-width: 360px) {
  .hero-section .submit-button {
    width: 100%;

    min-height: 48px;

    padding: 7px 14px;

    gap: 7px;
  }

  .hero-section .submit {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-section .arrow-box {
    width: 18px;
    height: 20px;

    flex: 0 0 18px;
  }
}

/* ========================================
   HERO FEATURES
======================================== */

.hero-features {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding: 0 20px;
}

.hero-features .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hero-features-box {
  width: 100%;
  max-width: 1178px;
  min-height: 110px;

  margin: 0 auto;
  padding: 20px 38px;

  background: #ffffff;

  border-radius: 14px;

  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.hero-feature {
  display: flex;
  align-items: center;

  gap: 16px;

  white-space: nowrap;
  flex: 1;
}

.hero-feature-icon {
  width: 60px;
  height: 60px;

  min-width: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff1e9;
  border: 1px solid #ffd2bc;
}

.hero-feature-icon img {
  width: 30px;
  height: 30px;

  object-fit: contain;
  display: block;
}

.hero-feature span {
  color: #111111;

  font-size: 16px;
  font-weight: 600;

  line-height: 1.3;
}

/* ========================================
   LARGE TABLET / SMALL DESKTOP
   1200px and below
======================================== */

@media (max-width: 1200px) {
  .hero-features {
    padding: 0 30px;
  }

  .hero-features-box {
    padding: 20px 30px;
    gap: 20px;
  }

  .hero-feature {
    gap: 12px;
  }

  .hero-feature-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .hero-feature-icon img {
    width: 27px;
    height: 27px;
  }

  .hero-feature span {
    font-size: 14px;
  }
}

/* ========================================
   TABLET
   992px and below
======================================== */

@media (max-width: 991px) {
  .hero-features {
    margin-top: -25px;
    padding: 0 25px;
  }

  .hero-features-box {
    min-height: auto;

    padding: 25px 30px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 25px 30px;
  }

  .hero-feature {
    width: 100%;
    flex: none;

    gap: 14px;

    white-space: normal;
  }

  .hero-feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .hero-feature-icon img {
    width: 28px;
    height: 28px;
  }

  .hero-feature span {
    font-size: 15px;
  }
}

/* ========================================
   MOBILE
   767px and below
======================================== */

@media (max-width: 767px) {
  .hero-features {
    margin-top: -20px;
    padding: 0 16px;
  }

  .hero-features-box {
    padding: 22px 20px;

    grid-template-columns: repeat(2, 1fr);

    gap: 22px 15px;

    border-radius: 12px;
  }

  .hero-feature {
    gap: 10px;
  }

  .hero-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .hero-feature-icon img {
    width: 24px;
    height: 24px;
  }

  .hero-feature span {
    font-size: 13px;
    line-height: 1.25;
  }
}

/* ========================================
   SMALL MOBILE
   480px and below
======================================== */

@media (max-width: 480px) {
  .hero-features {
    margin-top: -50px;
    padding: 0 12px;
  }

  .hero-features-box {
    padding: 20px 15px;

    gap: 20px 10px;

    border-radius: 10px;

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  .hero-feature {
    gap: 8px;
  }

  .hero-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .hero-feature-icon img {
    width: 21px;
    height: 21px;
  }

  .hero-feature span {
    font-size: var(--rs-card-description) !important;
  }
}

/* ========================================
   VERY SMALL MOBILE
   360px and below
======================================== */

@media (max-width: 360px) {
  .hero-features {
    padding: 0 10px;
  }

  .hero-features-box {
    padding: 18px 12px;
    gap: 18px 8px;
  }

  .hero-feature {
    gap: 7px;
  }

  .hero-feature-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .hero-feature-icon img {
    width: 19px;
    height: 19px;
  }

  .hero-feature span {
    font-size: var(--card-text-size) !important;
  }
}

/* =========================================
   BUSINESS CENTRAL ABOUT SECTION
========================================= */

.bc-about-section {
  position: relative;
  width: 100%;
  min-height: 765px;

  background: #ffffff;

  overflow: hidden;

  padding-top: 80px;
  padding-bottom: 70px;
}

/* =========================================
   SECTION CONTAINER
========================================= */

.bc-about-section .container {
  position: relative;
  z-index: 5;
}

/* =========================================
   SECTION LABEL
========================================= */

.bc-label-line {
  display: block;

  width: 50px;
  height: 1px;

  flex: 0 0 50px;

  background: #168df5;
}

.bc-label-text {
  color: #1891ff;

  font-size: 22px;
  font-weight: 700;

  line-height: 20px;

  white-space: nowrap;
}

/* =========================================
   MAIN HEADING
========================================= */

.bc-about-title {
  margin: 0;

  color: #000000;

  font-size: 37px;
  font-weight: 700;

  line-height: 1.15;
}

/* =========================================
   MAIN CONTENT AREA
========================================= */

.bc-about-content {
  position: relative;

  min-height: 510px;

  margin-top: 32px;

  margin-bottom: 45px;
}

/* =========================================
   CITY BACKGROUND
========================================= */

.bc-about-bg {
  position: absolute;

  z-index: 1;

  right: 0;
  top: 220px;

  width: 59%;
  height: 455px;

  overflow: hidden;
}

.bc-about-bg img {
  display: block;

  width: 100%;
  height: 100%;

  border-radius: 16px 0 0 16px;

  object-fit: cover;
  object-position: center center;
}

/* =========================================
   DASHBOARD IMAGE
========================================= */

.bc-dashboard {
  position: absolute;

  z-index: 3;

  right: 5%;
  top: 80px;

  width: 481px;
  max-width: 48%;

  filter: drop-shadow(20px 20px 35px rgba(0, 0, 0, 0.04))
    drop-shadow(8px 8px 18px rgba(0, 0, 0, 0.06));
}

.bc-dashboard img {
  display: block;

  width: 100%;
  height: auto;

  max-width: 100%;
}

/* =========================================
   WHITE CONTENT CARD
========================================= */

.bc-about-card {
  position: absolute;

  z-index: 4;

  left: 0;
  top: 0;

  width: 53%;

  background: #ffffff;

  border-left: 4px solid #168df5;

  border-radius: 18px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);

  overflow: hidden;
}

/* =========================================
   CARD CONTENT
========================================= */

.bc-about-card-content {
  padding: 32px 30px 32px 28px;
}

.bc-about-card p {
  margin: 0 0 18px;

  color: #000000;

  font-size: var(--section-description-size);
  font-weight: 500;

  line-height: 26px;
}

.bc-about-card p:last-of-type {
  margin-bottom: 20px;
}

/* =========================================
   LARGE DESKTOP
   1400px+
========================================= */

@media (min-width: 1400px) {
  .bc-about-section {
    min-height: 765px;
    padding-top: 82px;
  }

  .bc-about-title {
    font-size: 38px;
  }

  .bc-about-content {
    min-height: 530px;
  }

  .bc-about-card {
    width: 53%;
  }

  .bc-dashboard {
    width: 700px;
    max-width: 50%;
    right: 21px;
    top: 73px;
  }

  .bc-about-bg {
    width: 59%;
    height: 455px;
  }
}

/* =========================================
   DESKTOP
   1200px - 1399px
========================================= */

@media (min-width: 1200px) and (max-width: 1399px) {
  .bc-about-section {
    min-height: 720px;

    padding-top: 70px;
    padding-bottom: 30px;
  }

  .bc-label-text {
    font-size: 22px;
  }

  .bc-about-title {
    font-size: 34px;
  }

  .bc-about-card {
    width: 54%;
  }

  .bc-about-card-content {
    padding: 28px 25px;
  }

  .bc-about-card p {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
  }

  .bc-dashboard {
    width: 700px;
    max-width: 50%;
    right: 21px;
    top: 73px;
  }
}

/* =========================================
   SMALL DESKTOP / TABLET LANDSCAPE
   992px - 1199px
========================================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .bc-about-section {
    min-height: 700px;

    padding-top: 65px;
  }

  .bc-label-text {
    font-size: 21px;
  }

  .bc-label-line {
    width: 45px;
    flex-basis: 45px;
  }

  .bc-about-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .bc-about-content {
    min-height: 490px;

    margin-top: 28px;
  }

  .bc-about-card {
    width: 56%;
  }

  .bc-about-card-content {
    padding: 26px 23px;
  }

  .bc-about-card p {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
  }

  .bc-dashboard {
    width: 800px;
    max-width: 58%;
    right: -1%;
    top: 79px;
  }

  .bc-about-bg {
    width: 60%;
    height: 430px;
  }
}

/* =========================================
   TABLET
   768px - 991px
========================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .bc-about-section {
    min-height: auto;

    padding-top: 55px;
    padding-bottom: 60px;
  }

  .bc-section-label {
    margin-bottom: 14px;
  }

  .bc-label-line {
    width: 40px;
    flex-basis: 40px;
  }

  .bc-label-text {
    font-size: 19px;
  }

  .bc-about-title {
    font-size: 29px;
    line-height: 1.25;
  }

  .bc-about-content {
    min-height: 400px;

    margin-top: 28px;
  }

  /* =========================
       CARD
    ========================= */

  .bc-about-card {
    width: 63%;

    left: 0;
    top: 0;
  }

  .bc-about-card-content {
    padding: 25px 22px;
  }

  .bc-about-card p {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);

    margin-bottom: 15px;
  }

  /* =========================
       DASHBOARD
    ========================= */

  .bc-dashboard {
    width: 360px;
    max-width: 46%;

    right: 1%;
    top: 105px;
  }

  /* =========================
       BACKGROUND
    ========================= */

  .bc-about-bg {
    width: 70%;
    height: 390px;

    right: 0;
    top: 150px;
  }
}

/* =========================================
   MOBILE
   <= 767px
========================================= */

@media (max-width: 768px) {
  .bc-about-section {
    min-height: auto;

    padding-top: 45px;
    padding-bottom: 50px;

    overflow: hidden;
  }

  /* =========================
       LABEL
    ========================= */

  .bc-section-label {
    justify-content: flex-start;

    gap: 8px;

    margin-bottom: 12px;
  }

  .bc-label-line {
    width: 30px;
    flex-basis: 30px;
  }

  .bc-label-text {
    font-size: 16px;
    white-space: normal;
  }

  /* =========================
       HEADING
    ========================= */

  .bc-about-title {
    font-size: 25px;

    line-height: 1.3;
  }

  /* =========================
       CONTENT
    ========================= */

  .bc-about-content {
    min-height: auto;

    margin-top: 25px;

    display: flex;
    flex-direction: column;
  }

  /* =========================
       CARD
    ========================= */

  .bc-about-card {
    position: relative;

    left: auto;
    top: auto;

    width: 100%;

    order: 1;

    border-left-width: 3px;
  }

  .bc-about-card-content {
    padding: 24px 20px;
  }

  .bc-about-card p {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
    margin-bottom: 16px;
  }

  .bc-about-card p:last-of-type {
    margin-bottom: 20px;
  }

  /* =========================
       DASHBOARD
    ========================= */

  .bc-dashboard {
    position: relative;

    right: auto;
    top: 70px;

    width: 100%;
    max-width: 100%;

    order: 2;

    margin-top: 30px;
  }

  .bc-dashboard img {
    display: block;

    width: 100%;
    height: auto;

    max-width: 100%;
  }

  /* =========================
       BACKGROUND
    ========================= */

  .bc-about-bg {
    position: absolute;

    width: 100%;
    height: 500px;

    right: 0;
    top: auto;
    bottom: 0;

    z-index: 0;
  }

  .bc-about-bg img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    border-radius: 12px;
  }
}

/* =========================================
   MOBILE
   576px - 767px
========================================= */

@media (min-width: 576px) and (max-width: 767px) {
  .bc-about-title {
    font-size: 27px;
  }

  .bc-about-card-content {
    padding: 26px 22px;
  }

  .bc-about-card p {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
  }

  .bc-dashboard {
    margin-top: 35px;
  }

  .bc-about-bg {
    height: 360px;
  }
}

/* =========================================
   SMALL MOBILE
   <= 575px
========================================= */

@media (max-width: 575px) {
  .bc-about-section {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .bc-about-title {
    font-size: 23px;

    line-height: 1.3;
  }

  .bc-label-text {
    font-size: 15px;
  }

  .bc-label-line {
    width: 25px;
    flex-basis: 25px;
  }

  .bc-about-card-content {
    padding: 20px 17px;
  }

  .bc-about-card p {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
  }

  .bc-dashboard {
    margin-top: 25px;
  }

  .bc-about-bg {
    height: 280px;
  }
}

/* =========================================
   EXTRA SMALL MOBILE
   <= 400px
========================================= */

@media (max-width: 400px) {
  .bc-about-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bc-label-text {
    font-size: 14px;
  }

  .bc-label-line {
    width: 22px;
    flex-basis: 22px;
  }

  .bc-about-title {
    font-size: 21px;
  }

  .bc-about-card-content {
    padding: 19px 15px;
  }

  .bc-about-card p {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
  }

  .bc-demo-btn {
    min-width: 150px;
    min-height: 43px;

    font-size: var(--card-text-size);
  }

  .bc-about-bg {
    height: 250px;
  }
}
/* =========================================================
   WHY BUSINESS CENTRAL SECTION
========================================================= */

.why-bc-section {
  width: 100%;
  position: relative;

  padding: 35px 0 35px;

  background: linear-gradient(
    -90deg,
    rgba(219, 224, 238, 1) 0%,
    rgba(235, 235, 235, 1) 54.69%,
    rgba(228, 226, 240, 1) 100%
  );

  overflow: hidden;
}

/* =========================================================
   BOX SIZING
========================================================= */

.why-bc-section *,
.why-bc-section *::before,
.why-bc-section *::after {
  box-sizing: border-box;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.why-bc-heading {
  width: 100%;
  max-width: 1000px;

  margin: 0 auto;

  text-align: center;
}

/* =========================================================
   SECTION LABEL
========================================================= */

.why-bc-label {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  margin-bottom: 8px;
}

.why-bc-label .label-line {
  display: block;

  width: 50px;
  height: 1px;

  flex: 0 0 50px;

  background: #168df5;
}

.why-bc-label .label-text {
  color: #1891ff;

  font-size: 22px;
  line-height: var(--section-label-line-height);

  font-weight: var(--section-label-weight);

  white-space: nowrap;
}

/* =========================================================
   MAIN TITLE
========================================================= */

.bc-title {
  margin: 0;

  color: #000000;

  font-size: var(--section-heading-size);
  line-height: var(--section-heading-line-height);

  font-weight: var(--section-heading-weight);

  text-align: center;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.why-bc-description {
  width: 100%;
  max-width: 900px;

  margin: 10px auto 0;

  color: #000000;

  font-size: var(--section-description-size);
  line-height: var(--section-description-line-height);

  font-weight: var(--section-description-weight);

  text-align: center;
}

/* =========================================================
   BOOTSTRAP CARD GRID
========================================================= */

.why-bc-grid {
  max-width: 1098px;

  margin: 40px auto 0;

  row-gap: 40px;
}

/* =========================================================
   CARD
========================================================= */

.why-bc-card {
  position: relative;

  width: 100%;
  height: 281px;

  display: flex;
  align-items: center;

  background: #ffffff;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.045);

  isolation: isolate;
}

/* =========================================================
   CARD CONTENT
========================================================= */

.why-bc-card-content {
  position: relative;
  z-index: 2;

  width: calc(100% - 237px);
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 28px 15px 28px 34px;

  flex-shrink: 0;
}

/* =========================================================
   CARD TITLE
========================================================= */

.why-bc-card-content h3 {
  margin: 0 0 12px;

  color: #080808;

  font-size: 22px;
  line-height: 24px;

  font-weight: 700;
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.why-bc-card-content p {
  width: 100%;
  max-width: 225px;

  margin: 0 0 25px;

  color: #777777;

  font-size: 14px;
  line-height: 23px;

  font-weight: 400;
}

/* =========================================================
   CARD IMAGE WRAPPER
========================================================= */

.why-bc-card-image {
  position: relative;

  width: 237px;
  height: 227px;

  flex: 0 0 237px;

  align-self: center;

  overflow: visible;
}
.why-bc-card-image.image-right img {
  border-radius: 50% 0 0 50%;
}

.why-bc-card-image.image-left img {
  border-radius: 0 50% 50% 0;
}

/* =========================================================
   CARD IMAGE
========================================================= */

.why-bc-card-image > img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================================================
   RIGHT IMAGE SHAPE
   CARD 1 / CARD 3
========================================================= */

.image-right {
  border-radius: 100px 0 0 100px;
}

/* =========================================================
   LEFT IMAGE SHAPE
   CARD 2 / CARD 4
========================================================= */

.image-left {
  border-radius: 0 100px 100px 0;
}

/* =========================================================
   CARD ICON
========================================================= */

.why-bc-card-icon {
  position: absolute;

  top: -10px;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
}

/* Right-side image icon */

.image-right .why-bc-card-icon {
  left: 18px;
}

/* Left-side image icon */

.image-left .why-bc-card-icon {
  right: 18px;
}

/* =========================================================
   ICON IMAGE
========================================================= */

.why-bc-card-icon img {
  display: block;

  width: 53px;
  height: 53px;

  object-fit: contain;
}
.why-bc-card-image > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.why-bc-card-image > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {
  .why-bc-section {
    padding: 72px 0 85px;
  }
}

/* =========================================================
   TABLET / SMALL LAPTOP
   992px - 1199px
========================================================= */

@media (max-width: 1199.98px) {
  .why-bc-grid {
    max-width: 100%;
  }

  .why-bc-card {
    height: 260px;
  }

  .why-bc-card-content {
    width: 50%;

    padding: 24px 12px 24px 24px;
  }

  .why-bc-card-image {
    width: 50%;
    flex-basis: 50%;

    height: 215px;
  }

  .why-bc-card-content h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .why-bc-card-content p {
    max-width: 190px;

    font-size: 13px;
    line-height: 20px;
  }
}

/* =========================================================
   TABLET
   768px - 991px
========================================================= */

@media (max-width: 991.98px) {
  .why-bc-section {
    padding: 60px 0 70px;
  }

  .bc-title {
    font-size: 28px;
    line-height: 36px;
  }

  .why-bc-description {
    max-width: 700px;

    font-size: var(--section-description-size);
    line-height: 21px;
  }

  .why-bc-grid {
    margin-top: 32px;

    row-gap: 30px;
  }

  .why-bc-card {
    height: 245px;
  }

  .why-bc-card-content {
    width: 55%;

    padding: 24px 12px 24px 24px;
  }

  .why-bc-card-image {
    width: 45%;
    flex-basis: 45%;

    height: 205px;
  }

  .why-bc-card-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .why-bc-card-content p {
    max-width: 250px;

    font-size: 13px;
    line-height: 19px;

    margin-bottom: 18px;
  }

  .why-bc-card-icon {
    width: 46px;
    height: 46px;

    top: -8px;
  }

  .why-bc-card-icon img {
    width: 50px;
    height: 50px;
  }
}

/* =========================================================
   MOBILE
   576px - 767px
========================================================= */

@media (max-width: 767.98px) {
  .why-bc-section {
    padding: 50px 0 60px;
  }

  /* -----------------------------------------
       LABEL
    ----------------------------------------- */

  .why-bc-label {
    gap: 7px;
  }

  .why-bc-label .label-line {
    width: 30px;
    flex-basis: 30px;
  }

  .why-bc-label .label-text {
    font-size: 10px;
    line-height: 16px;
  }

  /* -----------------------------------------
       TITLE
    ----------------------------------------- */

  .bc-title {
    font-size: 24px;
    line-height: 32px;
  }

  /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

  .why-bc-description {
    max-width: 550px;

    margin-top: 8px;

    font-size: 12px;
    line-height: 18px;
  }

  /* -----------------------------------------
       GRID
    ----------------------------------------- */

  .why-bc-grid {
    margin-top: 28px;

    row-gap: 24px;
  }

  /* -----------------------------------------
       CARD
    ----------------------------------------- */

  .why-bc-card {
    height: 230px;
  }

  /* -----------------------------------------
       CONTENT
    ----------------------------------------- */

  .why-bc-card-content {
    width: 55%;

    padding: 20px 10px 20px 20px;
  }

  .why-bc-card-content h3 {
    font-size: 17px;
    line-height: 23px;

    margin-bottom: 8px;
  }

  .why-bc-card-content p {
    max-width: 180px;

    font-size: 11px;
    line-height: 17px;

    margin-bottom: 15px;
  }

  /* -----------------------------------------
       IMAGE
    ----------------------------------------- */

  .why-bc-card-image {
    width: 45%;
    flex-basis: 45%;

    height: 190px;
  }

  /* -----------------------------------------
       ICON
    ----------------------------------------- */

  .why-bc-card-icon {
    width: 42px;
    height: 42px;

    top: -7px;
  }

  .why-bc-card-icon img {
    width: 48px;
    height: 48px;
  }

  .image-right .why-bc-card-icon {
    left: 12px;
  }

  .image-left .why-bc-card-icon {
    right: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
   0px - 575px
========================================================= */

@media (max-width: 575.98px) {
  .why-bc-section {
    padding: 42px 0 50px;
  }

  /* -----------------------------------------
       LABEL
    ----------------------------------------- */

  .why-bc-label {
    gap: 6px;

    margin-bottom: 7px;
  }

  .why-bc-label .label-line {
    width: 22px;
    flex-basis: 22px;
  }

  .why-bc-label .label-text {
    font-size: 9px;
    line-height: 14px;
  }

  /* -----------------------------------------
       TITLE
    ----------------------------------------- */

  .bc-title {
    font-size: var(--rs-section-heading) !important;
    line-height: 28px;
  }

  /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

  .why-bc-description {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
    font-weight: var(--section-description-weight);
    margin-top: 8px;
  }

  /* -----------------------------------------
       GRID
    ----------------------------------------- */

  .why-bc-grid {
    margin-top: 24px;

    row-gap: 20px;
  }

  /* -----------------------------------------
       CARD
    ----------------------------------------- */

  .why-bc-card {
    min-height: 200px;
    height: 200px;

    border-radius: 7px;
  }

  /* -----------------------------------------
       CONTENT
    ----------------------------------------- */

  .why-bc-card-content {
    width: 56%;

    padding: 18px 8px 18px 16px;
  }

  .why-bc-card-content h3 {
    font-size: 15px;
    line-height: 20px;

    margin-bottom: 7px;
  }

  .why-bc-card-content p {
    max-width: 150px;

    font-size: 10px;
    line-height: 15px;

    margin-bottom: 10px;
  }

  /* -----------------------------------------
       IMAGE
    ----------------------------------------- */

  .why-bc-card-image {
    width: 44%;
    flex-basis: 44%;

    height: 170px;
  }

  .image-right {
    border-radius: 75px 0 0 75px;
  }

  .image-left {
    border-radius: 0 75px 75px 0;
  }

  /* -----------------------------------------
       ICON
    ----------------------------------------- */

  .why-bc-card-icon {
    width: 38px;
    height: 38px;

    top: -6px;

    border-width: 2px;
  }

  .why-bc-card-icon img {
    width: 47px;
    height: 47px;
  }

  .image-right .why-bc-card-icon {
    left: 8px;
  }

  .image-left .why-bc-card-icon {
    right: 8px;
  }
}

/* =========================================================
   EXTRA SMALL DEVICES
   0px - 400px
========================================================= */

@media (max-width: 400px) {
  .why-bc-section {
    padding: 36px 0 44px;
  }

  .bc-title {
    font-size: 19px;
    line-height: 26px;
  }

  .why-bc-description {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
  }

  .why-bc-card {
    height: 185px;
    min-height: 185px;
  }

  .why-bc-card-content {
    width: 57%;

    padding: 15px 6px 15px 14px;
  }

  .why-bc-card-image {
    width: 43%;
    flex-basis: 43%;

    height: 158px;
  }

  .why-bc-card-content h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .why-bc-card-content p {
    font-size: 9px;
    line-height: 14px;

    margin-bottom: 8px;
  }

  .why-bc-card-icon {
    width: 34px;
    height: 34px;
  }

  .why-bc-card-icon img {
    width: 45px;
    height: 45px;
  }
}

/* =========================================================
   WHY CHOOSE BUSINESS CENTRAL
   Unique prefix: bc-whychoose-
========================================================= */

.bc-whychoose-section {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 48px 0 40px;
  overflow: hidden;
}

.bc-whychoose-section .container {
  padding-bottom: 50px;
}

/* =========================================================
   MAIN CONTENT
========================================================= */

.bc-whychoose-content {
  width: 100%;
  max-width: 1024px;
  height: 440px;
  position: relative;
  margin: 75px auto 0;
}

/* =========================================================
   CENTER IMAGE
========================================================= */

.bc-whychoose-center {
  width: 315px;
  height: 315px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bc-whychoose-circle {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bc-whychoose-circle-outer {
  width: 416.41px;
  height: 416.41px;
  background: #f9fcff;
}

.bc-whychoose-circle-middle {
  width: 363.08px;
  height: 363.08px;
  background: #e9f4ff;
}

.bc-whychoose-image {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.bc-whychoose-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========================================================
   FEATURE CARDS
========================================================= */

.bc-whychoose-card {
  width: 352.62px;
  min-height: 137.95px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #b9deff;
  border-radius: 20px;
  box-shadow: 0 5px 24px rgba(24, 145, 255, 0.15);
  padding: 15px 15px;
  z-index: 3;
}

.bc-whychoose-card-content {
  position: relative;
  z-index: 2;
}

.bc-whychoose-card h3 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.bc-whychoose-card p {
  margin: 0;
  color: #676767;
  font-size: var(--card-text-size);
  line-height: 20px;
  font-weight: 400;
}

/* =========================================================
   LEFT CARD POSITIONS
========================================================= */

.bc-whychoose-card-financial {
  left: -50px;
  top: -50px;
}
.bc-whychoose-card-financial img {
  margin-top: -25px;
  margin-right: -52px;
}
.bc-whychoose-card-bi {
  left: -80px;
  top: 150px;
}

.bc-whychoose-card-bi img {
  margin-top: -155px;
  margin-right: -60px;
}

.bc-whychoose-card-sales {
  left: -55px;
  top: 350px;
}

.bc-whychoose-card-sales img {
  margin-top: -279px;
  margin-right: -44px;
}

/* =========================================================
   RIGHT CARD POSITIONS
========================================================= */

.bc-whychoose-card-ecommerce {
  right: -50px;
  top: -50px;
}
.bc-whychoose-card-ecommerce img {
  margin-top: -25px;
  margin-left: -52px;
}
.bc-whychoose-card-service {
  right: -80px;
  top: 150px;
}
.bc-whychoose-card-service img {
  margin-top: -155px;
  margin-left: -60px;
}

.bc-whychoose-card-supply {
  right: -55px;
  top: 350px;
}
.bc-whychoose-card-supply img {
  margin-top: -279px;
  margin-left: -44px;
}

.bc-whychoose-card-human-resources img {
  margin-top: -325px;
  margin-left: -44px;
}

/* =========================================================
   ICON
========================================================= */

.bc-whychoose-icon {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

/* LEFT ICON */

.bc-whychoose-card-financial .bc-whychoose-icon,
.bc-whychoose-card-bi .bc-whychoose-icon,
.bc-whychoose-card-sales .bc-whychoose-icon {
  right: -35px;
}

/* RIGHT ICON */

.bc-whychoose-card-ecommerce .bc-whychoose-icon,
.bc-whychoose-card-service .bc-whychoose-icon,
.bc-whychoose-card-supply .bc-whychoose-icon {
  left: -35px;
}

/* =========================================================
   PAGINATION
========================================================= */

.bc-whychoose-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
}

.bc-whychoose-pagination span {
  width: 31.27px;
  height: 6.84px;
  display: block;
  background: #d9d9d9;
  border-radius: 20px;
}

.bc-whychoose-pagination span.active {
  background: #1891ff;
}
/* =========================================================
   CAROUSEL FUNCTIONALITY ONLY
   Existing design/styles remain unchanged
========================================================= */

/* =========================================================
   SLIDE WRAPPER
========================================================= */

.bc-whychoose-content {
  position: relative;
}

.bc-whychoose-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(40px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    visibility 0s linear 0.7s;

  z-index: 1;
}

.bc-whychoose-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateX(0);

  z-index: 20;

  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    visibility 0s linear 0s;
}

/* =========================================================
   CENTER IMAGE
========================================================= */

.bc-whychoose-center {
  z-index: 10;
}

/* =========================================================
   PAGINATION
========================================================= */

.bc-whychoose-pagination span {
  cursor: pointer;

  transition:
    background 0.3s ease,
    width 0.3s ease;
}

/* =========================================================
   MOBILE CAROUSEL
========================================================= */

@media (max-width: 767.98px) {
  .bc-whychoose-content {
    position: relative;
  }

  .bc-whychoose-slide {
    position: absolute;

    width: 100%;
    height: auto;

    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    gap: 18px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateX(40px);

    transition:
      opacity 0.7s ease,
      transform 0.7s ease,
      visibility 0s linear 0.7s;

    z-index: 1;
  }

  .bc-whychoose-slide.active {
    position: relative;

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(0);

    z-index: 20;

    transition:
      opacity 0.5s ease,
      transform 0.5s ease,
      visibility 0s linear 0s;
  }

  .bc-whychoose-slide .bc-whychoose-card {
    position: relative;

    left: auto !important;
    right: auto !important;
    top: auto !important;

    width: 100%;
  }
}

/* =========================================================
   ICONS ALWAYS ON TOP
========================================================= */

.bc-whychoose-icon {
  z-index: 999 !important;
}
/* =========================================================
   1200PX+
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {
  .bc-whychoose-section .container {
    max-width: 1140px;
  }

  .bc-whychoose-content {
    max-width: 1024px;
  }
}

/* =========================================================
   1100PX - 1199PX
   LAPTOP
========================================================= */

@media (min-width: 1100px) and (max-width: 1199.98px) {
  .bc-whychoose-content {
    max-width: 950px;
  }

  .bc-whychoose-card {
    width: 315px;
  }

  .bc-whychoose-card-financial {
    left: 0;
  }

  .bc-whychoose-card-bi {
    left: 0;
  }

  .bc-whychoose-card-sales {
    left: 0;
  }

  .bc-whychoose-card-ecommerce {
    right: 0;
  }

  .bc-whychoose-card-service {
    right: 0;
  }

  .bc-whychoose-card-supply {
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1099.98px) {
  .bc-whychoose-section {
    padding-top: 45px;
  }

  .bc-whychoose-content {
    max-width: 900px;
    height: 410px;

    margin-top: 60px;
  }

  .bc-whychoose-center {
    width: 175px;
    height: 175px;
  }

  .bc-whychoose-circle-outer {
    width: 265px;
    height: 265px;
  }

  .bc-whychoose-circle-middle {
    width: 220px;
    height: 220px;
  }

  .bc-whychoose-image {
    width: 220px;
    height: 220px;
  }

  .bc-whychoose-card {
    width: 285px;
    min-height: 125px;

    padding: 14px;

    border-radius: 17px;
  }

  .bc-whychoose-card-financial {
    left: 0;
    top: -35px;
  }

  .bc-whychoose-card-bi {
    left: 0;
    top: 135px;
  }

  .bc-whychoose-card-sales {
    left: 0;
    top: 305px;
  }

  .bc-whychoose-card-ecommerce {
    right: 0;
    top: -35px;
  }

  .bc-whychoose-card-service {
    right: 0;
    top: 135px;
  }

  .bc-whychoose-card-supply {
    right: 0;
    top: 305px;
  }

  .bc-whychoose-icon {
    width: 75px;
    height: 75px;
  }

  .bc-whychoose-card-financial .bc-whychoose-icon,
  .bc-whychoose-card-bi .bc-whychoose-icon,
  .bc-whychoose-card-sales .bc-whychoose-icon {
    right: -26px;
  }

  .bc-whychoose-card-ecommerce .bc-whychoose-icon,
  .bc-whychoose-card-service .bc-whychoose-icon,
  .bc-whychoose-card-supply .bc-whychoose-icon {
    left: -26px;
  }
}

@media (max-width: 991.98px) {
  .bc-whychoose-section {
    padding: 45px 0;
  }

  .bc-whychoose-section .container {
    width: 100%;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }

  /* =====================================================
       HEADING
    ===================================================== */

  .bc-whychoose-heading h2 {
    font-size: clamp(25px, 4vw, 32px);
    line-height: 1.3;
  }

  .bc-whychoose-heading > p {
    max-width: 650px;

    margin-top: 13px;

    font-size: 14px;
    line-height: 21px;
  }

  /* =====================================================
       CONTENT

       Remove fixed 440px desktop height.
    ===================================================== */

  .bc-whychoose-content {
    position: relative;

    width: 100%;
    max-width: 700px;

    height: auto;
    min-height: 0;

    margin: 35px auto 0;
  }

  /* =====================================================
       SLIDE

       Each slide becomes a normal vertical layout.
    ===================================================== */

  .bc-whychoose-slide {
    position: absolute;

    width: 100%;
    height: auto;

    left: 0;
    top: 0;

    display: flex;

    flex-direction: column;

    gap: 18px;

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translateX(35px);

    transition:
      opacity 0.7s ease,
      transform 0.7s ease,
      visibility 0.7s ease;
  }

  .bc-whychoose-slide.active {
    position: relative;

    width: 100%;
    height: auto;

    left: auto;
    top: auto;

    opacity: 1;
    visibility: visible;

    pointer-events: auto;

    transform: translateX(0);
  }

  /* =====================================================
       CENTER IMAGE
    ===================================================== */

  .bc-whychoose-center {
    position: relative;

    left: auto;
    top: auto;

    transform: none;

    order: 1;

    width: min(250px, 55vw);
    height: min(250px, 55vw);

    margin: 0 auto 25px;

    flex-shrink: 0;
  }

  .bc-whychoose-circle-outer {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }

  .bc-whychoose-circle-middle {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }

  .bc-whychoose-image {
    width: 72%;
    height: 72%;
  }

  /* =====================================================
       CARDS

       All cards become normal flow.
       No more absolute positioning.
    ===================================================== */

  .bc-whychoose-slide .bc-whychoose-card {
    position: relative;

    left: auto !important;
    right: auto !important;
    top: auto !important;

    width: 100%;

    min-height: 0;

    margin: 0;

    padding: 18px;

    border-radius: 17px;

    box-sizing: border-box;
  }

  /* =====================================================
       CARD ORDER
    ===================================================== */

  .bc-whychoose-card-financial {
    order: 2;
  }

  .bc-whychoose-card-bi {
    order: 3;
  }

  .bc-whychoose-card-sales {
    order: 4;
  }

  .bc-whychoose-card-ecommerce {
    order: 5;
  }

  .bc-whychoose-card-service {
    order: 6;
  }

  .bc-whychoose-card-supply {
    order: 7;
  }

  /* =====================================================
       CARD TEXT
    ===================================================== */

  .bc-whychoose-card h3 {
    font-size: 18px;
    line-height: 24px;

    margin-bottom: 7px;
  }

  .bc-whychoose-card p {
    font-size: 14px;
    line-height: 21px;
  }

  /* =====================================================
       REMOVE OLD IMAGE OFFSETS

       These old negative margins were designed for the
       desktop card composition and can cause overflow.
    ===================================================== */

  .bc-whychoose-card-financial img,
  .bc-whychoose-card-bi img,
  .bc-whychoose-card-sales img,
  .bc-whychoose-card-ecommerce img,
  .bc-whychoose-card-service img,
  .bc-whychoose-card-supply img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

    max-width: 100%;
    height: auto;
  }

  /* =====================================================
       ICONS

       Hide on tablet/mobile because cards are stacked.
    ===================================================== */

  .bc-whychoose-icon {
    display: none !important;
  }

  /* =====================================================
       PAGINATION
    ===================================================== */

  .bc-whychoose-pagination {
    margin-top: 28px;

    gap: 7px;
  }
}

/* =========================================================
   768PX - 991PX
   TABLET SPECIFIC
========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-whychoose-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bc-whychoose-content {
    max-width: 620px;
  }

  .bc-whychoose-center {
    width: 245px;
    height: 245px;
  }

  .bc-whychoose-circle-outer {
    width: 290px;
    height: 290px;
  }

  .bc-whychoose-circle-middle {
    width: 265px;
    height: 265px;
  }

  .bc-whychoose-image {
    width: 215px;
    height: 215px;
  }

  .bc-whychoose-slide .bc-whychoose-card {
    width: 100%;
  }
}

/* =========================================================
   <= 575PX
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {
  .bc-whychoose-section {
    padding: 35px 0;
  }

  .bc-whychoose-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bc-whychoose-heading h2 {
    font-size: clamp(22px, 7vw, 27px);
    line-height: 1.3;
  }

  .bc-whychoose-heading > p {
    font-size: 13px;
    line-height: 20px;
  }

  .bc-whychoose-content {
    margin-top: 27px;
  }

  .bc-whychoose-center {
    width: min(210px, 60vw);
    height: min(210px, 60vw);

    margin-bottom: 18px;
  }

  .bc-whychoose-circle-outer {
    width: calc(100% + 22px);
    height: calc(100% + 22px);
  }

  .bc-whychoose-circle-middle {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }

  .bc-whychoose-slide .bc-whychoose-card {
    padding: 15px;
    border-radius: 15px;
  }

  .bc-whychoose-card h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .bc-whychoose-card p {
    font-size: 13px;
    line-height: 19px;
  }
}

/* =========================================================
   <= 380PX
   EXTRA SMALL PHONE
========================================================= */

@media (max-width: 380px) {
  .bc-whychoose-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bc-whychoose-heading h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .bc-whychoose-heading > p {
    font-size: 12.5px;
    line-height: 19px;
  }

  .bc-whychoose-center {
    width: 185px;
    height: 185px;
  }

  .bc-whychoose-slide .bc-whychoose-card {
    padding: 13px;
  }

  .bc-whychoose-card h3 {
    font-size: 15px;
    line-height: 21px;
  }

  .bc-whychoose-card p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* =========================================================
   PREVENT OVERFLOW
========================================================= */

.bc-whychoose-section {
  overflow-x: hidden;
}

.bc-whychoose-section .container {
  overflow: visible;
}

.bc-whychoose-section img {
  max-width: 100%;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .bc-whychoose-slide,
  .bc-whychoose-pagination span {
    transition: none;
  }
}
/* =========================================================
   CORE BUSINESS CHALLENGES SECTION
========================================================= */

.bc-challenges-section {
  width: 100%;
  padding: 55px 0;
  background: #f1f1f1;
  overflow: hidden;
}

/* Center the complete section content */
.bc-challenges-section > .container-fluid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.bc-challenges-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.bc-section-title {
  width: 100%;
  max-width: 850px;

  margin: 0 auto;

  color: #000;

  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.bc-section-title span {
  color: #1891ff;
}

.bc-section-description {
  width: 100%;
  max-width: 780px;

  margin: 14px auto 22px;

  color: #555;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

/* =========================================================
   BUSINESS CENTRAL IMPLEMENTATION SECTION
========================================================= */

.bc-implementation-section {
  width: 100%;

  position: relative;

  background: #ffffff;

  overflow: hidden;
}

/* =========================================================
   BLUE IMPLEMENTATION BANNER
========================================================= */

.bc-implementation-banner {
  position: relative;

  width: 1205.26px;

  min-height: 552px;

  padding: 60px 30px 300px;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  overflow: hidden;

  border-radius: 40px;

  background: linear-gradient(180deg, #0e5799 0%, #1891ff 100%);
}

/* =========================================================
   BACKGROUND
========================================================= */

.bc-implementation-bg {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(180deg, #0e5799 0%, #1891ff 100%);

  z-index: 1;
}

/* =========================================================
   GLASS PANELS
========================================================= */

.bc-glass-panels {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;

  z-index: 2;
}

.bc-glass-panel {
  position: absolute;

  width: 157px;
  height: 455px;

  background: rgba(255, 255, 255, 0.2);

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 27px;

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* =========================================================
   RIGHT GLASS PANELS
========================================================= */

.bc-glass-panel-right-1 {
  right: 155px;
  top: 211px;
}

.bc-glass-panel-right-2 {
  right: 69px;
  top: 151px;
}

.bc-glass-panel-right-3 {
  right: -1px;
  top: 101px;

  border-radius: 27px 0 27px;
}

/* =========================================================
   LEFT GLASS PANELS
========================================================= */

.bc-glass-panel-left-1 {
  left: 155px;
  top: 211px;

  transform: scaleX(-1);
}

.bc-glass-panel-left-2 {
  left: 69px;
  top: 151px;

  transform: scaleX(-1);
}

.bc-glass-panel-left-3 {
  left: -1.1px;
  top: 100.73px;

  border-radius: 27px 0 27px;

  transform: scaleX(-1);
}

/* =========================================================
   HEADING CONTENT
========================================================= */

.bc-implementation-content {
  position: relative;

  z-index: 5;

  width: 100%;
  max-width: 800px;

  margin: 0 auto;

  text-align: center;
}

/* =========================================================
   SECTION LABEL
========================================================= */

.bc-section-label {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-bottom: 28px;
}

.bc-section-line {
  width: 50px;
  height: 1px;

  flex: 0 0 50px;

  background: #ffffff;
}

.bc-section-label-text {
  color: #ffffff;

  font-size: 22px;
  line-height: 20px;

  font-weight: 700;

  white-space: nowrap;
}

/* =========================================================
   MAIN TITLE
========================================================= */

.bc-implementation-title {
  max-width: 800px;

  margin: 0 auto;

  color: #ffffff;

  font-size: 36px;
  line-height: 44px;

  font-weight: 700;

  text-align: center;
}

/* =========================================================
   CARD WRAPPER
========================================================= */

.bc-journey-wrapper {
  position: relative;

  z-index: 10;

  width: 100%;
  max-width: 1088px;

  margin: -276px auto 0;
}

/* =========================================================
   CONNECTING LINE
========================================================= */

.bc-journey-line {
  position: absolute;

  top: 40px;
  left: 8%;
  right: 8%;

  height: 1px;

  background: rgba(20, 37, 139, 0.15);

  z-index: -1;
}

/* =========================================================
   CARD
========================================================= */

.bc-journey-card {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 593px;

  display: flex;
  flex-direction: column;

  background: rgba(255, 255, 255, 0.98);

  border: 1px solid #e6e8ef;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 8px 30px rgba(16, 24, 40, 0.045);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* =========================================================
   CARD HOVER
========================================================= */

.bc-journey-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 45px rgba(16, 24, 40, 0.12);
}

/* =========================================================
   TOP BORDER
========================================================= */

.bc-journey-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;
  right: 0;

  height: 4px;

  background: linear-gradient(90deg, #14258b, #1891ff, #7c4dff);

  z-index: 5;
}

/* =========================================================
   ICON
========================================================= */

.bc-journey-icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 26px 0;
  /* background: linear-gradient(145deg, #eef4ff, #f5efff); */
  /* border-radius: 50px; */
  color: #14258b;
  font-size: 31px;
  overflow: hidden;
}

/* =========================================================
   ICON GLOW
========================================================= */

.bc-icon-glow {
  position: absolute;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(24, 145, 255, 0.22),
    transparent 70%
  );

  filter: blur(3px);
}

.bc-journey-icon i {
  position: relative;

  z-index: 2;

  transition: transform 0.3s ease;
}

.bc-journey-card:hover .bc-journey-icon i {
  transform: scale(1.1) rotate(-5deg);
}

/* =========================================================
   CARD CONTENT
========================================================= */

.bc-card-content {
  flex: 1;

  padding: 20px 26px 24px;
}

/* =========================================================
   CARD TITLE
========================================================= */

.bc-card-content h3 {
  margin: 0 0 12px;

  color: #101828;

  font-size: var(--card-heading-size);
  line-height: var(--card-heading-line-height);

  font-weight: var(--card-heading-weight);
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.bc-card-subtitle {
  margin: 0;

  color: #344054;

  font-size: var(--card-text-size);
  line-height: var(--card-text-line-height);
}

/* =========================================================
   HIGHLIGHTS
========================================================= */

.bc-card-highlights {
  list-style: none;

  margin: 22px 0 0;
  padding: 0;
}

.bc-card-highlights li {
  display: flex;
  min-width: 0;
  align-items: flex-start;

  gap: 9px;

  margin-bottom: 11px;

  color: #475467;

  font-size: var(--card-text-size);
  line-height: var(--card-text-line-height);
}

.bc-card-highlights li:last-child {
  margin-bottom: 0;
}

.bc-card-highlights li i {
  flex: 0 0 auto;

  margin-top: 2px;

  color: #1891ff;

  font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */
.bc-card-footer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.bc-card-footer .submit-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  padding: 10px 16px;
  margin: 0;

  text-decoration: none;
}

.bc-card-footer .submit {
  display: block;

  text-align: center;
}

.bc-card-footer .bi {
  margin-left: 8px;
}

/* =========================================================
   FOOTER LINK
========================================================= */

.bc-journey-link {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 10px;

  color: #14258b;

  font-size: 14.5px;
  line-height: 1.3;

  font-weight: 700;

  text-decoration: none;
}

.bc-journey-link:hover {
  color: #1891ff;
}

.bc-journey-link i {
  flex: 0 0 auto;

  transition: transform 0.25s ease;
}

.bc-journey-link:hover i {
  transform: translateX(5px);
}
/* =========================================================
   RESPONSIVE FIX
   DO NOT MODIFY DESKTOP DESIGN
   ========================================================= */

/* =========================================================
   LARGE TABLET / SMALL LAPTOP
   992px - 1199px

   Desktop design remains untouched above 1200px.
   ========================================================= */

@media (min-width: 992px) and (max-width: 1299.98px) {
  /* -----------------------------------------------------
       SECTION
    ----------------------------------------------------- */

  .bc-implementation-section {
    width: 100%;
    overflow: hidden;
  }

  /* -----------------------------------------------------
       BOOTSTRAP CONTAINER
       Prevent content touching viewport edges
    ----------------------------------------------------- */

  .bc-implementation-section > .container {
    width: 100%;
    max-width: 960px;

    padding-left: 15px;
    padding-right: 15px;
  }

  /* -----------------------------------------------------
       BLUE BANNER
       Keep desktop-style banner but reduce its height
    ----------------------------------------------------- */

  .bc-implementation-banner {
    width: 100%;

    min-height: 500px;

    padding-left: 30px;
    padding-right: 30px;

    overflow: hidden;
  }

  /* -----------------------------------------------------
       HEADING
       Prevent title from overflowing
    ----------------------------------------------------- */

  .bc-implementation-content {
    position: relative;

    width: 100%;
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-right: 10px;

    text-align: center;

    z-index: 5;
  }

  .bc-section-label {
    width: 100%;

    justify-content: center;

    white-space: nowrap;
  }

  .bc-section-label-text {
    font-size: 20px;

    white-space: nowrap;
  }

  .bc-section-line {
    width: 35px;

    flex: 0 0 35px;
  }

  .bc-implementation-title {
    width: 100%;
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    font-size: 30px;
    line-height: 38px;

    text-align: center;

    overflow-wrap: normal;
    word-break: normal;
  }

  /* -----------------------------------------------------
       DECORATIVE GLASS
       Keep them inside the banner
    ----------------------------------------------------- */

  .bc-glass-panel {
    max-width: none;

    pointer-events: none;
  }

  .bc-glass-panel-right-1 {
    right: 100px;
  }

  .bc-glass-panel-right-2 {
    right: 40px;
  }

  .bc-glass-panel-right-3 {
    right: -30px;
  }

  .bc-glass-panel-left-1 {
    left: 100px;
  }

  .bc-glass-panel-left-2 {
    left: 40px;
  }

  .bc-glass-panel-left-3 {
    left: -30px;
  }

  /* -----------------------------------------------------
       CARDS
    ----------------------------------------------------- */

  .bc-journey-wrapper {
    width: 100%;
    max-width: 930px;

    margin-left: auto;
    margin-right: auto;

    margin-top: -220px;
  }

  /*
       IMPORTANT:
       Force Bootstrap columns to remain 3 equal columns
       but give them enough width.
    */

  .bc-journey-wrapper .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 24px;

    margin-left: -9px;
    margin-right: -9px;
  }

  .bc-journey-wrapper .row > [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }

  .bc-journey-card {
    width: 100%;
    min-width: 0;

    height: 100%;
    min-height: 570px;
  }

  /* -----------------------------------------------------
       CARD INTERNAL SPACING
    ----------------------------------------------------- */

  .bc-journey-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bc-card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* -----------------------------------------------------
       CARD TYPOGRAPHY
    ----------------------------------------------------- */

  .bc-card-content h3 {
    font-size: var(--card-heading-size);
    line-height: var(--card-heading-line-height);
    font-weight: var(--card-heading-weight);
  }

  .bc-card-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }

  .bc-card-highlights li {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
    font-weight: var(--card-text-weight);
  }
}
/* =========================================================
   TABLET
   768px - 991px
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  /* -----------------------------------------------------
       SECTION
    ----------------------------------------------------- */

  .bc-implementation-section {
    width: 100%;
    overflow: hidden;

    padding-top: 50px;
    padding-bottom: 60px;
  }

  /* -----------------------------------------------------
       CONTAINER
    ----------------------------------------------------- */

  .bc-implementation-section > .container {
    width: 100%;
    max-width: 720px;

    padding-left: 15px;
    padding-right: 15px;
  }

  /* -----------------------------------------------------
       BLUE BANNER
    ----------------------------------------------------- */

  .bc-implementation-banner {
    width: 100%;

    min-height: 470px;

    padding: 45px 25px 245px;

    border-radius: 28px;

    overflow: hidden;
  }

  /* -----------------------------------------------------
       BANNER CONTENT
    ----------------------------------------------------- */

  .bc-implementation-content {
    position: relative;

    width: 100%;
    max-width: 620px;

    margin: 0 auto;

    padding: 0 10px;

    text-align: center;

    z-index: 5;
  }

  /* -----------------------------------------------------
       LABEL
    ----------------------------------------------------- */

  .bc-section-label {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-bottom: 20px;
  }

  .bc-section-line {
    width: 30px;

    flex: 0 0 30px;
  }

  .bc-section-label-text {
    font-size: 18px;
    line-height: 18px;

    white-space: nowrap;
  }

  /* -----------------------------------------------------
       TITLE
    ----------------------------------------------------- */

  .bc-implementation-title {
    width: 100%;
    max-width: 600px;

    margin: 0 auto;

    font-size: 26px;
    line-height: 34px;

    text-align: center;

    word-break: normal;
    overflow-wrap: normal;
  }

  /* -----------------------------------------------------
       GLASS PANELS
    ----------------------------------------------------- */

  .bc-glass-panel {
    width: 105px;
    height: 350px;

    border-radius: 20px;
  }

  .bc-glass-panel-right-1 {
    right: 70px;
    top: 165px;
  }

  .bc-glass-panel-right-2 {
    right: 20px;
    top: 125px;
  }

  .bc-glass-panel-right-3 {
    right: -45px;
    top: 90px;
  }

  .bc-glass-panel-left-1 {
    left: 70px;
    top: 165px;
  }

  .bc-glass-panel-left-2 {
    left: 20px;
    top: 125px;
  }

  .bc-glass-panel-left-3 {
    left: -45px;
    top: 90px;
  }

  /* -----------------------------------------------------
       CARD WRAPPER
    ----------------------------------------------------- */

  .bc-journey-wrapper {
    width: 100%;
    max-width: 690px;

    margin: -205px auto 0;
  }

  /* -----------------------------------------------------
       REMOVE CONNECTING LINE
       2-column tablet layout doesn't need it
    ----------------------------------------------------- */

  .bc-journey-line {
    display: none;
  }

  /* -----------------------------------------------------
       BOOTSTRAP ROW
    ----------------------------------------------------- */

  .bc-journey-wrapper .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 22px;

    margin-left: -9px;
    margin-right: -9px;
  }

  .bc-journey-wrapper .row > [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }

  /* -----------------------------------------------------
       CARD
    ----------------------------------------------------- */

  .bc-journey-card {
    width: 100%;

    min-width: 0;
    min-height: 560px;

    height: 100%;

    border-radius: 14px;
  }

  /* -----------------------------------------------------
       ICON
    ----------------------------------------------------- */

  .bc-journey-icon {
    width: 65px;
    height: 65px;

    margin: 12px 18px 0;

    border-radius: 16px;

    font-size: 26px;
  }

  /* -----------------------------------------------------
       CARD CONTENT
    ----------------------------------------------------- */

  .bc-card-content {
    padding: 17px 18px 20px;
  }

  /* -----------------------------------------------------
       HIGHLIGHTS
    ----------------------------------------------------- */

  .bc-card-highlights {
    margin-top: 16px;
  }

  .bc-card-highlights li {
    gap: 7px;

    margin-bottom: 8px;

    font-size: 13.5px;
    line-height: 1.4;
  }

  .bc-card-highlights li i {
    font-size: 10px;
  }

  /* -----------------------------------------------------
       FOOTER
    ----------------------------------------------------- */

  .bc-card-footer {
    padding: 14px 18px;
  }

  .bc-journey-link {
    font-size: 10.5px;
  }
}
/* =========================================================
   MOBILE
   0px - 767px
   ========================================================= */

@media (max-width: 767.98px) {
  /* -----------------------------------------------------
       SECTION
    ----------------------------------------------------- */

  .bc-implementation-section {
    width: 100%;
    overflow: hidden;

    padding: 20px 0 20px;
  }

  /* -----------------------------------------------------
       CONTAINER
    ----------------------------------------------------- */

  .bc-implementation-section > .container {
    width: 100%;
    max-width: 100%;

    padding-left: 12px;
    padding-right: 12px;
  }

  /* -----------------------------------------------------
       BLUE BANNER
    ----------------------------------------------------- */

  .bc-implementation-banner {
    width: 100%;

    min-height: 355px;

    padding: 32px 15px 175px;

    border-radius: 20px;

    overflow: hidden;
  }

  /* -----------------------------------------------------
       BACKGROUND
       Protect background from affecting layout
    ----------------------------------------------------- */

  .bc-implementation-bg {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;

    pointer-events: none;
  }

  /* -----------------------------------------------------
       CONTENT
    ----------------------------------------------------- */

  .bc-implementation-content {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 0 auto;

    padding: 0 5px;

    text-align: center;

    z-index: 5;
  }

  /* -----------------------------------------------------
       LABEL
    ----------------------------------------------------- */

  .bc-section-label {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-bottom: 14px;

    overflow: hidden;
  }

  .bc-section-line {
    width: 20px;

    flex: 0 0 20px;
  }

  .bc-section-label-text {
    max-width: calc(100% - 50px);

    font-size: 12px;
    line-height: 12px;

    white-space: nowrap;
  }

  /* -----------------------------------------------------
       TITLE
    ----------------------------------------------------- */

  .bc-implementation-title {
    width: 100%;
    max-width: 360px;

    margin: 0 auto;

    font-size: 16px;
    line-height: 27px;

    text-align: center;

    word-break: normal;
    overflow-wrap: normal;
  }

  /* -----------------------------------------------------
       GLASS PANELS
    ----------------------------------------------------- */

  .bc-glass-panel {
    width: 65px;
    height: 245px;

    border-radius: 15px;

    opacity: 0.8;
  }

  .bc-glass-panel-right-1 {
    right: 35px;
    top: 140px;
  }

  .bc-glass-panel-right-2 {
    right: -5px;
    top: 105px;
  }

  .bc-glass-panel-right-3 {
    right: -48px;
    top: 75px;
  }

  .bc-glass-panel-left-1 {
    left: 35px;
    top: 140px;
  }

  .bc-glass-panel-left-2 {
    left: -5px;
    top: 105px;
  }

  .bc-glass-panel-left-3 {
    left: -48px;
    top: 75px;
  }

  /* -----------------------------------------------------
       CARD WRAPPER
    ----------------------------------------------------- */

  .bc-journey-wrapper {
    width: 100%;
    max-width: 100%;

    margin: -120px auto 0;
  }

  /* -----------------------------------------------------
       HIDE DESKTOP CONNECTING LINE
    ----------------------------------------------------- */

  .bc-journey-line {
    display: none;
  }

  /* -----------------------------------------------------
       ROW
    ----------------------------------------------------- */

  .bc-journey-wrapper .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 18px;

    margin-left: 0;
    margin-right: 0;
  }

  .bc-journey-wrapper .row > [class*="col-"] {
    width: 100%;

    max-width: 100%;

    flex: 0 0 100%;

    padding-left: 0;
    padding-right: 0;
  }

  /* -----------------------------------------------------
       CARD
    ----------------------------------------------------- */

  .bc-journey-card {
    width: 100%;

    min-width: 0;
    min-height: 0;

    height: auto;

    border-radius: 14px;

    overflow: hidden;
  }

  /* -----------------------------------------------------
       CARD HEADER
    ----------------------------------------------------- */

  .bc-card-tag {
    padding: 5px 7px;

    font-size: 7px;
  }

  /* -----------------------------------------------------
       ICON
    ----------------------------------------------------- */

  .bc-journey-icon {
    width: 56px;
    height: 56px;

    margin: 11px 17px 0;

    border-radius: 15px;

    font-size: 22px;
  }

  .bc-icon-glow {
    width: 38px;
    height: 38px;
  }

  /* -----------------------------------------------------
       CONTENT
    ----------------------------------------------------- */

  .bc-card-content {
    width: 100%;

    padding: 15px 17px 18px;
  }

  .bc-card-content h3 {
    font-size: 16px;

    line-height: 1.35;

    margin: 0 0 8px;
  }

  .bc-card-subtitle {
    font-size: 11px;

    line-height: 1.55;
  }

  /* -----------------------------------------------------
       HIGHLIGHTS
    ----------------------------------------------------- */

  .bc-card-highlights {
    width: 100%;

    margin: 15px 0 0;
    padding: 0;
  }

  .bc-card-highlights li {
    display: flex;

    width: 100%;

    gap: 7px;

    margin-bottom: 8px;

    font-size: 10px;

    line-height: 1.45;
  }

  .bc-card-highlights li i {
    flex: 0 0 auto;

    margin-top: 2px;

    font-size: 10px;
  }

  /* -----------------------------------------------------
       FOOTER
    ----------------------------------------------------- */

  .bc-card-footer {
    width: 100%;

    padding: 13px 17px;
  }

  .bc-journey-link {
    width: 100%;

    font-size: 10px;
  }
}
/* =========================================================
   576PX - 767PX
   LARGE MOBILE / SMALL TABLET
========================================================= */

@media (min-width: 576px) and (max-width: 767.98px) {
  .bc-implementation-section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-implementation-banner {
    min-height: 370px;
    padding: 35px 25px 175px;
  }

  .bc-implementation-title {
    max-width: 500px;
    font-size: 19px;
    line-height: 29px;
  }

  .bc-journey-wrapper {
    margin-top: -115px;
  }

  .bc-card-content {
    padding: 17px 20px 20px;
  }

  .bc-card-content h3 {
    font-size: 17px;
  }

  .bc-card-subtitle {
    font-size: 12px;
  }

  .bc-card-highlights li {
    font-size: 11px;
  }

  .bc-card-footer {
    padding: 14px 20px;
  }

  .bc-journey-link {
    font-size: 11px;
  }
}

/* =========================================================
   <= 575PX
   STANDARD MOBILE
========================================================= */

@media (max-width: 575.98px) {
  .bc-implementation-section {
    padding: 18px 0;
  }

  .bc-implementation-section > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bc-implementation-banner {
    min-height: 345px;
    padding: 30px 14px 165px;
    border-radius: 18px;
  }

  .bc-section-label {
    gap: 4px;
    margin-bottom: 12px;
  }

  .bc-section-line {
    width: 18px;
    flex-basis: 18px;
  }

  .bc-section-label-text {
    font-size: 11px;
    line-height: 12px;
  }

  .bc-implementation-title {
    max-width: 340px;
    font-size: 15px;
    line-height: 25px;
  }

  .bc-glass-panel {
    width: 60px;
    height: 230px;
  }

  .bc-glass-panel-right-1 {
    right: 25px;
    top: 135px;
  }

  .bc-glass-panel-right-2 {
    right: -8px;
    top: 100px;
  }

  .bc-glass-panel-right-3 {
    right: -48px;
    top: 70px;
  }

  .bc-glass-panel-left-1 {
    left: 25px;
    top: 135px;
  }

  .bc-glass-panel-left-2 {
    left: -8px;
    top: 100px;
  }

  .bc-glass-panel-left-3 {
    left: -48px;
    top: 70px;
  }

  .bc-journey-wrapper {
    margin-top: -105px;
  }

  .bc-journey-wrapper .row {
    --bs-gutter-y: 15px;
  }

  .bc-journey-card {
    border-radius: 13px;
  }

  .bc-card-tag {
    padding: 5px 7px;
    font-size: 7px;
  }

  .bc-journey-icon {
    width: 52px;
    height: 52px;
    margin: 10px 15px 0;
    border-radius: 14px;
    font-size: 20px;
  }

  .bc-icon-glow {
    width: 36px;
    height: 36px;
  }

  .bc-card-content {
    padding: 14px 15px 17px;
  }

  .bc-card-content h3 {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 7px;
  }

  .bc-card-subtitle {
    font-size: 10.5px;
    line-height: 1.55;
  }

  .bc-card-highlights {
    margin-top: 13px;
  }

  .bc-card-highlights li {
    gap: 6px;
    margin-bottom: 7px;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .bc-card-highlights li i {
    font-size: 9px;
  }

  .bc-card-footer {
    padding: 12px 15px;
  }

  .bc-journey-link {
    font-size: 9.5px;
  }
}

/* =========================================================
   <= 480PX
   SMALL PHONE
========================================================= */

@media (max-width: 480px) {
  .bc-implementation-section {
    padding: 16px 0;
  }

  .bc-implementation-section > .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bc-implementation-banner {
    min-height: 330px;
    padding: 28px 12px 155px;
    border-radius: 17px;
  }

  .bc-section-label {
    gap: 3px;
    margin-bottom: 11px;
  }

  .bc-section-line {
    width: 16px;
    flex-basis: 16px;
  }

  .bc-section-label-text {
    max-width: calc(100% - 42px);
    font-size: 10px;
    line-height: 11px;
  }

  .bc-implementation-title {
    max-width: 320px;
    font-size: 14px;
    line-height: 23px;
  }

  .bc-glass-panel {
    width: 55px;
    height: 215px;
    border-radius: 13px;
  }

  .bc-glass-panel-right-1 {
    right: 20px;
    top: 125px;
  }

  .bc-glass-panel-right-2 {
    right: -12px;
    top: 95px;
  }

  .bc-glass-panel-right-3 {
    right: -48px;
    top: 65px;
  }

  .bc-glass-panel-left-1 {
    left: 20px;
    top: 125px;
  }

  .bc-glass-panel-left-2 {
    left: -12px;
    top: 95px;
  }

  .bc-glass-panel-left-3 {
    left: -48px;
    top: 65px;
  }

  .bc-journey-wrapper {
    margin-top: -95px;
  }

  .bc-journey-wrapper .row {
    --bs-gutter-y: 13px;
  }

  .bc-journey-card {
    border-radius: 12px;
  }

  .bc-card-tag {
    padding: 4px 6px;
    font-size: 6.5px;
  }

  .bc-journey-icon {
    width: 48px;
    height: 48px;
    margin: 9px 13px 0;
    border-radius: 13px;
    font-size: 19px;
  }

  .bc-icon-glow {
    width: 33px;
    height: 33px;
  }

  .bc-card-content {
    padding: 13px 13px 15px;
  }

  .bc-card-content h3 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  .bc-card-subtitle {
    font-size: 10px;
    line-height: 1.5;
  }

  .bc-card-highlights {
    margin-top: 12px;
  }

  .bc-card-highlights li {
    gap: 5px;
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 1.4;
  }

  .bc-card-highlights li i {
    font-size: 8.5px;
    margin-top: 1px;
  }

  .bc-card-footer {
    padding: 11px 13px;
  }

  .bc-journey-link {
    font-size: 9px;
  }
}

/* =========================================================
   <= 425PX
   COMMON MOBILE WIDTH
========================================================= */

@media (max-width: 425px) {
  .bc-implementation-banner {
    min-height: 320px;
    padding: 27px 11px 150px;
  }

  .bc-implementation-title {
    max-width: 300px;
    font-size: 14px;
    line-height: 22px;
  }

  .bc-journey-wrapper {
    margin-top: -90px;
  }

  .bc-card-content {
    padding: 12px 12px 14px;
  }

  .bc-card-content h3 {
    font-size: 14px;
  }

  .bc-card-subtitle {
    font-size: 9.5px;
    line-height: 1.5;
  }

  .bc-card-highlights li {
    font-size: 8.8px;
  }

  .bc-card-footer {
    padding: 10px 12px;
  }

  .bc-journey-link {
    font-size: 8.8px;
  }
}

/* =========================================================
   <= 390PX
   EXTRA SMALL PHONE
========================================================= */

@media (max-width: 390px) {
  .bc-implementation-section > .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .bc-implementation-banner {
    min-height: 310px;
    padding: 25px 10px 145px;
    border-radius: 16px;
  }

  .bc-section-label {
    margin-bottom: 10px;
  }

  .bc-section-label-text {
    font-size: 9.5px;
  }

  .bc-implementation-title {
    max-width: 285px;
    font-size: 13px;
    line-height: 21px;
  }

  .bc-glass-panel {
    width: 52px;
    height: 200px;
  }

  .bc-glass-panel-right-1 {
    right: 15px;
    top: 120px;
  }

  .bc-glass-panel-right-2 {
    right: -15px;
    top: 90px;
  }

  .bc-glass-panel-right-3 {
    right: -45px;
    top: 62px;
  }

  .bc-glass-panel-left-1 {
    left: 15px;
    top: 120px;
  }

  .bc-glass-panel-left-2 {
    left: -15px;
    top: 90px;
  }

  .bc-glass-panel-left-3 {
    left: -45px;
    top: 62px;
  }

  .bc-journey-wrapper {
    margin-top: -85px;
  }

  .bc-journey-wrapper .row {
    --bs-gutter-y: 12px;
  }

  .bc-journey-icon {
    width: 45px;
    height: 45px;
    margin: 8px 11px 0;
    border-radius: 12px;
    font-size: 18px;
  }

  .bc-icon-glow {
    width: 30px;
    height: 30px;
  }

  .bc-card-content {
    padding: 11px 11px 13px;
  }

  .bc-card-content h3 {
    font-size: 13.5px;
    line-height: 1.35;
  }

  .bc-card-subtitle {
    font-size: 9px;
    line-height: 1.48;
  }

  .bc-card-highlights {
    margin-top: 10px;
  }

  .bc-card-highlights li {
    gap: 5px;
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  .bc-card-footer {
    padding: 9px 11px;
  }

  .bc-journey-link {
    font-size: 8.5px;
  }
}

/* =========================================================
   <= 360PX
   VERY SMALL PHONE
========================================================= */

@media (max-width: 360px) {
  .bc-implementation-section {
    padding: 14px 0;
  }

  .bc-implementation-section > .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bc-implementation-banner {
    min-height: 300px;
    padding: 23px 9px 140px;
    border-radius: 15px;
  }

  .bc-section-label {
    gap: 2px;
    margin-bottom: 9px;
  }

  .bc-section-line {
    width: 14px;
    flex-basis: 14px;
  }

  .bc-section-label-text {
    max-width: calc(100% - 38px);
    font-size: 9px;
    line-height: 10px;
  }

  .bc-implementation-title {
    max-width: 270px;
    font-size: 12.5px;
    line-height: 20px;
  }

  .bc-glass-panel {
    width: 48px;
    height: 190px;
    border-radius: 12px;
  }

  .bc-glass-panel-right-1 {
    right: 10px;
    top: 115px;
  }

  .bc-glass-panel-right-2 {
    right: -18px;
    top: 87px;
  }

  .bc-glass-panel-right-3 {
    right: -43px;
    top: 60px;
  }

  .bc-glass-panel-left-1 {
    left: 10px;
    top: 115px;
  }

  .bc-glass-panel-left-2 {
    left: -18px;
    top: 87px;
  }

  .bc-glass-panel-left-3 {
    left: -43px;
    top: 60px;
  }

  .bc-journey-wrapper {
    margin-top: -78px;
  }

  .bc-journey-wrapper .row {
    --bs-gutter-y: 10px;
  }

  .bc-journey-card {
    border-radius: 11px;
  }

  .bc-card-tag {
    padding: 4px 5px;
    font-size: 6px;
  }

  .bc-journey-icon {
    width: 42px;
    height: 42px;
    margin: 7px 9px 0;
    border-radius: 11px;
    font-size: 17px;
  }

  .bc-icon-glow {
    width: 28px;
    height: 28px;
  }

  .bc-card-content {
    padding: 10px 10px 12px;
  }

  .bc-card-content h3 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .bc-card-subtitle {
    font-size: 8.5px;
    line-height: 1.45;
  }

  .bc-card-highlights {
    margin-top: 9px;
  }

  .bc-card-highlights li {
    gap: 4px;
    margin-bottom: 5px;
    font-size: 8px;
    line-height: 1.4;
  }

  .bc-card-highlights li i {
    font-size: 8px;
  }

  .bc-card-footer {
    padding: 8px 10px;
  }

  .bc-journey-link {
    font-size: 8px;
  }
}

/* =========================================================
   BUSINESS CENTRAL PRICING SECTION
========================================================= */

.bc-pricing-section {
  width: 100%;
  position: relative;
  padding: 80px 0 90px;
  background: #f5f9fe;
  overflow: hidden;
}

/* =========================================================
   CONTAINER
========================================================= */

.bc-pricing-section .section-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* =========================================================
   HEADING
========================================================= */

.bc-pricing-section .why-bc-heading {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.bc-pricing-section .bc-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}

.bc-pricing-section .why-bc-description {
  width: 100%;
  max-width: 1050px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
}

/* =========================================================
   PRICING SCROLL WRAPPER
========================================================= */

.bc-pricing-scroll {
  width: 100%;
  overflow: visible;
}

.bc-pricing-wrapper {
  width: 100%;
}

/* =========================================================
   PRICING TABLE
========================================================= */

.bc-pricing-table {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  box-sizing: border-box;
}

/* =========================================================
   COMMON COLUMN
========================================================= */

.bc-pricing-table .bc-column {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: visible;
  box-sizing: border-box;
}

/* =========================================================
   DESKTOP COLUMN WIDTHS
   HTML has 3 .bc-features-column elements
========================================================= */

.bc-pricing-table .bc-column:nth-child(1) {
  flex: 0 0 360px;
  width: 360px;
}

.bc-pricing-table .bc-column:nth-child(2),
.bc-pricing-table .bc-column:nth-child(3) {
  flex: 0 0 320px;
  width: 320px;
}

/* =========================================================
   COLUMN SHADOWS
========================================================= */

.bc-pricing-table .bc-column:nth-child(1) {
  box-shadow: 0 15px 40px rgba(17, 38, 78, 0.12);
}

.bc-pricing-table .bc-column:nth-child(2),
.bc-pricing-table .bc-column:nth-child(3) {
  border: 1px solid #d5e0ec;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bc-pricing-table .bc-column:nth-child(2):hover,
.bc-pricing-table .bc-column:nth-child(3):hover {
  transform: translateY(-5px);

  box-shadow: 0 18px 42px rgba(18, 38, 63, 0.14);
}

/* =========================================================
   HEADERS
========================================================= */

.bc-column-header {
  width: 100%;
  height: 105px;

  display: flex;
  align-items: center;

  padding: 0 28px;
  box-sizing: border-box;
}

.bc-features-header {
  background: #102643;
  border-radius: 18px 18px 0 0;
}

.bc-features-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.essentials-header,
.premium-header {
  justify-content: center;
  padding: 0;
  border-radius: 18px 18px 0 0;
}

.essentials-header {
  background: linear-gradient(
    99.46deg,
    rgba(86, 183, 251, 1) 0%,
    rgba(116, 97, 211, 1) 100%
  );
}

.premium-header {
  background: linear-gradient(
    99.46deg,
    rgba(199, 86, 251, 1) 0%,
    rgba(211, 97, 99, 1) 100%
  );
}

.essentials-header h3,
.premium-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

/* =========================================================
   HEADER UNDERLINE
========================================================= */

.line-4 {
  width: 48px;
  height: 2px;
  margin-top: 14px;
  background: #1891f0;
}

/* =========================================================
   FEATURE LIST
========================================================= */

.bc-feature-list {
  width: 100%;

  display: flex;
  flex-direction: column;

  background: #fff;

  border-radius: 0 0 18px 18px;
}

/* =========================================================
   FEATURE ROW
========================================================= */

.bc-feature-row {
  width: 100%;
  height: 62px;
  min-height: 62px;
  max-height: 62px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 16px;
  padding: 0 24px;

  box-sizing: border-box;

  background: #fff;

  border-bottom: 1px solid #e6edf5;

  transition: background 0.3s ease;
}

.bc-feature-row:last-child {
  border-radius: 0 0 18px 18px;
}

.bc-feature-row:hover {
  background: #f7fafd;
}

/* =========================================================
   FEATURE ICON
========================================================= */

.bc-feature-row i {
  width: 22px;
  min-width: 22px;

  text-align: center;

  font-size: 20px;
  line-height: 1;

  color: #1891f0;
}

/* =========================================================
   FEATURE TEXT
========================================================= */

.bc-feature-row span {
  flex: 1;
  min-width: 0;

  font-size: 16px;
  line-height: 20px;
  font-weight: 500;

  color: #22334a;

  white-space: nowrap;
}

/* =========================================================
   PRICE
========================================================= */

.bc-price {
  width: 100%;
  height: 62px;
  min-height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  padding: 0 24px;

  font-size: 30px;
  line-height: 1;
  font-weight: 700;

  background: #fff;

  border-bottom: 1px solid #e5edf5;
}

.essentials-price {
  color: #1891f0;
}

.premium-price {
  color: #f08a02;
}

/* =========================================================
   PLAN ROWS
========================================================= */

.bc-plan-row {
  width: 100%;
  height: 62px;
  min-height: 62px;
  max-height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  background: #fff;

  border-bottom: 1px solid #e6edf5;

  transition: background 0.3s ease;
}

.bc-plan-row:last-child {
  border-radius: 0 0 18px 18px;
}

.bc-plan-row:hover {
  background: #f7fafd;
}

/* =========================================================
   CHECK / CROSS ICON
========================================================= */

.bc-plan-row img {
  width: 28px;
  height: 28px;

  display: block;

  object-fit: contain;
}

/* =========================================================
   FLOATING PLAN ICON
========================================================= */

.bc-plan-icon {
  position: absolute;

  top: -32px;
  left: 50%;

  transform: translateX(-50%);

  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);

  z-index: 20;
}

.bc-plan-icon img {
  width: 95px;
  height: 73px;

  display: block;

  object-fit: contain;
}

/* =========================================================
   COLUMN RADIUS
========================================================= */

.bc-pricing-table .bc-column {
  border-radius: 18px;
}

/* =========================================================
   BOOTSTRAP ICON RESET
========================================================= */

/* ================================
   Bootstrap Check Icon Alignment
================================ */

.bc-card-highlights li i.bi {
  /* Fixed icon area */
  flex: 0 0 18px;
  width: 18px;
  height: 18px;

  /* Center the actual icon inside the fixed area */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Icon appearance */
  color: #1891ff;
  font-size: 13px;
  line-height: 1;

  /* Vertical alignment with first line of text */
  margin-top: 2px;

  /* Prevent icon from shrinking */
  min-width: 18px;
}

/* =========================================================
   LARGE DESKTOP
   1400px+
========================================================= */

@media (min-width: 1400px) {
  .bc-pricing-section .section-container {
    max-width: 1320px;
  }

  .bc-pricing-table {
    gap: 22px;
  }

  .bc-pricing-table .bc-column:nth-child(1) {
    flex: 0 0 360px;
    width: 360px;
  }

  .bc-pricing-table .bc-column:nth-child(2),
  .bc-pricing-table .bc-column:nth-child(3) {
    flex: 0 0 320px;
    width: 320px;
  }
}

/* =========================================================
   DESKTOP
   1200px - 1399px
========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {
  .bc-pricing-section .section-container {
    max-width: 1140px;
  }

  .bc-pricing-table {
    gap: 18px;
  }

  .bc-pricing-table .bc-column:nth-child(1) {
    flex: 0 0 330px;
    width: 330px;
  }

  .bc-pricing-table .bc-column:nth-child(2),
  .bc-pricing-table .bc-column:nth-child(3) {
    flex: 0 0 285px;
    width: 285px;
  }

  .bc-pricing-section .bc-title {
    font-size: 36px;
  }

  .bc-feature-row span {
    font-size: 16px;
  }
}

/* =========================================================
   LAPTOP
   992px - 1199px
   NO SCROLLBAR
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .bc-pricing-section {
    padding: 60px 0 70px;
  }

  .bc-pricing-section .section-container {
    max-width: 960px;
  }

  .bc-pricing-section .why-bc-heading {
    margin-bottom: 45px;
  }

  .bc-pricing-section .bc-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .bc-pricing-section .why-bc-description {
    max-width: 850px;
    font-size: 15px;
    line-height: 25px;
  }

  .bc-pricing-table {
    gap: 10px;
  }

  /* Features */
  .bc-pricing-table .bc-column:nth-child(1) {
    flex: 0 0 285px;
    width: 285px;
  }

  /* Plans */
  .bc-pricing-table .bc-column:nth-child(2),
  .bc-pricing-table .bc-column:nth-child(3) {
    flex: 0 0 215px;
    width: 215px;
  }

  .bc-column-header {
    height: 95px;
  }

  .bc-column-header h3 {
    font-size: 21px;
  }

  .bc-feature-row,
  .bc-plan-row {
    height: 58px;
    min-height: 58px;
    max-height: 58px;
  }

  .bc-feature-row {
    padding: 0 16px;
    gap: 10px;
  }

  .bc-feature-row i {
    font-size: 18px;
  }

  .bc-feature-row span {
    font-size: 14px;
  }

  .bc-price {
    height: 58px;
    min-height: 58px;
    font-size: 27px;
  }

  .bc-plan-row img {
    width: 27px;
    height: 27px;
  }
}

/* =========================================================
   BUSINESS CENTRAL PRICING TABLE
   RESPONSIVE - 200px TO 991.98px
   3 COLUMNS / NO HORIZONTAL SCROLL
========================================================= */

/* =========================================================
   BUSINESS CENTRAL PRICING TABLE
   MOBILE + TABLET
   200px - 991.98px
   ========================================================= */

@media only screen and (min-width: 200px) and (max-width: 991.98px) {
  .bc-column-header {
    height: 80px;
  }

  .line-4 {
    display: none;
  }

  /* -----------------------------------------------------
       SECTION
    ----------------------------------------------------- */

  .bc-pricing-section {
    width: 100% !important;
    overflow: hidden !important;
  }

  .bc-pricing-section .section-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* -----------------------------------------------------
       PRICING SCROLL
       No horizontal scroll on mobile/tablet
    ----------------------------------------------------- */

  .bc-pricing-scroll {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    overflow-x: hidden !important;
    overflow-y: visible !important;

    box-sizing: border-box !important;
  }

  .bc-pricing-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       PRICING TABLE
    ===================================================== */

  .bc-pricing-table {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 0 !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       THREE COLUMNS
       
       FEATURES   = 46%
       ESSENTIALS = 27%
       PREMIUM    = 27%
    ===================================================== */

  .bc-pricing-table > .bc-column:nth-child(1) {
    width: 46% !important;
    min-width: 46% !important;
    max-width: 46% !important;

    flex: 0 0 46% !important;

    box-sizing: border-box !important;
  }

  .bc-pricing-table > .bc-column:nth-child(2) {
    width: 27% !important;
    min-width: 27% !important;
    max-width: 27% !important;

    flex: 0 0 27% !important;

    box-sizing: border-box !important;
  }

  .bc-pricing-table > .bc-column:nth-child(3) {
    width: 27% !important;
    min-width: 27% !important;
    max-width: 27% !important;

    flex: 0 0 27% !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       PREVENT CONTENT FROM MAKING COLUMNS WIDER
    ===================================================== */

  .bc-pricing-table .bc-column,
  .bc-pricing-table .bc-column-header,
  .bc-pricing-table .bc-feature-list,
  .bc-pricing-table .bc-feature-row,
  .bc-pricing-table .bc-price,
  .bc-pricing-table .bc-plan-row {
    min-width: 0 !important;
    max-width: 100% !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       FEATURES COLUMN
    ===================================================== */

  .bc-pricing-table .bc-features-column {
    overflow: hidden !important;
  }

  /* Remove Bootstrap Icons from feature names */
  .bc-pricing-table .bc-feature-row i {
    display: none !important;
  }

  /* =====================================================
       FEATURE ROW
    ===================================================== */

  .bc-pricing-table .bc-feature-row {
    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    align-items: center !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       FEATURE TEXT
       
       IMPORTANT:
       Do NOT use overflow-wrap:anywhere.
       It causes:
       Managemen
       t
       
       Instead allow normal wrapping.
    ===================================================== */

  .bc-pricing-table .bc-feature-row span {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: normal !important;

    word-break: normal !important;
    overflow-wrap: normal !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       HEADERS
    ===================================================== */

  .bc-pricing-table .bc-column-header {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       FEATURES HEADER
    ===================================================== */

  .bc-pricing-table .bc-features-header {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .bc-pricing-table .bc-features-header h3 {
    text-align: left !important;
  }

  /* =====================================================
       ESSENTIALS / PREMIUM HEADER
    ===================================================== */

  .bc-pricing-table .essentials-header,
  .bc-pricing-table .premium-header {
    width: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
  }

  .bc-pricing-table .essentials-header h3,
  .bc-pricing-table .premium-header h3 {
    width: 100% !important;
    max-width: 100% !important;

    text-align: center !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* =====================================================
       PRICE
    ===================================================== */

  .bc-pricing-table .bc-price {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    text-align: center !important;

    white-space: nowrap !important;

    box-sizing: border-box !important;
  }

  /* =====================================================
       CHECK / CROSS ROW
    ===================================================== */

  .bc-pricing-table .bc-plan-row {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
  }

  .bc-pricing-table .bc-plan-row img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;

    object-fit: contain !important;
  }

  /* Hide decorative plan images */
  .bc-pricing-table .bc-plan-icon {
    display: none !important;
  }
}

/* =========================================================
   200px - 319px
   VERY SMALL DEVICES
========================================================= */

@media only screen and (min-width: 200px) and (max-width: 319.98px) {
  .line-4 {
    display: none;
  }

  .bc-pricing-section .section-container {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .bc-pricing-table > .bc-column:nth-child(1) {
    width: 46% !important;
    min-width: 46% !important;
    max-width: 46% !important;
    flex-basis: 46% !important;
  }

  .bc-pricing-table > .bc-column:nth-child(2),
  .bc-pricing-table > .bc-column:nth-child(3) {
    width: 27% !important;
    min-width: 27% !important;
    max-width: 27% !important;
    flex-basis: 27% !important;
  }

  .bc-pricing-table .bc-feature-row span {
    font-size: 8px !important;
    line-height: 11px !important;
  }

  .bc-pricing-table .bc-price {
    font-size: 16px !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    font-size: 9px !important;
  }
}

/* =========================================================
   320px - 374px
========================================================= */

@media only screen and (min-width: 320px) and (max-width: 374.98px) {
  .line-4 {
    display: none;
  }

  .bc-pricing-table .bc-feature-row span {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .bc-pricing-table .bc-price {
    font-size: 18px !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    font-size: 13px !important;
  }
}

/* =========================================================
   375px - 575px
========================================================= */

@media only screen and (min-width: 375px) and (max-width: 575.98px) {
  .line-4 {
    display: none;
  }

  .bc-pricing-table .bc-feature-row span {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .bc-pricing-table .bc-price {
    font-size: 20px !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    font-size: 15px !important;
  }
}

/* =========================================================
   576px - 767px
========================================================= */

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .bc-pricing-table .bc-feature-row span {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .bc-pricing-table .bc-price {
    font-size: 24px !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    font-size: 13px !important;
  }
}

/* =========================================================
   768px - 991px
========================================================= */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .bc-pricing-table .bc-feature-row span {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .bc-pricing-table .bc-price {
    font-size: 26px !important;
  }

  .bc-pricing-table .bc-column-header h3 {
    font-size: 14px !important;
  }
}

/* =========================================================
   EXTRA SMALL - 200px TO 319px
========================================================= */

@media only screen and (min-width: 200px) and (max-width: 319.98px) {
  .bc-pricing-section .section-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  .bc-pricing-table .bc-column:nth-child(1) {
    width: 46% !important;
    flex-basis: 46% !important;
  }

  .bc-pricing-table .bc-column:nth-child(2),
  .bc-pricing-table .bc-column:nth-child(3) {
    width: 27% !important;
    flex-basis: 27% !important;
  }
}

/* =========================================================
   SMALL PHONES - 320px TO 575px
========================================================= */

@media only screen and (min-width: 320px) and (max-width: 575.98px) {
  .bc-pricing-section .section-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .bc-pricing-table .bc-column:nth-child(1) {
    width: 46% !important;
    flex-basis: 46% !important;
  }

  .bc-pricing-table .bc-column:nth-child(2),
  .bc-pricing-table .bc-column:nth-child(3) {
    width: 27% !important;
    flex-basis: 27% !important;
  }
}

/* =========================================================
   TABLETS - 576px TO 767px
========================================================= */

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .bc-pricing-section .section-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* =========================================================
   TABLET / SMALL LAPTOP - 768px TO 991.98px
========================================================= */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .bc-pricing-section .section-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =========================================================
   TOUCH DEVICES
========================================================= */

@media (hover: none) {
  .bc-pricing-table .bc-column:nth-child(2):hover,
  .bc-pricing-table .bc-column:nth-child(3):hover {
    transform: none;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  }

  .bc-feature-row:hover,
  .bc-plan-row:hover {
    background: #fff;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .bc-pricing-scroll {
    scroll-behavior: auto;
  }

  .bc-pricing-table .bc-column,
  .bc-feature-row,
  .bc-plan-row {
    transition: none;
  }
}

/*=====================================
  Root Variables
======================================*/
:root {
  --primary: #246bfd;
  --secondary: #f57c4f;
  --heading: #161616;
  --text: #606060;
  --white: #ffffff;
  --light: #f8f9ff;
  --border: #ececec;

  --gradient: linear-gradient(90deg, #e0ddf2 0%, #cdd6ec 100%);

  --shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

  --radius: 18px;

  --transition: 0.35s ease;
}

a {
  text-decoration: none;
}

/*=====================================
  Section
======================================*/

.bc-service {
  background: linear-gradient(
    -90deg,
    rgba(205, 214, 236, 0.5) 0%,
    rgba(224, 221, 242, 0.5) 100%
  );

  padding: 50px 0;

  position: relative;
}

/*=====================================
  Heading
======================================*/

.section-tag {
  color: var(--primary);

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.section-title {
  font-size: 46px;

  line-height: 1.2;

  font-weight: 700;

  color: var(--heading);

  margin: 20px 0;
}

.section-description {
  max-width: 760px;

  margin: auto;

  line-height: 1.8;

  color: #666;
}

/*=====================================
  Outer Wrapper
======================================*/

.services-box {
  margin-top: 60px;

  background: linear-gradient(
    -90deg,
    rgba(219, 224, 238, 1) 0%,
    rgba(214, 214, 232, 1) 54.69072461128235%,
    rgba(228, 226, 240, 1) 100%
  );

  border-radius: 24px;

  padding: 28px;
}
/*=====================================
  Left Cards
======================================*/

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  background: linear-gradient(
    90deg,
    rgba(233, 232, 239, 1) 0%,
    rgba(226, 226, 238, 1) 100%
  );
  border-radius: 16px;
  padding: 7px;
  display: flex;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  min-height: 60px;
  box-sizing: border-box;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-card.active {
  border-color: #1891f0;
  background: white;
}

.icon-box {
  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  flex-shrink: 0;
}

.icon-box img {
  /* width: 49.78px;
    height: auto; */
  display: block;
}

.service-card h5 {
  font-size: var(--section-description-size);
  /* font-weight: var(--card-heading-weight); */
  color: var(--heading);
  font-weight: 700;
  margin: 0;

  display: flex;
  align-items: center;
  line-height: var(--card-heading-line-height);
}
/*=====================================
  Right Panel
======================================*/

.service-details {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  height: 100%;

  display: flex;

  flex-direction: column;
}

.dashboard-wrapper {
  border-radius: 14px;

  overflow: hidden;

  margin-bottom: 30px;
}

.dashboard-wrapper img {
  width: 100%;
}

.details-content h3 {
  font-size: 30px;

  color: var(--heading);

  margin-bottom: 20px;

  font-weight: 700;
}

.details-content p {
  line-height: var(--section-description-line-height);

  color: #666;

  margin-bottom: 18px;
}

.know-more {
  color: var(--primary);

  font-weight: 700;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  transition: var(--transition);
}

.know-more:hover {
  gap: 14px;
}

/*=====================================
  Responsive
======================================*/

@media (max-width: 1199px) {
  .section-title {
    font-size: 40px;
  }
}

/* =========================================
   TABLET + MOBILE - BUSINESS CENTRAL SERVICES
   ========================================= */

@media (max-width: 991px) {
  .bc-service {
    padding: 70px 0;
  }

  .services-box {
    padding: 20px;
  }

  .service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Service card becomes clickable accordion item */
  .service-card {
    padding: 16px;
    gap: 14px;
    cursor: pointer;
    position: relative;
  }

  .service-card h5 {
    font-size: 16px;
    margin: 0;
  }

  /* Icon */
  .icon-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  /* Hide details until a service is clicked */
  .service-details {
    display: none;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    box-sizing: border-box;
    animation: mobileServiceOpen 0.3s ease;
  }

  /* Opened service */
  .service-card.mobile-open + .service-details {
    display: block;
  }

  /* Service image */
  .dashboard-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .dashboard-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  /* Service content */
  .details-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .details-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 34px;
  }

  @keyframes mobileServiceOpen {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 575px) {
  .bc-service {
    padding: 50px 0;
  }

  .services-box {
    padding: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .service-card {
    gap: 14px;
    padding: 14px;
  }

  .service-card h5 {
    font-size: 15px;
  }

  .service-details {
    padding: 15px;
  }

  .details-content h3 {
    font-size: 22px;
  }

  .details-content p {
    font-size: 15px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
  }

  .icon-box img {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
   MOBILE - BUSINESS CENTRAL SERVICES
   ========================================= */

@media (max-width: 767px) {
  .bc-service {
    padding: 50px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 15px;
  }

  .services-box {
    padding: 15px;
  }

  .service-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Service card */
  .service-card {
    padding: 16px;
    gap: 14px;
    cursor: pointer;
    position: relative;
  }

  .service-card h5 {
    font-size: 16px;
    margin: 0;
  }

  /* Icon */
  .icon-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  /* Hide desktop details initially on mobile */
  .service-details {
    display: none;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    box-sizing: border-box;
    animation: mobileServiceOpen 0.3s ease;
  }

  /* Details shown when card is opened */
  .service-card.mobile-open + .service-details {
    display: block;
  }

  .dashboard-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .dashboard-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  .details-content h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
  }

  .details-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  @keyframes mobileServiceOpen {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 575px) {
  .bc-service {
    padding: 50px 0;
  }

  .services-box {
    padding: 15px;
  }

  .section-title {
    font-size: 24px;
  }

  .service-card {
    gap: 14px;
    padding: 14px;
  }

  .service-card h5 {
    font-size: 15px;
  }

  .details-content h3 {
    font-size: 22px;
  }

  .details-content p {
    font-size: 15px;
  }

  .service-details {
    padding: 15px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
  }

  .icon-box img {
    width: 40px;
    height: 40px;
  }
}

/* =========================================
   MOBILE / TABLET SERVICE TOGGLE
========================================= */

@media (max-width: 991px) {
  .service-card {
    position: relative;
    cursor: pointer;
    padding-right: 55px !important;
  }

  /* + symbol */

  .service-card::after {
    content: "+";

    position: absolute;

    right: 18px;
    top: 50%;

    transform: translateY(-50%);

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: 400;
    line-height: 1;

    color: #1891f0;

    transition: transform 0.2s ease;
  }

  /* − symbol when opened */

  .service-card.mobile-open::after {
    content: "−";

    font-size: 25px;

    transform: translateY(-50%);
  }

  /* Details hidden initially */

  .service-details {
    display: none;

    width: 100%;

    margin: 0 !important;

    padding: 20px;

    box-sizing: border-box;

    animation: serviceDetailsOpen 0.3s ease;
  }

  /* Details opened */

  .service-card.mobile-open + .service-details {
    display: block;
  }

  /* Image */

  .dashboard-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .dashboard-wrapper img {
    width: 100%;
    height: auto;

    display: block;

    border-radius: 10px;
  }

  /* Content */

  .details-content {
    width: 100%;
  }

  .details-content h3 {
    font-size: 24px;
    line-height: 1.3;

    margin: 0 0 15px;
  }

  .details-content p,
  .service-paragraph {
    font-size: 15px;
    line-height: 1.6;

    margin-bottom: 12px;
  }

  @keyframes serviceDetailsOpen {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {
  .service-card {
    padding-right: 50px !important;
  }

  .service-card::after {
    right: 14px;

    width: 25px;
    height: 25px;

    font-size: 22px;
  }

  .service-card.mobile-open::after {
    font-size: 23px;
  }

  .service-details {
    padding: 15px;
  }

  .details-content h3 {
    font-size: 22px;
  }

  .details-content p,
  .service-paragraph {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* End-to-End */

/* Industry-Specific Solutions with Business Central */

/*==================================
Variables
==================================*/
:root {
  --primary: #2484ff;
  --heading: #111111;
  --text: #666666;
  --white: #ffffff;

  --radius: 22px;

  --transition: 0.45s ease;
}
/*==================================
Section
==================================*/

.industry-section {
  padding: clamp(40px, 5vw, 70px) 0;
  background: #fff;
}

.section-subtitle {
  color: var(--primary);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1.4;
}

.section-subtitle::before,
.section-subtitle::after {
  content: "";
  width: clamp(40px, 5vw, 80px);
  height: 2px;
  background: var(--primary);
  display: inline-block;
  margin: 0 clamp(8px, 1.2vw, 15px);
  vertical-align: middle;
}

/*==================================
Swiper
==================================*/

.industrySwiper {
  width: 100%;
  padding-bottom: 25px;
  overflow: hidden;
}

.industrySwiper .swiper-wrapper {
  align-items: stretch;
}

.industrySwiper .swiper-slide {
  height: auto;
  display: flex;
}

/*==================================
Industry Card
==================================*/

.industry-card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(14px, 1.5vw, 22px);
  cursor: pointer;

  /*
       Responsive aspect ratio
       Original: 289px × 377px
    */
  width: 100%;
  height: auto;
  aspect-ratio: 289 / 377;

  max-width: 100%;

  isolation: isolate;
}

/*==================================
Image
==================================*/

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform 1s ease;
}

.industry-card:hover img {
  transform: scale(1.08);
}

/*==================================
BLACK BACKGROUND / GRADIENT EFFECT
==================================*/

.industry-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.05) 38%,
    rgba(0, 0, 0, 0.35) 50%,
    rgba(0, 0, 0, 0.75) 65%,
    rgba(0, 0, 0, 0.94) 80%,
    #000 100%
  );

  z-index: 1;
  pointer-events: none;

  transition: opacity 0.45s ease;
}

/*==================================
Content
==================================*/

.industry-content {
  position: absolute;

  left: clamp(15px, 1.5vw, 20px);
  right: clamp(15px, 1.5vw, 20px);
  bottom: clamp(15px, 1.5vw, 20px);

  color: #fff;
  z-index: 10;

  transition: bottom 0.45s ease;
}

.industry-content h4 {
  font-size: var(--card-heading-size);
  font-weight: var(--card-heading-weight);
  line-height: var(--card-heading-line-height);
  margin: 0;

  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*==================================
Description
==================================*/

.industry-content p {
  color: #fff;

  font-size: var(--card-text-size);
  line-height: var(--card-text-line-height);

  opacity: 0;
  max-height: 0;
  overflow: hidden;

  margin-top: 0;

  transition:
    opacity 0.45s ease,
    max-height 0.45s ease,
    margin-top 0.45s ease;
}

/*==================================
Hover Content
==================================*/

.industry-card:hover .industry-content {
  bottom: clamp(40px, 4vw, 55px);
}

.industry-card:hover .industry-content p {
  opacity: 1;
  max-height: 220px;
  margin-top: clamp(10px, 1vw, 15px);
}

/*==================================
Arrow
==================================*/

/*
.industry-arrow {
    position: absolute;
    right: clamp(12px, 1.5vw, 18px);
    bottom: clamp(12px, 1.5vw, 18px);

    width: clamp(30px, 2.5vw, 36px);
    height: clamp(30px, 2.5vw, 36px);

    border-radius: 50%;
    background: #fff;
    color: var(--primary);

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 20;

    transition: transform 0.3s ease;
}

.industry-card:hover .industry-arrow {
    transform: rotate(45deg);
}
*/

/*==================================
Swiper Navigation
==================================*/

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary);

  width: clamp(30px, 3vw, 44px);
  height: clamp(30px, 3vw, 44px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: clamp(18px, 2vw, 30px);
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: clamp(6px, 0.7vw, 8px);
  height: clamp(6px, 0.7vw, 8px);
}

.swiper-pagination-bullet-active {
  background: var(--primary);
}

/*==================================
Large Desktop
2560px+
==================================*/

@media (min-width: 1920px) {
  .industry-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .industry-card {
    border-radius: 24px;
  }
}

/*==================================
Desktop
1200px - 1919px
==================================*/

@media (min-width: 1200px) {
  .industry-card {
    aspect-ratio: 289 / 377;
  }
}

/*==================================
Tablet Landscape
992px - 1199px
==================================*/

@media (max-width: 1199px) {
  .industry-section {
    padding: 60px 0;
  }

  .industry-card {
    aspect-ratio: 289 / 377;
  }
}

/*==================================
Tablet
768px - 991px
==================================*/

@media (max-width: 991px) {
  .industry-section {
    padding: 60px 0;
  }

  .industry-section h2 {
    font-size: clamp(30px, 4vw, 36px);
  }

  .industry-card {
    border-radius: 18px;
  }

  .industry-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

/*==================================
Mobile Landscape
576px - 767px
==================================*/

@media (max-width: 767px) {
  .section-subtitle::before,
  .section-subtitle::after {
    display: none;
  }

  .industry-section {
    padding: 50px 0;
  }

  .industry-section h2 {
    font-size: clamp(26px, 6vw, 30px);
    line-height: 1.2;
  }

  .industry-card {
    border-radius: 16px;
  }

  .industry-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .industry-content h4 {
    font-size: clamp(18px, 3.5vw, 20px);
    line-height: 1.25;
  }

  .industry-content p {
    font-size: clamp(13px, 2.5vw, 15px);
    line-height: 1.5;
  }

  .industry-card:hover .industry-content {
    bottom: 45px;
  }
}

/*==================================
Mobile
576px and below
==================================*/

@media (max-width: 575px) {
  .industry-section {
    padding: 45px 0;
  }

  .industry-section h2 {
    font-size: clamp(24px, 7vw, 28px);
  }

  .industry-card {
    width: 100%;
    aspect-ratio: 289 / 377;
    border-radius: 15px;
  }

  .industry-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .industry-content h4 {
    font-size: clamp(17px, 5vw, 20px);
  }

  .industry-content p {
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.45;
  }

  .industry-card:hover .industry-content {
    bottom: 42px;
  }
}

/*==================================
Very Small Screens
300px - 380px
==================================*/

@media (max-width: 380px) {
  .industry-section {
    padding: 40px 0;
  }

  .industry-card {
    border-radius: 13px;
  }

  .industry-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .industry-content h4 {
    font-size: 16px;
  }

  .industry-content p {
    font-size: 12px;
    line-height: 1.4;
  }

  .industry-card:hover .industry-content {
    bottom: 38px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/*==================================
Ultra Small Screens
300px - 320px
==================================*/

@media (max-width: 320px) {
  .industry-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .industry-card {
    border-radius: 12px;
  }

  .industry-content {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .industry-content h4 {
    font-size: 15px;
  }

  .industry-content p {
    font-size: 11px;
  }
}
/* end */

/* Why Partner with Nevas Technologies? */

/*=========================================
Root Variables
=========================================*/
:root {
  --primary: #1891ff;
  --white: #ffffff;
  --card-bg: #131b3f;
  --text: #d8e2f2;

  --transition: 0.35s ease;
}

/*=========================================
Section
=========================================*/

.why-partner {
  position: relative;

  overflow: hidden;

  padding: 60px 0;

  min-height: 460px;
}

/*=========================================
Background Image
=========================================*/

.why-bg {
  position: absolute;

  inset: 0;

  background: url("/assets/images/Business_central_Page/Why_partner/why_partner_bg.jpeg")
    center center/cover no-repeat;

  z-index: 1;
}

/*=========================================
Network SVG
=========================================*/

.network-top {
  position: absolute;

  top: 0;

  right: 0;

  z-index: 3;

  opacity: 0.75;
}

.network-top img {
  width: 360px;
}

.network-bottom {
  position: absolute;

  left: 0;

  bottom: 0;

  z-index: 3;

  opacity: 0.55;
}

.network-bottom img {
  width: 320px;
}

/*=========================================
Content
=========================================*/

.why-partner .container {
  position: relative;

  z-index: 10;
}

.why-title {
  color: #fff;

  font-size: 42px;

  font-weight: 700;

  margin-bottom: 30px;
}

.why-description {
  color: #fff;

  font-size: 16px;

  line-height: 30px;

  max-width: 880px;

  margin: auto;
}

.why-description span {
  color: #1891ff;

  font-weight: 700;
}

.why-description u {
  text-decoration: underline;
}

/*=========================================
Cards
=========================================*/

.stats-card {
  position: relative;

  overflow: hidden;

  background: #131b3f;

  border-radius: 14px;

  padding: 35px 20px;

  text-align: center;

  min-height: 128px;

  border: 1px solid rgba(24, 145, 255, 0.45);

  transition: 0.35s;
}

/* Gradient Border */

.stats-card::before {
  content: "";

  position: absolute;

  inset: 0;

  padding: 1px;

  border-radius: 14px;

  background: linear-gradient(
    103deg,
    rgba(24, 145, 255, 1),
    rgba(24, 145, 255, 0.35),
    rgba(24, 145, 255, 0.15),
    rgba(24, 145, 255, 1)
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;
}

/*=========================================
Blue Glow
=========================================*/

.glow {
  position: absolute;

  border-radius: 50%;

  background: #1891ff;
}

.glow-one {
  width: 90px;
  height: 60px;

  left: -18px;
  top: -20px;

  filter: blur(70px);
}

.glow-two {
  width: 40px;
  height: 28px;

  right: 40px;
  bottom: -10px;

  filter: blur(25px);
}

.glow-three {
  width: 28px;
  height: 18px;

  right: 18px;
  top: 18px;

  filter: blur(15px);
}

/*=========================================
Icon
=========================================*/

.card-icon {
  position: absolute;

  right: 18px;

  top: 18px;
}

.card-icon img {
  width: 22px;
}

/*=========================================
Counter
=========================================*/

.stats-card h3 {
  color: #fff;

  font-size: 36px;

  font-weight: 700;

  margin-bottom: 18px;
}

.stats-card h5 {
  color: #fff;

  font-size: 16px;

  font-weight: 700;
}

/*=========================================
Hover
=========================================*/

.stats-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.stats-card:hover .glow-one {
  transform: scale(1.5);
}

.stats-card:hover .glow-two {
  transform: scale(1.4);
}

/*=========================================
Responsive
=========================================*/

@media (max-width: 992px) {
  .why-partner {
    padding: 70px 0;
  }

  .why-title {
    font-size: 34px;
  }

  .why-description {
    font-size: 15px;

    line-height: 28px;
  }

  .stats-card {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .why-title {
    font-size: 28px;
  }

  .network-top img {
    width: 220px;
  }

  .network-bottom img {
    width: 180px;
  }
}

@media (max-width: 576px) {
  .why-partner {
    padding: 60px 0;
  }

  .why-title {
    font-size: 26px;
  }

  .why-description {
    font-size: 14px;

    line-height: 26px;
  }

  .stats-card {
    min-height: 120px;

    padding: 28px 15px;
  }

  .stats-card h3 {
    font-size: 30px;
  }

  .stats-card h5 {
    font-size: 15px;
  }
}

/*End  Why Partner with Nevas Technologies? End */

/*=====================================================
faqs SECTION
=====================================================*/

.faqs-section {
  overflow: hidden;
  padding: 60px 0;
  background-image: url("/assets/images/Business_central_Page/Faq/faq_background.jpeg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*=====================================================
CONTAINER
=====================================================*/

.faqs-section .container {
  position: relative;

  z-index: 10;
  width: 100%;
}

/*=====================================================
SECTION HEADING
=====================================================*/

.faqs-heading {
  text-align: center;

  margin-bottom: 60px;
}

.faqs-top-title {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 12px;

  margin-bottom: 18px;
}

.faqs-top-title span {
  width: 55px;

  height: 2px;

  background: #1891ff;
}

.faqs-top-title h6 {
  color: #1891ff;

  font-size: 18px;

  font-weight: 700;

  margin: 0;
}

.faqs-title {
  font-size: 46px;

  font-weight: 800;

  color: #111;

  margin-bottom: 18px;
}

.faqs-subtitle {
  max-width: 720px;

  margin: auto;

  font-size: 18px;

  line-height: 30px;

  color: #555;
}

/*=====================================================
faqs GRID
=====================================================*/

.faqs-wrapper {
  margin-top: 50px;
}

.custom-faqs {
  display: flex;

  flex-direction: column;

  gap: 16px;
}
/*====================================================
faqs CARD
====================================================*/

.custom-faqs .accordion-item {
  background: #ffffff;
  min-height: 104px;
  border: 1px solid #c4dcf4;
  margin: 0 !important;
  margin-bottom: 2px;
  border-radius: 12px !important;
  overflow: hidden;

  transition: all 0.35s ease;

  box-shadow: none;
}
.custom-faqs .accordion-item:last-child {
  margin-bottom: 0;
}

.custom-faqs .accordion-item:hover {
  border-color: #1891ff;

  box-shadow: 0 10px 30px rgba(24, 145, 255, 0.08);
}

/*====================================================
BUTTON
====================================================*/

.custom-faqs .accordion-button {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  min-height: 104px;

  padding: 24px 70px 24px 24px;

  background: #ffffff;

  border: none;

  box-shadow: none;

  text-align: left;

  transition: 0.35s;
}

.custom-faqs .accordion-button:focus {
  box-shadow: none;
}

/*====================================================
QUESTION TEXT
====================================================*/

.custom-faqs .accordion-button span {
  width: calc(100% - 45px);

  color: #111111;

  font-size: 16px;

  font-weight: 600;

  line-height: 24px;

  text-align: left;
}

/*====================================================
REMOVE BOOTSTRAP DEFAULT ICON
====================================================*/

.custom-faqs .accordion-button::after {
  display: none;
}

/*====================================================
PLUS ICON
====================================================*/

.custom-faqs .accordion-button::before {
  content: "+";

  position: absolute;

  right: 24px;

  top: 50%;

  transform: translateY(-50%);

  width: 32px;

  height: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #1891ff;

  font-size: 30px;

  font-weight: 700;

  transition: 0.35s;
}

/*====================================================
MINUS ICON
====================================================*/

.custom-faqs .accordion-button:not(.collapsed)::before {
  content: "−";
}

/*====================================================
ACTIVE CARD
====================================================*/

.custom-faqs .accordion-button,
.custom-faqs .accordion-button:focus,
.custom-faqs .accordion-button:not(.collapsed) {
  outline: none !important;
  box-shadow: none !important;
}

/*====================================================
ANSWER AREA
====================================================*/

.custom-faqs .accordion-collapse {
  border: none;
}

.custom-faqs .accordion-body {
  padding: 0 24px 24px;

  font-size: 15px;

  line-height: 28px;

  color: #666666;

  animation: fadeIn 0.35s ease;
}

/*====================================================
ANIMATION
====================================================*/

@keyframes fadeIn {
  0% {
    opacity: 0;

    transform: translateY(-8px);
  }

  100% {
    opacity: 1;

    transform: translateY(0);
  }
}

/*====================================================
SAME CARD HEIGHT
====================================================*/

.custom-faqs .accordion-button {
  min-height: 92px;
}

/*====================================================
LONG QUESTION
====================================================*/

.custom-faqs .accordion-button span {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

/*====================================================
HOVER
====================================================*/

.custom-faqs .accordion-button:hover {
  background: #ffffff;
}

/*====================================================
TRANSITION
====================================================*/

.custom-faqs .accordion-collapse {
  transition: all 0.35s ease;
}

/*====================================================
Large Desktop (1400px+)
====================================================*/

@media (min-width: 1400px) {
  .faqs-section {
    padding: 120px 0;
  }

  .faqs-title {
    font-size: 48px;
  }
}

/*====================================================
Desktop (1200px - 1399px)
====================================================*/

@media (max-width: 1399px) {
  .faqs-title {
    font-size: 42px;
  }

  .faqs-subtitle {
    max-width: 650px;
  }

  .circle-one {
    width: 1200px;
    height: 1200px;

    left: -350px;
    top: -520px;
  }

  .circle-two {
    width: 950px;
    height: 950px;

    right: -250px;
    top: -380px;
  }
}

/*====================================================
Laptop (992px - 1199px)
====================================================*/

@media (max-width: 1199px) {
  .faqs-section {
    padding: 50px 0;
  }

  .faqs-title {
    font-size: 38px;
  }

  .faqs-subtitle {
    font-size: 17px;

    line-height: 28px;
  }

  .faqs-left-icon img,
  .faqs-right-icon img {
    width: 85px;
  }

  .circle-one {
    width: 950px;
    height: 950px;

    left: -320px;
    top: -420px;
  }

  .circle-two {
    width: 800px;
    height: 800px;

    right: -250px;
    top: -300px;
  }
}

/*====================================================
Tablet (768px - 991px)
====================================================*/

@media (max-width: 991px) {
  .faqs-wrapper {
    row-gap: 12px !important;
  }

  .faqs-section {
    padding: 80px 0;
  }

  .faqs-heading {
    margin-bottom: 40px;
  }

  .faqs-title {
    font-size: 34px;

    line-height: 46px;
  }

  .faqs-subtitle {
    font-size: 16px;

    line-height: 28px;

    max-width: 100%;
  }

  .faqs-wrapper .row {
    row-gap: 18px;
  }

  .custom-faqs {
    gap: 14px;
  }

  .custom-faqs .accordion-button {
    min-height: 88px;

    padding: 20px 65px 20px 20px;
  }

  .faqs-left-icon {
    left: 15px;

    top: 45px;
  }

  .faqs-right-icon {
    right: 15px;

    top: 45px;
  }

  .faqs-left-icon img,
  .faqs-right-icon img {
    width: 70px;
  }

  .circle-one {
    width: 700px;
    height: 700px;

    left: -240px;
    top: -260px;
  }

  .circle-two {
    width: 600px;
    height: 600px;

    right: -180px;
    top: -180px;
  }
}

/*====================================================
Mobile (576px - 767px)
====================================================*/

@media (max-width: 767px) {
  .faqs-section {
    padding: 70px 0;
  }

  .faqs-top-title h6 {
    font-size: 15px;
  }

  .faqs-title {
    font-size: 28px;

    line-height: 38px;
  }

  .faqs-subtitle {
    font-size: 15px;

    line-height: 26px;
  }

  .custom-faqs .accordion-button {
    min-height: auto;

    padding: 18px 55px 18px 18px;
  }

  .custom-faqs .accordion-button span {
    font-size: 15px;

    line-height: 24px;

    width: 100%;
  }

  .custom-faqs .accordion-body {
    padding: 0 18px 18px;

    font-size: 14px;

    line-height: 24px;
  }

  .custom-faqs .accordion-button::before {
    right: 18px;

    width: 28px;

    height: 28px;

    font-size: 24px;
  }

  .faqs-left-icon,
  .faqs-right-icon {
    display: none;
  }

  .circle-one {
    width: 520px;
    height: 520px;

    left: -180px;
    top: -180px;
  }

  .circle-two {
    width: 420px;
    height: 420px;

    right: -140px;
    top: -120px;
  }
}

/*====================================================
Small Mobile (480px)
====================================================*/

@media (max-width: 480px) {
  .faqs-section {
    padding: 60px 0;
  }

  .faqs-title {
    font-size: 24px;

    line-height: 34px;
  }

  .faqs-subtitle {
    font-size: 14px;

    line-height: 24px;
  }

  .faqs-top-title {
    gap: 8px;
  }

  .faqs-top-title span {
    width: 35px;
  }

  .custom-faqs {
    gap: 12px;
  }

  .custom-faqs .accordion-button {
    padding: 16px 50px 16px 16px;
  }

  .custom-faqs .accordion-button span {
    font-size: var(--section-description-size);

    line-height: var(--section-description-line-height);
  }

  .custom-faqs .accordion-button::before {
    right: 16px;

    font-size: 22px;
  }

  .custom-faqs .accordion-body {
    font-size: 14px;

    line-height: 24px;
  }

  .circle-one {
    width: 420px;
    height: 420px;
  }

  .circle-two {
    width: 320px;
    height: 320px;
  }
}

/* FAQ Ended */
/* =========================================
   CONTACT SECTION
========================================= */

.contact-section,
.contact-section * {
  box-sizing: border-box;
}

.contact-section {
  position: relative;
  width: 100%;
  min-height: 830px;
  overflow: hidden;
  background: #020609;
  isolation: isolate;
}

/* =========================================
   BACKGROUND
========================================= */

.contact-bg {
  position: absolute;
  inset: 0;
  z-index: -2;

  background: url("/assets/images/Business_central_Page/contact/contact_bg.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.contact-container {
  width: 100%;
  max-width: 1363px;
  min-height: 830px;
  margin: 0 auto;
  padding: 74px 9.54% 60px;

  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(650px, 728px);
  gap: 55px;

  align-items: start;
}

/* =========================================
   LEFT SIDE
========================================= */

.contact-intro {
  padding-top: 19px;
  color: #ffffff;
}

.contact-intro h2 {
  margin: 0;

  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.contact-intro p {
  margin: 17px 0 0;

  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

/* =========================================
   WHITE FORM CARD
========================================= */

.contact-card {
  width: 100%;
  max-width: 728px;
  min-height: 693px;

  padding: 30px 20px 28px;

  background: #ffffff;
  border-radius: 10px;

  box-shadow:
    0 34px 60px -20px rgba(0, 0, 0, 0.25),
    0 5px 25px rgba(0, 0, 0, 0.15);
}

/* =========================================
   HEADER
========================================= */

.contact-card-header h3 {
  margin: 0;

  color: #000000;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1px;
}

.contact-card-header p {
  margin: 13px 0 26px;

  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* =========================================
   INPUT GRID
========================================= */

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 25px;
}

.contact-field {
  width: 100%;
}

.contact-field input {
  display: block;

  width: 100%;
  height: 56px;

  padding: 0 15px;

  border: 0;
  outline: none;
  border-radius: 7px;

  background: #f0f5fd;

  color: #313131;
  font-size: var(--section-description-size);
  line-height: 24px;
  font-weight: 400;

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-field input::placeholder {
  color: #313131;
  opacity: 1;
}

.contact-field input:focus {
  background: #eef4fc;

  box-shadow: 0 0 0 1px rgba(86, 183, 251, 0.35);
}

/* =========================================
   MESSAGE
========================================= */

.message-field {
  width: 100%;
  margin-top: 23px;
}

.message-field textarea {
  display: block;

  width: 100%;
  height: 111px;

  padding: 15px;

  resize: none;

  border: 0;
  outline: none;
  border-radius: 7px;

  background: #f0f5fd;

  color: #313131;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.message-field textarea::placeholder {
  color: #313131;
  opacity: 1;
}

.message-field textarea:focus {
  box-shadow: 0 0 0 1px rgba(86, 183, 251, 0.35);
}

/* =========================================
   TOGGLE / CHECKBOX ROW
========================================= */

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 22px;
}

.checkbox-row + .checkbox-row {
  margin-top: 17px;
}

/* Toggle */

.toggle {
  position: relative;

  display: inline-flex;
  flex: 0 0 33px;

  width: 33px;
  height: 19px;

  cursor: pointer;
}

.toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-slider {
  position: absolute;
  inset: 0;

  width: 33px;
  height: 19px;

  border-radius: 20px;

  background: #d9d9d9;

  transition: background 0.2s ease;
}

.toggle-slider::before {
  content: "";

  position: absolute;
  left: 0;
  top: 0;

  width: 19px;
  height: 19px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);

  transition: transform 0.2s ease;
}

.toggle input:checked + .toggle-slider::before {
  transform: translateX(14px);
}

.toggle input:checked + .toggle-slider {
  background: #1891FF;
}

/* Text */

.checkbox-text {
  color: #313131;
  font-size: var(--section-description-size);
  line-height: var(--section-description-line-height);
  font-weight: var(--section-description-weight);
}

.checkbox-text a {
  color: #313131;
  text-decoration: underline;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {
  .contact-container {
    grid-template-columns: 0.8fr 1.5fr;
    gap: 35px;

    padding-left: 6%;
    padding-right: 6%;
  }

  .contact-intro h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-card-header h3 {
    font-size: 32px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .contact-section {
    min-height: auto;
  }

  .contact-bg {
    background-position: center;
  }

  .contact-container {
    display: flex;
    flex-direction: column;

    min-height: auto;

    padding: 55px 20px 55px;

    gap: 40px;
  }

  /* Left */

  .contact-intro {
    padding-top: 0;
  }

  .contact-intro h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .contact-intro p {
    margin-top: 14px;

    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
    font-weight: var(--section-description-weight);
  }

  /* Card */

  .contact-card {
    max-width: 100%;
    min-height: auto;

    padding: 28px 18px 30px;

    border-radius: 10px;
  }

  .contact-card-header h3 {
    font-size: var(--card-heading-size);
    line-height: var(--card-heading-line-height);
    font-weight: var(--card-heading-weight);
  }

  .contact-card-header p {
    margin-top: 10px;
    margin-bottom: 22px;

    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
    font-weight: var(--section-description-weight);
  }

  /* Inputs */

  .contact-fields {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-field input {
    height: 54px;
  }

  .message-field {
    margin-top: 15px;
  }

  .message-field textarea {
    height: 115px;
  }

  /* Toggles */

  .checkbox-row {
    align-items: flex-start;
    gap: 9px;

    margin-top: 20px;
  }

  .checkbox-row + .checkbox-row {
    margin-top: 15px;
  }

  .checkbox-text {
    font-size: 14px;
    line-height: 21px;
  }

  /* Button */

  .submit-button {
    margin-top: 32px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {
  .contact-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-card-header h3 {
    font-size: var(--card-heading-size);
    line-height: var(--card-heading-line-height);
    font-weight: var(--card-heading-weight);
  }

  .contact-card-header p {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
    font-weight: var(--section-description-weight);
  }

  .checkbox-text {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
    font-weight: var(--section-description-weight);
  }
}

/* Blog section */

/* =====================================================
   BLOG SECTION
===================================================== */

.blog-section {
  padding: 70px 0 55px;
  background: #ffffff;
  overflow: hidden;
}

/* =====================================================
   CONTAINER
===================================================== */

.blog-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* =====================================================
   CAROUSEL
===================================================== */

.blog-carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

/* =====================================================
   TRACK
===================================================== */

.blog-track {
  display: flex;
  width: 100%;

  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =====================================================
   EACH SLIDE
===================================================== */

.blog-slide {
  flex: 0 0 33.333333%;
  width: 33.333333%;

  padding: 0 12px;

  box-sizing: border-box;
}

/* =====================================================
   CARD LINK
===================================================== */

.blog-card-link {
  display: block;
  height: 100%;

  text-decoration: none;
  color: inherit;
}

/* =====================================================
   CARD
===================================================== */

.blog-card {
  width: 100%;
  height: 100%;

  background: #ffffff;

  border-radius: 13px;

  overflow: hidden;

  border: 1px solid #e5e7eb;
  border-bottom: 3px solid #1891ff;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.1),
    0px 8px 8px 0px rgba(0, 0, 0, 0.09),
    0px 19px 11px 0px rgba(0, 0, 0, 0.05),
    0px 34px 14px 0px rgba(0, 0, 0, 0.01),
    0px 53px 15px 0px rgba(0, 0, 0, 0);
}

.blog-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 16px 32px rgba(24, 145, 255, 0.17);
}

/* =====================================================
   IMAGE
===================================================== */

.blog-image {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: #eef4fa;
}

.blog-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.45s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

/* =====================================================
   IMAGE PLACEHOLDER
===================================================== */

.blog-image-placeholder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eaf4ff;

  color: #1891ff;

  font-size: 20px;
  font-weight: 700;
}

/* =====================================================
   DATE
===================================================== */

/* .blog-date {
    position: absolute;

    right: 0;
    bottom: 0;

    padding: 6px 18px;

    background: #ff5a1f;

    color: #ffffff;

    font-size: 12px;
    font-weight: 500;

    border-radius: 18px 0 0 0;
} */

/* =====================================================
   CONTENT
===================================================== */

.blog-content {
  padding: 17px 25px 18px;
}

/* =====================================================
   TITLE
===================================================== */

.blog-content h3 {
  margin: 0 0 10px;

  color: #111111;

  font-size: 18px;
  font-weight: 700;

  line-height: 1.35;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

/* =====================================================
   EXCERPT
===================================================== */

.blog-content p {
  margin: 0;

  color: #000000;

  font-size: 16px;

  line-height: 1.55;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

/* =====================================================
   READ MORE
===================================================== */

.blog-read-more {
  display: flex;
  align-items: center;

  gap: 9px;

  margin-top: 20px;

  color: #1891ff;

  font-size: 14px;
  font-weight: 500;
}

.blog-read-more .arrow {
  font-size: 24px;

  line-height: 12px;

  transition: transform 0.25s ease;
}

.blog-card:hover .blog-read-more .arrow {
  transform: translateX(5px);
}

/* =====================================================
   DOTS
===================================================== */

.blog-dots {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 6px;

  margin-top: 30px;
}

.blog-dot {
  width: 31.27px;
  height: 6.84px;

  padding: 0;

  border: 0;

  background: #d9d9d9;

  cursor: pointer;

  transition:
    width 0.3s ease,
    background 0.3s ease;
  border-radius: 20px;
}

.blog-dot.active {
  width: 31.27px;
  height: 6.84px;

  background: #1891ff;
  border-radius: 20px;
}

.blog-dot:hover {
  background: #1891ff;
}

/* =====================================================
   ERROR
===================================================== */

.blog-error {
  width: 100%;

  padding: 40px;

  text-align: center;

  color: #666666;
}

.blog-carousel {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.blog-carousel:active {
  cursor: grabbing;
}

.blog-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
}

.blog-slide {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  padding: 0 12px;
  box-sizing: border-box;
}

.blog-slide img {
  pointer-events: none;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
  .blog-section {
    padding: 60px 0 50px;
  }

  .blog-section .container {
    max-width: 960px;
  }

  .blog-heading h2 {
    font-size: 30px;
  }

  .blog-heading p {
    font-size: 13px;
  }

  .blog-slide {
    flex: 0 0 50%;
    width: 50%;
  }

  .blog-image {
    height: 200px;
  }

  .blog-content {
    padding: 16px 20px;
  }

  .blog-content h3 {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 13px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
  .blog-section {
    padding: 50px 0 45px;
  }

  .blog-section .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-heading {
    margin-bottom: 28px;
  }

  .blog-heading h2 {
    font-size: 25px;
  }

  .blog-heading p {
    font-size: 12px;

    max-width: 360px;
  }

  .blog-slide {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 5px;
  }

  .blog-image {
    height: 210px;
  }

  .blog-content {
    padding: 17px 18px 20px;
  }
  .blog-content h3 {
    font-size: 17px;
  }

  .blog-content p {
    font-size: 13px;
  }

  .blog-read-more {
    font-size: 13px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .blog-heading h2 {
    font-size: 22px;
  }

  .blog-heading p {
    font-size: 11px;
  }

  .blog-image {
    height: 190px;
  }
}

/* Extra Small Phones - 320px to 359px */
@media (max-width: 359.98px) {
  .blog-heading h2 {
    font-size: 20px;
  }

  .blog-heading p {
    font-size: 10px;
  }

  .blog-image {
    height: 160px;
  }
}

/* Small Phones - 360px to 374px */
@media (min-width: 360px) and (max-width: 374.98px) {
  .blog-heading h2 {
    font-size: 20px;
  }

  .blog-heading p {
    font-size: 10.5px;
  }

  .blog-image {
    height: 170px;
  }
}

/* Medium Phones - 375px to 389px */
@media (min-width: 375px) and (max-width: 389.98px) {
  .blog-heading h2 {
    font-size: 21px;
  }

  .blog-heading p {
    font-size: 10.5px;
  }

  .blog-image {
    height: 175px;
  }
}

/* Large Phones - 390px to 480px */
@media (min-width: 390px) and (max-width: 480px) {
  .blog-heading h2 {
    font-size: 22px;
  }

  .blog-heading p {
    font-size: 11px;
  }

  .blog-image {
    height: 190px;
  }
}

/* =====================================================================
   REUSABLE SECTION ALIGNMENT + TYPOGRAPHY
   =====================================================================
   Added as a final override layer so the existing UI, colors, images,
   cards, animations and section-specific layouts are preserved.

   RULES:
   - All main sections use the same horizontal gutter.
   - Section headings use the same responsive font scale.
   - Section descriptions use the same responsive font scale.
   - Hero typography/layout is intentionally NOT included here because
     the hero is a separate visual component.
   ===================================================================== */

:root {
  /* ================================================================
       REUSABLE HORIZONTAL SECTION SPACING
       ================================================================ */
  --section-gutter: 60px;
  --section-max-width: 1400px;

  /* ================================================================
       REUSABLE SECTION TYPOGRAPHY
       ================================================================ */
  --section-heading-size: 36px;
  --section-heading-line-height: 1.2;
  --section-heading-weight: 700;

  --section-description-size: 16px;
  --section-description-line-height: 26px;
  --section-description-weight: 400;

  --section-label-size: 22px;
  --section-label-line-height: 1.3;
  --section-label-weight: 700;

  /* Reusable card text sizes */
  --card-heading-size: 20px;
  --card-text-size: 16px;
  --card-text-line-height: 25px;
  --card-heading-weight: 700;
}

/* =====================================================================
   COMMON SECTION CONTAINER
   ===================================================================== */

.section-container {
  width: 100%;
  max-width: var(--section-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--section-gutter);
  padding-right: var(--section-gutter);
  box-sizing: border-box;
}

/* =====================================================================
   ALL MAIN PAGE SECTION CONTAINERS
   Keep the existing section backgrounds/paddings. Only normalize the
   horizontal content start/end position.
   ===================================================================== */

.bc-about-section > .container,
.why-bc-section > .container,
.bc-whychoose-section > .container,
.bc-challenges-section > .container-fluid,
.bc-implementation-section > .container,
.bc-pricing-section > .container,
.bc-service > .container,
.industry-section > .container,
.why-partner > .container,
.faqs-section > .container,
.blog-section > .container {
  width: calc(100% - (2 * var(--section-gutter)));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* Existing contact wrapper is intentionally kept as its own layout.
   Normalize only the outer section gutter. */
.contact-section {
  padding-left: var(--section-gutter);
  padding-right: var(--section-gutter);
}

.contact-wrapper {
  width: 100%;
  max-width: var(--section-max-width);
  margin-left: auto;
  margin-right: auto;
}

/* =====================================================================
   REUSABLE SECTION LABEL SIZE
   ===================================================================== */

.bc-label-text,
.why-bc-label .label-text,
.bc-section-label-text,
.section-tag,
.faqs-top-title h6,
.section-subtitle {
  font-size: var(--section-label-size);
  line-height: var(--section-label-line-height);
  font-weight: var(--section-label-weight);
}

/* =====================================================================
   REUSABLE MAIN SECTION HEADING SIZE
   ===================================================================== */

.bc-about-title,
.why-bc-section .bc-title,
.bc-challenges-section .bc-section-title,
.bc-implementation-section .bc-implementation-title,
.bc-pricing-section .bc-title,
.bc-service .section-title,
.industry-section h2,
.why-partner .why-title,
.faqs-section .faqs-title,
.contact-section .contact-form h2,
.blog-section .blog-heading h2 {
  font-size: var(--section-heading-size);
  line-height: var(--section-heading-line-height);
  font-weight: var(--section-heading-weight);
}

/* =====================================================================
   REUSABLE SECTION DESCRIPTION SIZE
   ===================================================================== */

.why-bc-section .why-bc-description,
.bc-challenges-section .bc-section-description,
.bc-pricing-section .why-bc-description,
.bc-service .section-description,
.why-partner .why-description,
.faqs-section .faqs-subtitle,
.contact-section .form-subtitle,
.blog-section .blog-heading p {
  font-size: var(--section-description-size);
  line-height: var(--section-description-line-height);
  font-weight: var(--section-description-weight);
}

/* =====================================================================
   REUSABLE CARD TYPOGRAPHY
   Only normalizes repeated card heading/text styles. Component colors,
   spacing, borders and dimensions remain unchanged.
   ===================================================================== */

.why-bc-card-content h3,
.bc-whychoose-card h3,
.bc-card-title,
.industry-content h4,
.blog-content h3 {
  font-size: var(--card-heading-size);
}

.why-bc-card-content p,
.bc-whychoose-card p,
.bc-card-text,
.blog-content p {
  font-size: var(--card-text-size);
  line-height: var(--card-text-line-height);
}

/* =====================================================================
   BUTTON TEXT - common reusable size
   ===================================================================== */

.submit,
.hero-button,
.bc-demo-btn,
.bc-journey-link,
.know-more,
.blog-read-more {
  font-size: 16px;
}

/* =====================================================================
   TABLET
   768px - 1199px
   ===================================================================== */

@media (min-width: 768px) and (max-width: 1199px) {
  :root {
    --section-gutter: 40px;
    --section-heading-size: 32px;
    --section-description-size: 16px;
    --section-label-size: 18px;
    --card-heading-size: 18px;
    --card-text-size: 16px;
  }
}

/* =====================================================================
   MOBILE
   767px and below
   ===================================================================== */

@media (max-width: 767px) {
  :root {
    --section-gutter: 20px;
    --section-heading-size: 26px;
    --section-description-size: 14px;
    --section-label-size: 13px;
    --card-heading-size: 17px;
    --card-text-size: 14px;
  }
}

/* =====================================================================
   SMALL MOBILE
   480px and below
   ===================================================================== */

@media (max-width: 480px) {
  :root {
    --section-gutter: 16px;
    --section-heading-size: 24px;
    --section-description-size: 15px;
    --section-label-size: 15px;
    --card-heading-size: 16px;
    --card-text-size: 15px;
  }
}

/* =====================================================================
   VERY SMALL MOBILE
   360px and below
   ===================================================================== */

@media (max-width: 360px) {
  :root {
    --section-gutter: 15px;
    --section-heading-size: 23px;
    --section-description-size: 13px;
    --section-label-size: 12px;
    --card-heading-size: 15px;
    --card-text-size: 13px;
  }
}

/* =====================================================================
   PREVENT HORIZONTAL OVERFLOW AFTER CONTAINER NORMALIZATION
   Does not alter the visual section design.
   ===================================================================== */

.bc-about-section > .container,
.why-bc-section > .container,
.bc-whychoose-section > .container,
.bc-challenges-section > .container-fluid,
.bc-implementation-section > .container,
.bc-pricing-section > .container,
.bc-service > .container,
.industry-section > .container,
.why-partner > .container,
.faqs-section > .container,
.blog-section > .container,
.contact-wrapper {
  min-width: 0;
}
/* =========================================================
   BUSINESS CENTRAL - CORE BUSINESS CHALLENGES
========================================================= */

.bc-about-section {
  width: 100%;
  padding-top: 60px;
  background: #f8fafc;
}

.bc-about-section .section-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.bc-about-row {
  display: flex;
  align-items: center;
  gap: 35px;
  width: 100%;
  align-items: flex-end;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.bc-left-content {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.bc-about-text {
  width: 100%;
}

/* =========================================================
   SECTION TITLE
========================================================= */

.bc-section-title {
  margin: 0 0 20px;
  font-size: var(--section-heading-size);
  line-height: var(--section-heading-line-height);
  font-weight: var(--section-heading-weight);
  color: #101828;
}

.bc-section-title span {
  color: #1689e8;
}

/* =========================================================
   SECTION DESCRIPTION
========================================================= */

.bc-section-description {
  margin: 0 0 30px;
  max-width: 900px;
  font-size: var(--section-description-size);
  line-height: var(--section-description-line-height);
  color: #101828;
}

/* =========================================================
   CHALLENGES ROW
========================================================= */

.bc-challenges-row {
  display: flex;
  align-items: stretch;
  gap: 28px;
  width: 100%;
}

.bc-challenges-col {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  display: flex;
}

/* =========================================================
   BUSINESS CHALLENGE CARD
========================================================= */

.Business-Challenges {
  width: 100%;
  height: 400px;
  min-height: 400px;

  padding: 30px 22px;

  box-sizing: border-box;

  display: flex;
  flex-direction: column;

  background: #ffffff;
  border: 1px solid #dce6f0;
  border-radius: 20px;

  box-shadow: 0 4px 15px rgba(16, 24, 40, 0.04);

  overflow: hidden;
}

/* =========================================================
   CARD ICON
========================================================= */

.bc-challenge-icon {
  width: 85px;
  height: 85px;
  min-width: 70px;

  margin-bottom: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.bc-challenge-icon img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

/* =========================================================
   CARD TITLE
========================================================= */

.BC-card-title {
  margin: 0 0 14px;

  font-size: var(--card-heading-size);
  line-height: var(--card-heading-line-height);
  font-weight: var(--card-heading-weight);

  color: #101828;
}

.BC-card-title span {
  display: block;
  color: #1689e8;
}

/* =========================================================
   CARD DESCRIPTION
========================================================= */

.BC-card-description {
  margin: 0;

  font-size: var(--card-text-size);
  line-height: var(--card-text-line-height);

  color: #101828;
}

/* =========================================================
   RIGHT VIDEO
========================================================= */

.bc-right-video {
  flex: 0 0 320px;
  width: 320px;
  min-width: 320px;
}

#bcVideoContainer {
  position: relative;

  width: 100%;
  /* height: 100vh; */

  overflow: hidden;

  border-radius: 24px;
  background: #dcecff;
}

#bcVideo {
  width: 100%;
  height: 540px;

  min-height: 0;

  display: block;

  object-fit: cover;
  object-position: center;
}

/* =========================================================
   VIDEO COVER
========================================================= */

#bcVideoCover {
  position: absolute;
  inset: 0;
  z-index: 10;
}

#bcVideoCover img {
  width: 100%;
  height: 540px;

  min-height: 0;

  display: block;

  object-fit: cover;
  object-position: center;
}

/* =========================================================
   PLAY BUTTON
========================================================= */

.bc-play-button {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 70px;
  height: 70px;

  padding: 0;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-play-button span {
  width: 0;
  height: 0;

  margin-left: 5px;

  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #1689e8;
}

/* =========================================================
   LARGE DESKTOP
   1441px - 2560px+
========================================================= */

@media (min-width: 1441px) {
  .bc-challenges-row {
    gap: 32px;
  }

  .Business-Challenges {
    height: 420px;
    min-height: 420px;
    padding: 34px 28px;
  }

  .bc-challenge-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 26px;
  }

  .bc-right-video {
    flex: 0 0 350px;
    width: 350px;
    min-width: 350px;
  }

  #bcVideoContainer,
  #bcVideo,
  #bcVideoCover img {
    height: 580px;
  }

  .bc-play-button {
    width: 74px;
    height: 74px;
  }
}

/* =========================================================
   STANDARD DESKTOP
   1201px - 1440px
========================================================= */

@media (min-width: 1201px) and (max-width: 1440px) {
  .bc-challenges-row {
    gap: 28px;
  }

  .Business-Challenges {
    height: 400px;
    min-height: 400px;
    padding: 30px 22px;
  }

  .bc-right-video {
    flex: 0 0 320px;
    width: 320px;
    min-width: 320px;
  }
}

/* =========================================================
   LAPTOP
   992px - 1200px
========================================================= */

@media (min-width: 992px) and (max-width: 1200px) {
  .bc-challenges-row {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
  }

  .bc-challenges-col {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    display: flex;
  }

  .Business-Challenges {
    width: 100%;

    /*
         * Use min-height instead of height so
         * longer content is never clipped.
         */
    height: auto;
    min-height: 400px;

    padding: 26px 20px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 20px;

    box-shadow: 0 4px 15px rgba(16, 24, 40, 0.04);

    overflow: visible;
  }

  .bc-challenge-icon {
    width: 78px;
    height: 78px;
    min-width: 65px;

    margin-bottom: 20px;

    flex-shrink: 0;
  }

  .bc-challenge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .BC-card-title {
    margin: 0 0 14px;

    font-size: var(--card-heading-size);
    line-height: var(--card-heading-line-height);
    font-weight: var(--card-heading-weight);

    color: #101828;
  }

  .BC-card-title span {
    display: block;
    color: #1689e8;
  }

  .BC-card-description {
    margin: 0;

    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);

    color: #101828;
  }
}

/* =========================================================
   TABLET LANDSCAPE
   768px - 991px
========================================================= */

@media (max-width: 991px) {
  .bc-about-row {
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
  }

  .bc-left-content {
    width: 100%;
  }

  .bc-right-video {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .bc-challenges-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .bc-challenges-col {
    flex: 1 1 0;
    width: 0;
  }

  .Business-Challenges {
    height: 410px;
    min-height: 410px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .bc-about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bc-section-description {
    font-size: 15px;
    line-height: 1.55;
  }

  .bc-challenges-row {
    flex-direction: column;
    gap: 15px;
  }

  .bc-challenges-col {
    width: 100%;
    flex: none;
  }

  .Business-Challenges {
    height: auto;
    min-height: 280px;
  }

  .bc-right-video {
    width: 100%;
  }
}

/* =========================================================
   MOBILE
   481px - 767px
========================================================= */

@media (min-width: 481px) and (max-width: 767px) {
  .bc-challenges-row {
    flex-direction: column;
    gap: 15px;
  }

  .bc-challenges-col {
    width: 100%;
    flex: none;
  }

  .Business-Challenges {
    height: auto;
    min-height: 280px;

    padding: 24px 20px;

    border-radius: 18px;
  }

  .bc-challenge-icon {
    width: 72px;
    height: 72px;
    min-width: 60px;
    margin-bottom: 18px;
  }

  .bc-right-video {
    width: 100%;
    min-width: 0;
  }

  .bc-play-button {
    width: 64px;
    height: 64px;
  }
}

/* =========================================================
   SMALL MOBILE
   300px - 480px
========================================================= */

@media (max-width: 480px) {
  .bc-about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bc-section-description {
    font-size: var(--section-description-size);
    line-height: var(--section-description-line-height);
  }

  .bc-challenges-row {
    flex-direction: column;
    gap: 15px;
  }

  .bc-challenges-col {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .Business-Challenges {
    width: 100%;

    height: auto;
    min-height: 0;

    padding: 22px 18px;

    border-radius: 16px;
  }

  .bc-challenge-icon {
    width: 65px;
    height: 65px;
    min-width: 55px;

    margin-bottom: 16px;
  }

  .BC-card-title {
    margin-bottom: 12px;

    font-size: var(--card-heading-size);
    line-height: var(--card-heading-line-height);
  }

  .BC-card-description {
    font-size: var(--card-text-size);
    line-height: var(--card-text-line-height);
  }

  .bc-right-video {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .bc-play-button {
    width: 60px;
    height: 60px;
  }

  .bc-play-button span {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
}

/* =========================================================
   VERY SMALL DEVICES
   300px - 360px
========================================================= */

@media (max-width: 360px) {
  .Business-Challenges {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .bc-challenge-icon {
    width: 58px;
    height: 58px;
    min-width: 50px;

    margin-bottom: 14px;
  }

  .BC-card-title {
    margin-bottom: 10px;
  }

  .bc-right-video {
    width: 100%;
  }

  .bc-play-button {
    width: 56px;
    height: 56px;
  }

  .bc-play-button span {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }
}

/* ================================================================
   FINAL REUSABLE RESPONSIVE TYPOGRAPHY SYSTEM
   ---------------------------------------------------------------
   Layout/design structure is NOT changed.
   Only font sizes are controlled from these reusable variables.

   320px   = extra-small mobile
   375px   = mobile
   480px   = small mobile
   576px   = large mobile
   768px   = tablet
   992px   = large tablet
   1200px  = desktop
   1440px  = large desktop
   1920px+ = extra-large desktop
   ================================================================ */

/* ------------------------- DEFAULT / DESKTOP ------------------------- */
:root {
  /* Section */
  --rs-section-heading: 42px;
  --rs-section-description: 16px;
  --rs-section-label: 18px;

  /* Cards */
  --rs-card-heading: 20px;
  --rs-card-title: 20px;
  --rs-card-description: 16px;

  /* Buttons / common UI */
  --rs-button-text: 16px;

  /* Small UI text */
  --rs-small-text: 12px;
}

/* ------------------------- EXTRA LARGE 1920px+ ------------------------ */
@media (min-width: 1920px) {
  :root {
    --rs-section-heading: 46px;
    --rs-section-description: 18px;
    --rs-section-label: 22px;

    --rs-card-heading: 22px;
    --rs-card-title: 22px;
    --rs-card-description: 18px;

    --rs-button-text: 18px;
    --rs-small-text: 13px;
  }
}

/* ------------------------- LARGE 1440px-1919px ------------------------ */
@media (min-width: 1440px) and (max-width: 1919px) {
  :root {
    --rs-section-heading: 42px;
    --rs-section-description: 16px;
    --rs-section-label: 20px;

    --rs-card-heading: 20px;
    --rs-card-title: 20px;
    --rs-card-description: 16px;

    --rs-button-text: 16px;
    --rs-small-text: 12px;
  }
}

/* ------------------------- DESKTOP 1200px-1439px ---------------------- */
@media (min-width: 1200px) and (max-width: 1439px) {
  :root {
    --rs-section-heading: 38px;
    --rs-section-description: 16px;
    --rs-section-label: 19px;

    --rs-card-heading: 19px;
    --rs-card-title: 19px;
    --rs-card-description: 16px;

    --rs-button-text: 16px;
    --rs-small-text: 12px;
  }
}

/* ------------------------- TABLET 992px-1199px ------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --rs-section-heading: 34px;
    --rs-section-description: 16px;
    --rs-section-label: 18px;

    --rs-card-heading: 18px;
    --rs-card-title: 18px;
    --rs-card-description: 16px;

    --rs-button-text: 16px;
    --rs-small-text: 11px;
  }
}

/* ------------------------- TABLET 768px-991px ------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --rs-section-heading: 32px;
    --rs-section-description: 15px;
    --rs-section-label: 17px;

    --rs-card-heading: 18px;
    --rs-card-title: 18px;
    --rs-card-description: 15px;

    --rs-button-text: 15px;
    --rs-small-text: 11px;
  }
}

/* ------------------------- LARGE MOBILE 576px-767px ------------------- */
@media (min-width: 576px) and (max-width: 767px) {
  :root {
    --rs-section-heading: 28px;
    --rs-section-description: 14px;
    --rs-section-label: 15px;

    --rs-card-heading: 17px;
    --rs-card-title: 17px;
    --rs-card-description: 14px;

    --rs-button-text: 14px;
    --rs-small-text: 10px;
  }
}

/* ------------------------- SMALL MOBILE 480px-575px ------------------- */
@media (min-width: 480px) and (max-width: 575px) {
  :root {
    --rs-section-heading: 26px;
    --rs-section-description: 14px;
    --rs-section-label: 14px;

    --rs-card-heading: 16px;
    --rs-card-title: 16px;
    --rs-card-description: 14px;

    --rs-button-text: 14px;
    --rs-small-text: 10px;
  }
}

/* ------------------------- MOBILE 375px-479px ------------------------- */
@media (min-width: 375px) and (max-width: 479px) {
  :root {
    --rs-section-heading: 24px;
    --rs-section-description: 14px;
    --rs-section-label: 14px;

    --rs-card-heading: 16px;
    --rs-card-title: 16px;
    --rs-card-description: 14px;

    --rs-button-text: 14px;
    --rs-small-text: 13px;
  }
}

/* ------------------------- 320px-374px ------------------------------- */
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    --rs-section-heading: 22px;
    --rs-section-description: 13px;
    --rs-section-label: 12px;

    --rs-card-heading: 15px;
    --rs-card-title: 15px;
    --rs-card-description: 13px;

    --rs-button-text: 13px;
    --rs-small-text: 9px;
  }
}

/* ------------------------- BELOW 320px -------------------------------- */
@media (max-width: 319px) {
  :root {
    --rs-section-heading: 21px;
    --rs-section-description: 13px;
    --rs-section-label: 11px;

    --rs-card-heading: 14px;
    --rs-card-title: 14px;
    --rs-card-description: 13px;

    --rs-button-text: 13px;
    --rs-small-text: 11px;
  }
}

/* ================================================================
   REUSABLE SECTION HEADING
   All section headings use ONE variable.
   ================================================================ */
.bc-about-title,
.why-bc-section .bc-title,
.bc-challenges-section .bc-section-title,
.bc-implementation-section .bc-implementation-title,
.bc-pricing-section .bc-title,
.bc-service .section-title,
.industry-section h2,
.why-partner .why-title,
.faqs-section .faqs-title,
.contact-section .contact-form h2,
.contact-intro h2,
.blog-section .blog-heading h2,
.bc-whychoose-heading h2 {
  font-size: var(--rs-section-heading) !important;
  line-height: 1.2 !important;
}

/* Also cover generic section headings already used in the page */
.section-title,
.section-heading,
.bc-section-heading {
  font-size: var(--rs-section-heading) !important;
  line-height: 1.2 !important;
}

/* ================================================================
   REUSABLE SECTION DESCRIPTION
   All section descriptions use ONE variable.
   ================================================================ */
/* .why-bc-section .why-bc-description,
.bc-challenges-section .bc-section-description,
.bc-pricing-section .why-bc-description,
.bc-service .section-description,
.why-partner .why-description,
.faqs-section .faqs-subtitle,
.contact-section .form-subtitle,
.contact-intro p,
.blog-section .blog-heading p,
.section-description {
    font-size: var(--rs-section-description) !important;
    line-height: 1.6 !important;
} */

/* ================================================================
   REUSABLE SECTION LABEL
   All labels/tags use ONE variable.
   ================================================================ */
.bc-label-text,
.why-bc-label .label-text,
.bc-section-label-text,
.section-tag,
.faqs-top-title h6,
.section-subtitle {
  font-size: var(--rs-section-label) !important;
  line-height: 1.3 !important;
}

/* ================================================================
   REUSABLE CARD HEADING / CARD TITLE
   All card headings use ONE variable.
   ================================================================ */
.why-bc-card-content h3,
.bc-whychoose-card h3,
.BC-card-title,
.bc-card-title,
.industry-content h4,
.blog-content h3,
.details-content h3,
.bc-column-header h3 {
  font-size: var(--card-heading-size) !important;
  line-height: 1.3 !important;
}

/* ================================================================
   REUSABLE CARD DESCRIPTION / CARD BODY
   All repeated card text uses ONE variable.
   ================================================================ */
.why-bc-card-content p,
.bc-whychoose-card p,
.BC-card-description,
.bc-card-text,
.bc-card-subtitle,
.bc-card-highlights li,
.industry-content p,
.blog-content p,
.details-content p {
  font-size: var(--rs-card-description) !important;
  line-height: 1.6 !important;
}

/* ================================================================
   REUSABLE BUTTON TEXT
   ================================================================ */
.submit,
.hero-button,
.bc-demo-btn,
.bc-journey-link,
.know-more,
.blog-read-more {
  font-size: var(--rs-button-text) !important;
}

/* ================================================================
   REUSABLE SMALL TEXT
   ================================================================ */
.bc-video-label,
.bc-video-title,
.bc-card-tag {
  font-size: var(--rs-small-text) !important;
}

/* ================================================================
   320px SAFETY
   Text remains readable and does not force horizontal overflow.
   No layout/design dimensions are changed here.
   ================================================================ */
@media (max-width: 374px) {
  html,
  body {
    overflow-x: hidden;
  }

  .bc-about-title,
  .why-bc-section .bc-title,
  .bc-challenges-section .bc-section-title,
  .bc-implementation-section .bc-implementation-title,
  .bc-pricing-section .bc-title,
  .bc-service .section-title,
  .industry-section h2,
  .why-partner .why-title,
  .faqs-section .faqs-title,
  .contact-section .contact-form h2,
  .contact-intro h2,
  .blog-section .blog-heading h2,
  .bc-whychoose-heading h2 {
    overflow-wrap: break-word;
    word-break: normal;
  }
}
/* =========================================
   SERVICE DESCRIPTION
========================================= */

#serviceDescription {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

#serviceDescription .service-paragraph {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.7;
  font-size: var(--section-description-size) !important;
}

#serviceDescription p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Section Reveal */
.section-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   BUSINESS CENTRAL VIDEO THUMBNAIL
   ========================================= */

.bc-dashboard .bc-video-trigger {
  display: block;
  cursor: pointer;
}

.bc-dashboard .bc-video-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================
   VIDEO MODAL
   ========================================= */

.bc-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.bc-video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.bc-video-container {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 900px;
}

.bc-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.bc-video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.bc-video-close {
  position: absolute;
  top: -45px;
  right: 0;

  width: 38px;
  height: 38px;

  border: none;
  border-radius: 50%;

  background: #fff;
  color: #000;

  font-size: 28px;
  line-height: 38px;

  padding: 0;
  cursor: pointer;
}

.bc-video-close:hover {
  opacity: 0.85;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {
  .bc-video-container {
    width: 94%;
  }

  .bc-video-close {
    top: -42px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 34px;
  }
}
/* =========================================
   BUSINESS CENTRAL VIDEO
   Keep existing UI design
   ========================================= */

/* Default thumbnail */
#bcVideoThumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* YouTube video */
#bcVideo {
  display: none;
  min-height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

/* =========================================================
   BUSINESS CENTRAL - UPGRADE / MIGRATE SECTION
   Responsive: 200px → 2560px
   ========================================================= */

.bc-upgrade-section {
  width: 100%;
  background: #eef7ff;
  overflow: hidden;
  padding-top: clamp(45px, 7vw, 45px);
  padding-bottom: clamp(45px, 7vw, 45px);
}

/* =========================================================
   CONTAINER
   ========================================================= */

.bc-upgrade-section .container {
  width: 100%;
}

/* =========================================================
   ROW
   ========================================================= */

.bc-upgrade-row {
  --bs-gutter-x: clamp(20px, 4vw, 60px);
  --bs-gutter-y: clamp(35px, 5vw, 60px);
}

/* =========================================================
   VIDEO CARD
   ========================================================= */

.bc-video-card {
  width: 100%;
  max-width: 522px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   IMAGE
   ========================================================= */

.bc-video-image {
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  line-height: 0;
}

.bc-video-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 522 / 488;
  object-fit: cover;
  border-radius: 10px;
}

/* =========================================================
   VIDEO TITLE BAR
   ========================================================= */

.bc-video-link {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 18px);

  width: 100%;
  min-height: clamp(70px, 7vw, 92px);

  padding: clamp(12px, 1.5vw, 18px) clamp(14px, 2vw, 22px);

  background: linear-gradient(90deg, #553a9e 0%, #3478b5 100%);

  color: #ffffff;
  text-decoration: none;

  border-radius: 0 0 5px 5px;

  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.bc-video-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* =========================================================
   PLAY BUTTON
   ========================================================= */

.bc-play-icon {
  flex: 0 0 auto;

  width: clamp(32px, 3vw, 40px);
  height: clamp(32px, 3vw, 40px);

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #ffffff;
  border-radius: 50%;

  font-size: clamp(20px, 2vw, 27px);
  line-height: 1;

  padding-left: 2px;
}

.bc-play-icon i {
  line-height: 1;
}

/* =========================================================
   VIDEO TITLE
   ========================================================= */

.bc-video-title {
  min-width: 0;

  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.35;

  overflow-wrap: anywhere;
}

/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.bc-upgrade-content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
}

/* =========================================================
   HEADING
   ========================================================= */

.bc-upgrade-content h2 {
  margin: 0 0 clamp(18px, 2vw, 28px);
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line-height);
}

/* =========================================================
   PARAGRAPHS
   ========================================================= */

.bc-upgrade-content p {
  margin: 0 0 clamp(16px, 1.7vw, 25px);
  font-size: var(--section-description-size);
  font-weight: 400;
  line-height: var(--section-description-line-height);
}

.bc-upgrade-content p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   LINKS
   ========================================================= */

.bc-upgrade-content a:hover {
  text-decoration: underline;
}
/* =========================================
   BUSINESS CENTRAL UPGRADE CTA
   ========================================= */

/* =========================================
   TABLET
   768px - 991px
   ========================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .bc-upgrade-content .submit-button {
    width: fit-content;
    max-width: 100%;

    min-height: 48px;

    padding: 7px 7px 7px 18px;

    gap: 10px;
  }

  .bc-upgrade-content .submit {
    font-size: 15px;
    line-height: 22px;

    white-space: nowrap;
  }

  .bc-upgrade-content .arrow-box {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;
  }

  .bc-upgrade-content .submit-icon {
    width: 17px;
    height: 17px;
  }
}

/* =========================================
   MOBILE
   576px - 767px
   ========================================= */

@media (min-width: 576px) and (max-width: 767px) {
  .bc-upgrade-content .submit-button {
    width: 100%;
    max-width: 100%;

    min-height: 50px;

    padding: 7px 7px 7px 18px;

    gap: 10px;
  }

  .bc-upgrade-content .submit {
    font-size: 15px;
    line-height: 21px;

    white-space: normal;
  }

  .bc-upgrade-content .arrow-box {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;
  }
}

/* =========================================
   SMALL MOBILE
   320px - 575px
   ========================================= */

@media (max-width: 575px) {
  .bc-upgrade-content .submit-button {
    display: flex;

    width: 100%;
    max-width: 100%;

    min-height: 48px;

    padding: 6px 6px 6px 16px;

    gap: 8px;
  }

  .bc-upgrade-content .submit {
    flex: 1 1 auto;

    font-size: 14px;
    line-height: 20px;

    white-space: normal;
    overflow-wrap: break-word;
  }

  .bc-upgrade-content .arrow-box {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;
  }

  .bc-upgrade-content .submit-icon {
    width: 16px;
    height: 16px;
  }
}

/* =========================================
   VERY SMALL DEVICES
   320px - 380px
   ========================================= */

@media (max-width: 380px) {
  .bc-upgrade-content .submit-button {
    padding-left: 13px;
    gap: 6px;
  }

  .bc-upgrade-content .submit {
    font-size: 13px;
    line-height: 18px;
  }

  .bc-upgrade-content .arrow-box {
    flex-basis: 30px;

    width: 30px;
    height: 30px;
  }

  .bc-upgrade-content .submit-icon {
    width: 15px;
    height: 15px;
  }
}

/* =========================================================
   LARGE DESKTOP
   1400px+
   ========================================================= */

@media (min-width: 1400px) {
  .bc-upgrade-section .container {
    max-width: 1320px;
  }

  .bc-upgrade-row {
    --bs-gutter-x: 55px;
  }

  .bc-upgrade-content h2 {
    max-width: 820px;
  }
}

/* =========================================================
   EXTRA LARGE DESKTOP
   1600px+
   ========================================================= */

@media (min-width: 1600px) {
  .bc-upgrade-section .container {
    max-width: 1450px;
  }

  .bc-upgrade-row {
    --bs-gutter-x: 70px;
  }
}

/* =========================================================
   VERY LARGE SCREENS
   1920px+
   ========================================================= */

@media (min-width: 1920px) {
  .bc-upgrade-section .container {
    max-width: 1540px;
  }

  .bc-upgrade-content {
    max-width: 950px;
  }
}

/* =========================================================
   TABLET
   768px - 991px
   ========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  .bc-upgrade-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .bc-video-card {
    max-width: 450px;
  }

  .bc-upgrade-content h2 {
    font-size: 32px;
    margin-top: 30px;
  }

  .bc-upgrade-content p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* =========================================================
   MOBILE
   576px - 767px
   ========================================================= */

@media (max-width: 767.98px) {
  .bc-upgrade-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .bc-video-card {
    max-width: 522px;
  }

  .bc-upgrade-content {
    margin-left: 0;
  }

  .bc-upgrade-content h2 {
    font-size: clamp(27px, 7vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.4px;
  }

  .bc-upgrade-content p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* =========================================================
   SMALL MOBILE
   375px - 575px
   ========================================================= */

@media (max-width: 575.98px) {
  .bc-upgrade-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bc-upgrade-row {
    --bs-gutter-x: 0;
  }

  .bc-video-card {
    width: 100%;
  }

  .bc-video-link {
    min-height: 72px;
  }

  .bc-video-title {
    font-size: 15px;
  }
  .bc-upgrade-content {
    margin-left: 0;
    margin-top: 30px;
  }

  .bc-upgrade-content h2 {
    font-size: var(--rs-section-heading) !important;
  }

  .bc-upgrade-content p {
    font-size: 15px;
  }
}

/* =========================================================
   VERY SMALL DEVICES
   200px - 374px
   ========================================================= */

@media (max-width: 374.98px) {
  .bc-upgrade-section {
    padding: 28px 0;
  }

  .bc-upgrade-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bc-video-link {
    gap: 9px;
    padding: 10px;
  }

  .bc-play-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .bc-video-title {
    font-size: 13px;
    line-height: 1.3;
  }

  .bc-upgrade-content h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.15;
  }

  .bc-upgrade-content p {
    margin-bottom: 15px;
    font-size: var(--section-description-size);
    line-height: 1.5;
  }
}

/* =========================================================
   ULTRA SMALL
   200px - 299px
   ========================================================= */

@media (max-width: 299.98px) {
  .bc-upgrade-section .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bc-video-link {
    align-items: flex-start;
  }

  .bc-play-icon {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }

  .bc-video-title {
    font-size: 12px;
  }

  .bc-upgrade-content h2 {
    font-size: 21px;
  }

  .bc-upgrade-content p {
    font-size: 13px;
  }
}
