:root {
    --color-primary: #FF69B4; /* Màu primary */
    --color-second:#c32af1;
    --color-third:#fbbc04; 
    --color-fouth:#5d5d5d;
}
.color-primary{
    color: var(--color-primary) !important;
}
.color-second{
    color: var(--color-second) !important;
}
.color-third{
    color: var(--color-third) !important;
}
.color-fouth{
    color: var(--color-fouth) !important;
}
.bg-color-primary{
    background-color: var(--color-primary) !important;
}
.bg-color-second{
    background-color: var(--color-second) !important;
}
.bg-color-fouth{
    background-color: var(--color-fouth) !important;
}
ul{
    padding: 0 !important;
  }
a{
    text-decoration: none !important;
}
img{
    border-radius: 0px !important;
    
}
/* Navbar */
.header{
    background-color: black;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 !important;
}
.navbar-brand {
    color: white !important;
    font-weight: 200;
}
.navbar {
    padding: 12px !important;
}
.navbar .logo{
    width: 50px;
}
.navbar .navbar-toggler{
    border: none;
}
.navbar-nav .nav-link {
    color: white;
    font-weight: 600;
    padding: 0.8rem;
}
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
    color: white !important;
    font-weight: bold;
    border-radius: 5px;
}
.navbar-nav .nav-link.show{
    color: white !important;
}
.navbar-nav .nav-link:hover{
    color: white !important;
    transition: 0.5s;
}
.offcanvas {
    background-color: white;
    color: black;
}

.offcanvas-header .btn-close {
    color: white;
}
.navbar-toggler i{
    color: white;
    font-size: 28px;
}
/* Slider Video */
.story-wrapper{
    width: 100%;
    overflow: hidden;
  }
  .story-list .story-item{
    margin-right: 12px !important;
  }
  
  
  .story-list .story-link .story-video {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    border-radius: 10px;
  }
  .story-list .story-item .story-title{
    position: absolute;
    bottom: 8px;
    left: 10%;
    color: white;
    font-size: 14px;
  }
  
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after ,
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: pink;
  }
.about img{
    max-width: 400px;
    width: 100%;
}
.hidden {
    display: none;
  }
  /* Modal Styles */
  #storyModal.modal-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1050;
    justify-content: center;
    align-items: center;
}
#storyModal.modal-fullscreen .title{
    position: absolute;
    color: white;
    top: 12%;
    left: 40%;
    font-size: 20px;   
    font-weight: bold;     
}
#storyModal.modal-fullscreen video {
    max-height: 80%;
    border-radius: 10px;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
#storyModal .navigate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    z-index: 1060;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#storyModal .navigate-left {
    left: 20%;
}

#storyModal .navigate-right {
    right: 20%;
}

#storyModal .navigate:hover {
    background: rgba(0, 0, 0, 0.8);
}
#storyModal .navigate i{
    font-size: 32px;
}

/* Model picture */
.img {
    position: relative;
    width: 33.33333%;
}
.img:nth-child(n+4) {
    display: none; /* Ẩn tất cả các ảnh từ ảnh thứ 4 trở đi */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
}
.image-container .overlay {
    opacity: 1;
}
#feedbackModal,
#pictureModal.modal-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1050;
}
#feedbackModal img,
#pictureModal.modal-fullscreen img {
    max-width: 90%;
    max-height: 80%;
}
#feedbackModal .modal-close,
#pictureModal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
#feedbackModal .navigate,
#pictureModal .navigate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}
#feedbackModal .navigate-left,
#pictureModal .navigate-left {
    left: 10px;
}
#feedbackModal .navigate-right,
#pictureModal .navigate-right {
    right: 10px;
}
/*  */
.service-card {
    text-align: center;
    padding: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #a9a9a9;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.service-card img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    padding: 4px;
    aspect-ratio: 3 / 4;
}
.service-card .btn {
    margin-top: 10px;
    background-color: white;
    color: black;
    border: 1px solid black;
}
.service-card .btn:hover {
    background-color: black;
    color: white;
    border: 1px solid black;

}
.feature-section .image-container img {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    aspect-ratio: 3 / 4;
  }
.feature-section .image-container img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.feature-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.feature-section h5 {
    font-weight: bold;
}
.feature-section p {
    color: #666;
    line-height: 1.6;
}
.list-review img{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
}

/* Review */
.feedback{
    position: relative;
}
/* Footer */
footer .logo a{
    width: 40px;
    height: 40px;

}
footer .logo i{
    font-size: 30px;
    top: 5px;
    left: 5px;
    position: relative;
}
footer .logo .logo-facebook{
    color: #365899;
}
footer .logo .logo-youtube{
    color: #FF0000;
    left: 3px;
}
footer .logo .logo-tiktok{
    color: #010101;
}
footer .logo .logo-threads{
    color: black;
}

  
/* Hiệu ứng khi hover */
.button:hover::after {
    opacity: 1;
    transform: scale(2);
}
.header .info img{
   
}
.header .info .zalo{
    border-radius: 12px;
    width: 30px;
    height: 30px;
}
.header .info .call{
    border-radius: 12px;
    width: 32px;
    height: 32px;
}
@media (max-width: 768px) {
    .header .navbar-brand{
        display: none !important;
    }
    .banner{
        display: none !important;
    }
    .swiper-slide-button{
        display: none !important;
    }
    .navbar .logo{
        display: block !important;
    }
}