.app-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.top-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background 0.3s ease;
  background: transparent;
}
.top-header.nav-scroll {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.top-header.nav-scroll {
  background: #cc0a00 !important;
}
header.top-header.nav-scroll {
  background: white !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
header.top-header {
  min-height: 90px;
}
.nav-link {
  position: relative;
  padding-bottom: 6px;
  color: inherit;
  text-decoration: none;
}
.nav-link.active {
  color: #cc0a00;
  font-weight: 600;
}
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #cc0a00;
}
.send-button {
  height: 60px !important;
}
.carousel-frame {
  overflow: hidden;
  border-bottom-left-radius: 76px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .carousel-frame {
    border-bottom-left-radius: 38px;
  }
}
.single-image-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #cc0a00 !important;
  font-weight: 600;
}
.ant-tabs-ink-bar {
  background-color: #cc0a00 !important;
}
.ant-tabs-tab:hover .ant-tabs-tab-btn {
  color: #cc0a00;
}
