body{
    background-color: rgb(247, 203, 148);
}

header.bg-orange {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important; /* Xóa chiều cao mặc định */
}
/* Định dạng màu cho navbar */
.bg-orange {
    background: linear-gradient(to right, #FFD700, #FF4500) !important;

}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Chiều cao tối thiểu bằng 100% màn hình */
}

#content {
    flex-grow: 1; /* Đẩy footer xuống dưới */
}
/* Màu chữ trắng cho navbar */
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
}

/* Khi di chuột vào menu, chữ đổi thành màu đỏ */
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FF0000 !important; /* Màu đỏ */
}

/* Giữ navbar cố định */
.fixed-top {
    box-shadow: none; /* Loại bỏ nổi khối */
}

/* Định dạng nút đăng nhập, đăng ký, giỏ hàng */
.btn-light, .btn-dark {
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
/* NỀN CHUNG */
/* body {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef); /* Gradient từ trắng sang xám nhạt */


/* SLIDER */
#introCarousel img {
    /* height: 100%;  */
    object-fit: cover;
    margin-top: 40px; /* Khoảng cách với navbar */
    margin-bottom: 40px;
    border-radius: 15px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* TẦM NHÌN - SỨ MỆNH */
/* #vision-mission {
    padding: 60px 0;
    background: #fff;
} */

.vision-section, .mission-section {
    margin-bottom: 40px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* TIÊU ĐỀ */
.section-title {
    font-size: 40px;
    font-weight: bold;
    color: #FF4500;
    margin-bottom: 10px;
    text-align: center;
}
.section-text{
    font-size: 24px;
    line-height: 40px
}
.text-center{
    font-size: 40px;
    font-weight: bold;
    color: #FF4500;
    margin-bottom: 10px;
    text-align: center;
}
/* VIDEO */
#video-section {
    padding: 40px 0;
    
}
#footer {
    background-color: #000;
}
footer {
    background-color: #000 !important; /* Đảm bảo nền đen */
    color: white;
    padding: 20px 0;
    position: relative;
    width: 100%;
    bottom: 0;
}
/* Hiệu ứng nổi khối khi di chuột vào nút */
.btn-light:hover, .btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.zalo-chat {
    position: fixed;
    bottom: 80px; /* Cách footer 80px để không bị che */
    right: 20px; /* Cách lề phải 20px */
    padding: 10px;
    border-radius: 50%;
    animation: shake 0.5s infinite;
    background-color: #fff;
}
.mess-chat{
    position: fixed;
    bottom: 155px; 
    right: 20px; 
    z-index: 1000; /* Đảm bảo luôn hiển thị trên các thành phần khác */
    padding: 10px;
    border-radius: 50%;
    animation: shake 0.5s infinite;
    background-color: #fff;
}
.phone-chat{
    position: fixed;
    bottom: 5px; /* Cách footer 80px để không bị che */
    right: 20px; /* Cách lề phải 20px */
    z-index: 1000; /* Đảm bảo luôn hiển thị trên các thành phần khác */
    padding: 10px;
    border-radius: 50%;
    animation: shake 0.5s infinite;
    background-color: #fff;
}
 .zalo-chat::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgba(0, 174, 239, 0.4);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(1);
      animation: pulse 1s infinite;
      z-index: -1;
    }
.mess-chat::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgba(0, 174, 239, 0.4);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(1);
      animation: pulse 1s infinite;
      z-index: -1;
      padding: 10px;
    }
.phone-chat::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgba(0, 174, 239, 0.4);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(1);
      animation: pulse 1s infinite;
      z-index: -1;
      padding: 10px;
    }
 @keyframes shake {
      0%, 100% { transform: rotate(0deg); }
      25% { transform: rotate(5deg); }
      50% { transform: rotate(-5deg); }
      75% { transform: rotate(5deg); }
    }

    @keyframes pulse {
      0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
      }
      100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
      }
    }
/* .social-media{
    padding-bottom: 20px;
} */
 /* Cấu trúc combo */
.combo-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease-in-out;
}

.combo-card:hover {
    transform: scale(1.05);
}

.combo-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.combo-body {
    padding: 15px;
    text-align: center;
}

.combo-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.combo-price {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.btn-buy {
    margin-top: 10px;
    width: 100%;
}
.modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh; /* Căn giữa theo chiều dọc */
}
/* Định dạng cho giao diện máy tính bảng */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .d-flex {
        align-items: center; /* Căn giữa theo chiều dọc */
        justify-content: center;
    }
    .carousel-inner img {
        height: 300px; /* Giảm chiều cao slider cho tablet */
        object-fit: cover;

    }.navbar-collapse {
        padding-bottom: 10px;
    }

    main {
        padding-top: 70px;
        /* margin-bottom: 50px; Giữ khoảng trống để footer không bị che */
    }
    .zalo-chat {
        bottom: 70px;
        right: 10px;
        padding: 8px;
    }
    .mess-chat {
        bottom: 130px;
        right: 10px;
        padding: 8px;
    }
    .phone-chat {
        bottom: 10px;
        right: 10px;
        padding: 8px;
    }
    #introCarousel img {
        height: 300px;
    }
    .vision-section, .mission-section {
        padding: 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-text {
        font-size: 16px;
    }
    footer {
        position: relative;
    }
}
/* Giảm khoảng cách giữa các mục menu trên di động */
@media (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .d-flex {
        align-items: center; /* Căn giữa theo chiều dọc */
        justify-content: center;
    }
    .navbar-collapse {
        padding-bottom: 10px;
    }
    .zalo-chat {
        bottom: 70px;
        right: 10px;
        padding: 8px;
    }
    .mess-chat {
        bottom: 130px;
        right: 10px;
        padding: 8px;
    }
    .phone-chat {
        bottom: 10px;
        right: 10px;
        padding: 8px;
    }
    #introCarousel img {
        height: 200px;
    }

    .ratio {
        max-width: 100%;
    }
    .vision-section, .mission-section {
        text-align: center;
        flex-direction: column-reverse; /* Ảnh nằm trên, nội dung nằm dưới */
    }

    .vision-section img, .mission-section img {
        margin-bottom: 20px;
    }
    footer {
        position: relative;
    }
}
