/* banner */

section.bic-ani.bic-home-banner {
  padding: 0 20px;
}


.bic-home-banner__thumbnail.bic-image-holder.skeleton-bg {
     border-radius: 20px;
    overflow: hidden;
}

/* about */

.about-about-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  min-height: 20.833vw;
  margin: 1.667vw 0;
}

.about-image-container {
  position: relative;
  border-radius: 0 5.208vw 5.208vw 0;
  overflow: hidden;
}

.about-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.about-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.4),
    transparent,
    transparent
  );
  pointer-events: none;
}

.about-content-container {
  position: relative;
  background-color: var(--bic-primary-color);
  border-radius: 5.208vw 0 0 5.208vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  color: #fff;
  padding-right: 1.563vw;
  text-align: justify;
}

.about-content-btn {
  display: flex;
  align-items: center;
}

.about-content-btn a {
  color: #fff;
  border-radius: 99rem;
  padding: 8px 20px 10px;
  border: 1px solid;
  line-height: 1;
}

.about-content-btn a:hover {
  background: #fff;
  color: var(--bic-primary-color);
}

.about-content-wrapper {
  position: relative;
  z-index: 10;
  color: white;
}

.about-description {
  font-size: 0.833vw;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.about-company-name {
  font-weight: 700;
}

.about-text-overlay {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}

.about-text-left,
.about-text-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
}

.about-text-left {
  clip-path: inset(0 50% 0 0);
}

.about-text-right {
  clip-path: inset(0 0 0 50%);
}

.about-text-line {
  font-weight: 700;
  font-size: 4.167vw;
  line-height: 1;
  letter-spacing: -0.02em;
}

.about-text-left .about-text-line {
  color: var(--bic-primary-color);
}

.about-text-right .about-text-line {
  color: white;
}

/* contact */

.bic-contact {
  background: var(--bic-primary-color);
  border-radius: 20px;
  margin: 0 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.contact-left {
  align-content: center;
}

.contact-list {
  padding-left: 20px;
  margin-top: 32px;
}

li.contact-item {
  margin-bottom: 16px;
}

.contact-right {
  background: #fff;
  padding: 64px;
}

.bic-form-input input {
  padding: 16px;
  background: #fff9e6;
  border: 0;
  color: #4a5565;
}

.contact-right .bic-section__title {
  text-transform: unset;
}

.contact-right textarea {
  background: #fff9e6;
  border: 0;
}

.form-content .bic-row {
  row-gap: 16px;
}

.form-actions input {
  width: 100%;
  text-align: center;
  background: var(--bic-secondary-color);
  border-radius: 30px;
  padding: 16px 0;
  font-weight: 500;
}

.bic-form-input.name {
  padding-right: 8px;
}

.bic-form-input.phone {
  padding-left: 8px;
}

.contact-right-text {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

/* news */

.rating-container {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 1.25vw;
}

.rating-line {
  height: 0.104vw;
  background-color: #fdb813;
}

.rating-line-left {
  width: 5vw;
}

.rating-line-right {
  flex: 1;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 0;
}

.star-icon {
  width: 0.625vw;
  height: 0.625vw;
  fill: #fdb813;
  color: #fdb813;
}

.box-news .bic-section__head {
  margin-top: 2.865vw;
  margin-right: 2.5vw;
}

/* partner */

.bic-ani.bic-partner {
  background: var(--color-grey-9550, rgba(254, 252, 232, 0.6));
  margin-bottom: 0 !important;
  padding: var(--bic-site-gap) 0 !important;
}

.partner-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: var(--bic-secondary-color);
}

.partner-list.partner {
  margin-bottom: 50px;
}

.partner-slide-image {
  display: flex;
  width: 100%;
  height: 120px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--bic-secondary-color);
  background: #fff;
}

.partner-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.customer .partner-slide-image {
  border: 1px solid var(--bic-primary-color);
}

/* process */

.process-bg-shape img {
  height: 20.104166vw;
  width: 62.5vw;
}

/* Desktop Process Flow */
.process-desktop {
  display: block;
}

.process-bg-shape {
  height: 100%;
  align-content: end;
}

.process-flow-container {
  position: relative;
  width: 100%;
  max-width: 62.5vw;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.process-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.process-steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.process-step {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: scale(1.05);
}

.step-button {
  width: 6.666vw;
  height: 6.666vw;
  border-radius: 50%;
  border: 0.20833vw solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.step-button:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.step-text {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: bold;
  font-size: 0.8333vw;
  line-height: 1.2;
  text-align: center;
  white-space: pre-line;
  padding: 0 0.4166vw;
}

.step-connector {
  width: 2px;
  height: 2.9166vw;
  margin-top: 8px;
  transition: all 0.3s ease;
}

.step-tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  width: 14.5833vw;
  text-align: center;
  font-size: 0.9375vw;
}

.process-step:hover {
  z-index: 999;
}

.process-step:hover .step-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tooltip-content {
  background: white;
  border-radius: 12px;
  padding: 0.8333vw;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 2px solid;
  position: relative;
}

.tooltip-content p {
}

.tooltip-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
}

/* Step Colors and Positions */
.step-1 {
  bottom: 26%;
  left: -4%;
}

.step-1 .step-button,
.step-1 .tooltip-content {
  border-color: #2b5f8c;
  color: #2b5f8c;
}

.step-1 .step-connector {
  background: #2b5f8c;
}

.step-1 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(43, 95, 140, 0.125);
}

.step-2 {
  bottom: 42%;
  left: 8%;
}

.step-2 .step-button,
.step-2 .tooltip-content {
  border-color: #4fb8b8;
  color: #4fb8b8;
}

.step-2 .step-connector {
  background: #4fb8b8;
}

.step-2 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(79, 184, 184, 0.125);
}

.step-3 {
  top: 20%;
  left: 25%;
}

.step-3 .tooltip-content,
.step-3 .step-button,
.step-3 .step-connector {
  border-color: #8ac24a;
  color: #8ac24a;
}

.step-3 .step-connector {
  background: #8ac24a;
}

.step-3 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(138, 194, 74, 0.125);
}

.step-4 {
  top: 16%;
  left: 44%;
  transform: translateX(-50%);
}

.step-4 .step-button,
.step-4 .tooltip-content,
.step-4 .step-connector {
  border-color: #fdb813;
  color: #fdb813;
}

.step-4 .step-connector {
  background: #fdb813;
}

.step-4 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(253, 184, 19, 0.125);
}

.step-5 {
  top: 16%;
  right: 25%;
}

.step-5 .step-button,
.step-5 .tooltip-content,
.step-5 .step-connector {
  border-color: #f68d2e;
  color: #f68d2e;
}

.step-5 .step-connector {
  background: #f68d2e;
}

.step-5 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(246, 141, 46, 0.125);
}

.step-6 {
  bottom: 47%;
  right: 3%;
}

.step-6 .step-button,
.step-6 .tooltip-content,
.step-6 .step-connector {
  border-color: #d9534f;
  color: #d9534f;
}

.step-6 .step-connector {
  background: #d9534f;
}

.step-6 .step-button:hover {
  box-shadow: 0 0 0 4px rgba(217, 83, 79, 0.125);
}

/* Mobile Process Flow */
.process-mobile {
  display: none;
}

.mobile-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-step {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.mobile-step:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.mobile-step-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-step-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.step-number {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}

.mobile-step-info {
  flex: 1;
}

.mobile-step-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  white-space: pre-line;
}

.mobile-step-description {
  padding-left: 80px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 0;
}

.mobile-step.active .mobile-step-description {
  opacity: 1;
  max-height: 100px;
}

.mobile-step-description p {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Step Colors */
.mobile-step[data-step="1"] .mobile-step-icon,
.mobile-step[data-step="1"] .mobile-step-title {
  border-color: #2b5f8c;
  color: #2b5f8c;
}

.mobile-step[data-step="2"] .mobile-step-icon,
.mobile-step[data-step="2"] .mobile-step-title {
  border-color: #4fb8b8;
  color: #4fb8b8;
}

.mobile-step[data-step="3"] .mobile-step-icon,
.mobile-step[data-step="3"] .mobile-step-title {
  border-color: #8ac24a;
  color: #8ac24a;
}

.mobile-step[data-step="4"] .mobile-step-icon,
.mobile-step[data-step="4"] .mobile-step-title {
  border-color: #fdb813;
  color: #fdb813;
}

.mobile-step[data-step="5"] .mobile-step-icon,
.mobile-step[data-step="5"] .mobile-step-title {
  border-color: #f68d2e;
  color: #f68d2e;
}

.mobile-step[data-step="6"] .mobile-step-icon,
.mobile-step[data-step="6"] .mobile-step-title {
  border-color: #d9534f;
  color: #d9534f;
}

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

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

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.process-step {
  animation: fadeInUp 0.6s ease forwards;
}

.process-step:nth-child(1) {
  animation-delay: 0.1s;
}

.process-step:nth-child(2) {
  animation-delay: 0.2s;
}

.process-step:nth-child(3) {
  animation-delay: 0.3s;
}

.process-step:nth-child(4) {
  animation-delay: 0.4s;
}

.process-step:nth-child(5) {
  animation-delay: 0.5s;
}

.process-step:nth-child(6) {
  animation-delay: 0.6s;
}

.mobile-step {
  animation: fadeInUp 0.6s ease forwards;
}

.mobile-step:nth-child(1) {
  animation-delay: 0.1s;
}

.mobile-step:nth-child(2) {
  animation-delay: 0.2s;
}

.mobile-step:nth-child(3) {
  animation-delay: 0.3s;
}

.mobile-step:nth-child(4) {
  animation-delay: 0.4s;
}

.mobile-step:nth-child(5) {
  animation-delay: 0.5s;
}

.mobile-step:nth-child(6) {
  animation-delay: 0.6s;
}

/* why choose */

.bic-whychoose {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.whychoose-content {
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  max-width: max-content;
}

.number-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stats-left {
  display: flex;
  flex-direction: column;
}

.stats-right {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 1025px) {

.bic-home-banner__thumbnail {
    position: relative;
    padding-top: 35%;
    overflow: hidden;
}

.bic-home-banner__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
}

  .bic-partner .partner .swiper-wrapper {
    display: flex;
    width: max-content;
    animation: loop 60s linear infinite;
  }

  .bic-partner .customer .swiper-wrapper {
    display: flex;
    width: max-content;
    animation: loop 60s linear infinite reverse;
  }

  .bic-partner .swiper-wrapper:hover {
    animation-play-state: paused;
  }

  @keyframes loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .bic-news .bic-section__head {
    padding-top: 2.604vw;
  }

  .whychoose-content {
    margin-top: 80px;
  }

  .stats-left {
    gap: 3rem;
    margin-left: auto;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.stat-item {
  position: relative;
  padding-left: 1.5rem;
  border-left: 4px solid var(--bic-primary-color);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--bic-primary-color);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.stat-number {
  font-size: 70px;
}

.stat-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--bic-secondary-color);
  margin-bottom: 0.25rem;
}

.stat-subtitle {
  color: var(--bic-secondary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .process-desktop {
    display: none;
  }

  .process-mobile {
    display: block;
  }

  .process-title {
    font-size: 2rem;
  }

  .process-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .about-content-container {
    padding: 60px;
    border-radius: 80px 0 0 80px;
    margin-top: 20px;
  }

  .about-image-container {
    height: 300px;
    border-radius: 0 80px 80px 0;
  }

  .bic-whychoose {
    padding: 50px 0;
  }

  .stat-number {
    font-size: 50px;
  }

  .stats-left {
    gap: 30px;
  }

  .stat-title {
    font-size: 26px;
  }

  .contact-right {
    padding: 50px 20px;
  }

  /* news */

  .bic-swiper-btn-wrap {
    margin-top: 20px !important;
    gap: 10px !important;
  }

  .news-list {
    padding: 30px;
  }

  .bic-news .bic-section__head {
    margin-bottom: 20px;
    padding: 0 30px;
  }

  .rating-container {
    gap: 6px;
    margin-bottom: 16px;
  }

  .rating-line-left {
    width: 40%;
  }

  .star-icon {
    width: 16px;
    height: 16px;
  }

  h2.bic-section__title.text-right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .process-section {
    padding: 60px 0;
  }

  .process-title {
    font-size: 1.75rem;
  }

  .mobile-step {
    padding: 20px;
  }

  .mobile-step-icon {
    width: 56px;
    height: 56px;
  }

  .step-number {
    font-size: 1.125rem;
  }

  .mobile-step-title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .process-container {
    padding: 0 12px;
  }

  .process-title {
    font-size: 1.5rem;
  }

  .mobile-step {
    padding: 16px;
  }

  .mobile-step-content {
    gap: 12px;
  }

  .mobile-step-icon {
    width: 70px;
    height: 70px;
  }

  .step-number {
    font-size: 24px;
  }

  .mobile-step-title {
    font-size: 16px;
  }

  .mobile-step-description {
    font-size: 16px;
  }

  .rating-container {
    gap: 6px;
    margin-bottom: 16px;
  }

  .rating-line-left {
    width: 40%;
  }

  .star-icon {
    width: 16px;
    height: 16px;
  }

  section.bic-ani.bic-home-banner {
    padding: 0 10px;
  }

  .bic-home-banner__thumbnail.bic-image-holder.skeleton-bg {
    height: 300px;
  }

  .bic-section__head {
    margin-bottom: 20px;
  }

  h2.bic-section__title {
    font-size: 26px;
    line-height: 1.7;
  }



  /* about */

  .about-image-container {
    border-radius: 0 0 80px 0;
    height: 250px;
  }

  .about-content-container {
    padding: 30px 40px 30px 30px;
    border-radius: 80px 0 0 80px;
    margin-top: 20px;
  }

  /* why choose */
  .bic-whychoose {
    padding: 40px 0;
  }

  .stats-left.counter-list {
    gap: 30px;
  }

  .stat-number {
    font-size: 45px;
  }

  .stat-title {
    font-size: 22px;
  }

  /* contact */

  section.bic-ani.bic-contact.show {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 15px;
    border-radius: 0 80px 0 0;
  }

  .contact-left {
    padding: 0;
  }

  .contact-right {
    background: #fff;
    padding: 30px 15px;
    border-radius: 0 50px 0;
  }

  h2.bic-section__title.text-right {
    text-align: center;
  }

  .bic-form-input.phone {
    padding-left: 15px;
}

  /* news */

  .bic-swiper-btn-wrap {
    margin-top: 20px !important;
    gap: 10px !important;
  }

  .news-list {
    padding: 30px;
  }

  .bic-news .bic-section__head {
    margin-bottom: 20px;
    padding: 0 30px;
  }

  .partner-title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .about-content {
    font-size: 1.042vw;
  }

  .bic-about .bic-section__head {
    margin-right: 6.51041666vw;
  }

  .box-about .bic-section__title {
    text-align: right;
  }

  .about-about-section {
    grid-template-columns: 3fr 2fr;
    min-height: 26.042vw;
  }

  .about-image-container {
    height: 26.042vw;
  }

  .about-content-container {
    padding-left: 6.771vw;
  }

  .about-content-wrapper {
    margin-left: 3.333vw;
  }

  .about-description {
    font-size: 0.938vw;
  }

  .about-text-overlay {
    display: flex;
  }

  .about-text-line {
    font-size: 5.208vw;
  }

  /* service */
  .service-card {
    max-width: 49.042vw;
  }

  .service-card__image-container {
    height: 17.70833vw;
  }

  .service-card__overlay {
    padding: 0 1.563vw;
  }

  .service-card__title {
    font-size: 0.9375vw;
  }

  .service-card__overlay {
    max-height: 3.2291666vw;
    height: 3.2291666vw;
  }

  .service-card__read-more a {
    padding: 0.4166vw 1.04166vw;
  }

  .stat-number {
    font-size: 4.645833vw;
  }

  .stat-title {
    font-size: 1.863vw;
  }

  section.bic-ani.bic-news {
    margin-left: calc((100vw - var(--bic-container-width)) / 2);
  }

  .service-card__description {
    max-height: 4.21875vw;
  }

  /* why choose */
  .bic-whychoose {
    min-height: 44.27083vw;
    padding-top: 4.1666vw;
  }

  /* contact */

  .contact-right {
    padding: 3.3333vw;
  }
  .form-actions input,
  .bic-form-input input {
    padding: 0.8333vw;
  }

  .bic-form-input.name {
    padding-right: 0.4166vw;
  }

  .bic-form-input.phone {
    padding-left: 0.4166vw;
  }

  .form-content .bic-row {
    row-gap: 0.8333vw;
  }

  .contact-right-text {
    font-size: 0.8333vw;
  }

  textarea {
    height: 5.20833vw;
  }

  .contact-list {
    padding-left: 1.042vw;
    margin-top: 2.0833vw;
  }

  li.contact-item {
    margin-bottom: 0.8333vw;
  }

  .form-actions input {
    border-radius: 1.875vw;
  }

  /* news */

  .news-list {
    padding: 2.604vw 0 2.604vw 2.604vw;
    border-radius: var(--radius-60, 3.125vw) 0 0 0;
    position: unset;
    margin-right: -2.5vw;
  }

  .bic-section__head {
  }

  /* partner */

  .partner-slide-image {
    width: 11.97916vw;
    height: 7.29166vw;
    padding: 1.25vw;
    border-radius: 1.25vw;
  }

  .partner-title {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  .about-content-wrapper {
    margin-left: 4.167vw;
  }

  .about-description {
    font-size: 1.042vw;
  }
}

.about-image-container:hover .about-image {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .about-image {
    transition: none;
  }
}
