.bg-2 {
  /*     background-color: var(--tc-theme-dark-primary-light) !important; */
    background-color: rgb(29 187 219 / 7%) !important;
}
.project-item.zoom-img,
.section-case-studies .zoom-img {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid var(--tc-theme-primary);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* 4 cạnh line chạy quanh */
.project-item.zoom-img::before,
.project-item.zoom-img::after,
.section-case-studies .zoom-img::before,
.section-case-studies .zoom-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: border-box;
}

/* Hiệu ứng viền chạy */
.section-case-studies .zoom-img::before {
  border: 2px solid transparent;
  border-top-color: var(--tc-theme-primary);
  border-right-color: var(--tc-theme-primary);
  border-bottom-color: var(--tc-theme-primary);
  border-left-color: var(--tc-theme-primary);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  transition: clip-path 1.2s linear;
}

.section-case-studies .zoom-img:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: border-run 1.2s linear forwards;
}

/* Đổ bóng khi hover */
.project-item.zoom-img:hover,
.section-case-studies .zoom-img:hover {
  box-shadow: 0 0 25px 5px rgba(176, 35, 95, 1);
  transform: translateY(-4px);
}

/* Animation line chạy quanh */
@keyframes border-run {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  }
  75% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.dropdown-menu {
    
     padding: 0 !important; 
}
@media (max-width: 480px) {
    .fob-position-bottom_left .fob-chat-button, .fob-position-bottom_right .fob-chat-button, .fob-position-left .fob-chat-button, .fob-position-right .fob-chat-button {
        bottom: 80px !important;
        left: auto;
        right: 20px !important;
        top: auto;
    }
}
@media (max-width: 768px) {
    .burger-icon {
        top: 25px !important;
    }
}
.d-flex.flex-column.flex-lg-row.align-items-center.justify-content-between.position-relative .btn-success.d-block {
    --bs-btn-bg: var(--primary-color); !important;
    --bs-btn-hover-bg: var(--tc-theme-dark-primary-light)!important;

}

.hover-effect {
   text-align: unset; /* hoặc left */
}