
    .banner-section{
        padding:0!important;
    }
    
.pricing-section {
    padding: 40px 0;
}

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #C00;
    margin-bottom: 40px;
    text-transform: uppercase;
}


.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.pricing-grid {
    display: grid;
    gap: 30px;
}

/* Card chung */
.pricing-card {
    border-radius: 20px;
    padding: 20px 30px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricing-card h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

.sub-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.15);
    padding: 20px 10px;
    border-radius: 6px;
    color: #fff;
    font-style: italic;
}


/* Gradient màu */
.basic {
    background: linear-gradient(180deg, #ffb300, #e65100);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.pro {
    background: linear-gradient(180deg, #ff7043, #d84315);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.premium {
    background: linear-gradient(180deg, #ffb300, #d84315);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Hover */
.pricing-card:hover {
    transform: translateY(-10px);
}

.note-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.note-title strong {
    color: #d32f2f;
}

.highlight {
    color: #d32f2f;
    font-weight: 700;
}

.price {
    font-weight: 700;
    color: #000;
}

.note-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.note-list li {
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    line-height: 1.6;
    font-size: 18px;
}

.note-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-size: 18px;
}


/* Responsive */

/* Mobile */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pro {
        transform: scale(1);
    }
    .section-title {
        font-size: 22px;
    }
    .note-title {
        font-size: 16px;
    }
}


/* Desktop */
@media (min-width: 769px) {
    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*STYLE BANNER*/

/* BANNER */
.catalogue-banner {
    background: #c00;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

.banner-container {
    max-width: 80%;
    margin: 0 auto;
}

/* SUB TITLE */
.sub-titles {
    font-style: italic;
    font-size: 24px;
    margin-bottom: 15px;
    opacity: 0.9;
    color:#fff;
}

/* MAIN TITLE */
.main-title {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    color:#fff;    
    font-size: 30px;
}

/* DESCRIPTION */
.desc {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 500;
    color:#fff;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background: linear-gradient(9deg, #ff9900, #39b54a);
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #fff;
    position: relative;     /* thêm */
    overflow: hidden;  
}
    /* lớp ánh sáng */
.cta-btn::before{
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.6) 50%,
        transparent 60%
    );
    transform: rotate(25deg);
    transition: 1.7s ease;
}
.cta-btn:hover::before{
    top: 100%;
    left: 100%;
}

.cta-btn span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */


/* Mobile */
@media (max-width: 790px) {

    .catalogue-banner {
        padding: 50px 15px;
    }

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

    .main-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .desc {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .cta-btn {
        font-size: 18px;
        padding: 14px 20px;
    }

    .cta-btn span {
        font-size: 16px;
    }
    .sub-titles{
        font-size: 18px;
    }
    .note-title{
        font-size: 18px;
    }
}

/*DỰ ÁN ĐÃ LÀM*/

/* SECTION */
.hsnl-section {
    padding: 40px 0 60px 0;
    background: linear-gradient(180deg, #ffffff, #5af03138);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #C00;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* GRID */
.hsnl-grid {
    display: grid;
    gap: 25px;
}

/* ITEM */
.hsnl-item {
    position: relative; /* QUAN TRỌNG */
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    transition: 0.4s ease;
}

.hsnl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Overlay nền mờ */
.hsnl-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}

/* Tiêu đề giữa ảnh */
.hsnl-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: 0.4s ease;
    padding: 0 15px;
    z-index: 2;
}

/* Hover effects */
.hsnl-item:hover img {
    transform: scale(1.05);
}

.hsnl-item:hover::after {
    opacity: 1;
}

.hsnl-item:hover .hsnl-title {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.hsnl-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* BUTTON */
.hsnl-section .btn-group {
    padding: 0 45%;
}

/* RESPONSIVE */

/* Mobile */
@media (max-width: 767px) {
    .hsnl-grid {
        grid-template-columns: 1fr;
    }

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

    .hsnl-section .btn-group {
        padding: 0 27%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .hsnl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .hsnl-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

