.home-title {
    font-size: 2rem;
    margin: 0;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Playfair Display";
}

.bg-why {
    background: url(../images/bg-why.png) no-repeat top center;
    background-size: cover;
}

#block-product-list {
    background: url(../images/bg-product-category.jpg) no-repeat top center;
}

#block-process {}

#block-process .title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary);
}

#block-process .description {
    width: 100%;
    max-width: 300px;
    margin: 10px auto
}

.process-item {
    position: relative;
}

.process-item.arrow-right::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    right: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
}

.process-item.arrow-down::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #013E61;
}

.process-item.arrow-down::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -63px;
    font-size: 26px;
}

.process-item.arrow-left::after {
    content: "";
    position: absolute;
    top: calc(40% - 10px);
    left: -40px;
    background: url(../images/arrow-1.svg) no-repeat right center;
    width: 70px;
    height: 20px;
    transform: rotate(180deg);
}

#block-service {
    background: var(--primary);
    color: #FFF;
}

#block-service .service-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}

#block-service .service-item:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#block-service .service-item {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    transition: 0.4s ease;
}

#block-service .service-item.active {
    background: var(--second);
    color: #fff;
}

#block-service .service-item-photo {
    position: relative;
}

#block-service .service-item-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease;
}

#block-service .service-item-photo img.active {
    opacity: 1;
}

.about-tabs {}

.about-tabs .nav-link {
    border: 0 !important;
    border-bottom: 2px solid #B0B0B0 !important;
    background: transparent;
    color: #B0B0B0;
}

.about-tabs .nav-link.active,
.about-tabs.nav-link:hover {
    background: transparent;
    border-color: var(--primary) !important;
    color: var(--primary);
}

.box-description {
    border-radius: 9px;
    overflow: hidden;
}

.box-description:after {
    content: "";
    background: var(--primary);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    bottom: 0;
}

.box-description .desc {
    color: #fff;
    z-index: 2;
}

.home-page .section-title:after {
    opacity: 0;
    content: "";
    position: absolute;
    background: var(--secondary-color);
    width: 100px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0.5rem;
}

.section-title.no-bg:after {
    background: transparent;
}

.section-title.title-v2 {
    background: transparent;
    margin: 0;
}

h4.section-subtitle {
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
}

h4.section-subtitle:after {
    content: "";
    background: var(--primary);
    height: 1px;
    width: 150px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

/* ===== ABOUT US SECTION ===== */
.about-images-wrapper {
    position: relative;
}

.main-image img {
    width: 100%
}

.main-image {
    position: relative;
    z-index: 1;
}

.overlay-image {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 2;
    max-width: 200px;
}

.overlay-image img {
    border: 5px solid #DBDFDE;
}

.about-text {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.feature-icon i {
    color: var(--white);
    font-size: 1.5rem;
}

.latest-news-section {
    background: #FFFBF5;
}

/* Partners Section */
.partners-section {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.partner-logo {
    max-height: 60px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 20px;
}

.partner-logo:hover {
    opacity: 1;
}

div#block-social-active {
    background: linear-gradient(180deg, #EBEFFF -46.38%, #FFFFFF 29.62%);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

section.animate-in {
    opacity: 1;
}

.news-item .avatar-news img {
    position: absolute;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    top: 0;
}

.news-item .avatar-news {
    position: relative;
    /* height: 0; */
    --bs-aspect-ratio: 110%;
}

.news-item .avatar-news::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.news-item .avatar-news .news-date {
    position: absolute;
    top: 0;
}

/* ===== END LATEST NEWS SECTION ===== */
.product-category-item {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.product-category-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.product-category-item span {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 123;
    text-align: center;
    max-width: 90%;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5;
}

.product-category-item:hover span {}

/* Why Choose Labaco Section */
.why-choose-labaco {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.why-content {
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex: 0 0 55px;
}

.feature-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.feature-box h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-box p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.feature-info h5 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.center-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.image-top {
    position: relative;
    z-index: 3;
    width: 280px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(-20px) translateY(-10px);
}

.image-bottom {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transform: translateX(20px) translateY(20px);
}

.image-top img,
.image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#view-more-products span i {
    font-size: 20px;
}

#view-more-products span {
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    color: var(--primary);
    text-align: center;
    line-height: 28px;
}

#view-more-products {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .why-choose-labaco .section-title {
        font-size: 2rem;
    }

    .center-images {
        min-height: 300px;
        margin: 3rem 0;
    }

    .image-top {
        width: 220px;
        height: 280px;
        transform: translateX(-10px) translateY(-5px);
    }

    .image-bottom {
        width: 240px;
        height: 160px;
        transform: translateX(10px) translateY(15px);
    }

    .feature-box {
        margin-bottom: 2rem;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }

    .feature-icon i {
        font-size: 1.8rem;
    }

    .feature-box h3 {
        font-size: 1.2rem;
    }
}

@media(min-width: 1024px) {
    .left-color {}

    .right-color {}

    .col-why-1 {
        flex: 0 0 39%;
    }

    .col-why-2 {
        flex: 0 0 22%;
    }
}

@media (max-width: 767.98px) {
    .banner-gift .swiper-main-slider .swiper-slide {
        height: 100% !important;
    }

    .why-choose-labaco .section-title {
        font-size: 1.5rem;
    }

    .center-images {
        min-height: 250px;
        margin: 2rem 0;
    }

    .image-top {
        width: 180px;
        height: 220px;
        transform: translateX(-5px) translateY(-5px);
    }

    .image-bottom {
        width: 200px;
        height: 130px;
        transform: translateX(5px) translateY(10px);
    }

    .feature-box {
        margin-bottom: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }

    .feature-box h3 {
        font-size: 1.1rem;
    }

    .feature-box p {
        font-size: 0.9rem;
    }
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: var(--primary);
    cursor: pointer;
    padding-top: 1px;
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-prev i,
.gallery-next i {
    font-size: 16px
}

@media(min-width: 768px) {
    .gallery-prev {
        /* left:-15px; */
    }

    .gallery-next {
        /* right:-15px; */
    }
}

@media(min-width: 1200px) {
    .gallery-prev {
        /* left:-20px; */
    }

    .gallery-next {
        /* right:-20px; */
    }
}

.news-item {
    color: #fff;
    text-decoration: none;
}

.news-item:hover .inner {
    transform: scale(1.05);
}

.news-item:hover {
    color: #fff;
}

.news-item .inner {
    transition: 0.5s ease all !important;
    color: #fff
}

.news-item .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.news-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px 30px;
    height: auto;
    top: auto;
}

.news-item .info .date {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-item .info h3 {
    font-size: 1.4rem;
    margin: 8px 0;
}

.news-item .info p {}

#block-social {
    background: url(../images/bg-video.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.with-bottom-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: calc(100% - 23px);
    border-left: 2px dotted #013E61;
}

.with-bottom-arrow {
    height: 62px;
    position: relative;
}

.with-bottom-arrow::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    bottom: 0;
    transform: rotate(-270deg);
    font-size: 26px;
    color: var(--primary);
    left: calc(50% - 5px);
}

/* About Section Styles */
.gioi-thieu-section {
    background: #fffaf3 url(../images/bg.png) no-repeat;
    position: relative;
    background-size: cover;
}

.gioi-thieu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.03;
    pointer-events: none;
}

.about-row {
    position: relative;
    z-index: 2;
}

.about-item-image>div {
    border-radius: 25px;
}

.about-item-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FADFAE 0%, #FFDEA3 100%);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 30px;
}

.about-item-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);
    transition: all 0.4s ease;
}

.about-item-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 20px 45px rgba(139, 69, 19, 0.25);
}

.about-item-content {
    padding: 20px;
}

.about-title:after {
    content: "";
    width: 80px;
    height: 60px;
    display: inline-block;
    background: url(../images/bird.svg) no-repeat;
    background-size: 100%;
}

.about-title {
    font-size: 2.1rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-weight: 600;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 2rem;
    text-align: justify;
}

.about-button {
    margin-top: 1.5rem;
}

.btn-about {
    display: inline-block;
    padding: 12px 30px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    letter-spacing: 1px;
    font-size: 1rem;
}

.btn-about:hover {
    background: linear-gradient(45deg, #A0522D, #8B4513);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    color: #fff;
}

@media(max-width: 768px) {
    .section-title {
        font-size: 1.4rem;
    }

    .about-text {
        font-size: 0.9rem;
    }

    #block-product-list {
        background-size: cover;
    }

    #block-gift .gift-item .title {
        font-size: 1.2rem;
    }

    .process-item {}

    .process-item .image {}

    #block-process .title {
        font-size: 0.9rem;
    }

    .process-item .image svg {
        width: 95%;
        height: auto;
    }

    #block-process .description {
        font-size: 0.8rem;
    }

    .process-item::after {
        display: none
    }

    /* About Section Mobile */
    .about-item-content {
        text-align: center;
        margin-top: 2rem;
        padding: 15px;
    }

    .about-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .about-title::after {
        left: 90%;
        transform: translateX(-50%);
        position: absolute;
        top: -11px;
    }

    .about-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .about-row {
        margin-bottom: 3rem !important;
    }
}

.why-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: rgb(139, 69, 19);
    margin-bottom: 2rem;
    line-height: 1.2;
}

.features-left {
    justify-content: flex-end;
}

.features-left,
.features-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.features-left .feature-item {
    flex-direction: row;
    text-align: right;
}

.feature-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    transition: 0.3s;
}

.feature-text {
    flex: 1 1 0%;
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:nth-child(2n+1) .feature-icon {
    animation-delay: 0s;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-radius: 50%;
    flex: 0 0 100px;
}

.center-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-container {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.center-product-image img {
    animation: 3s ease-in-out 0s infinite normal none running float;
    -webkit-animation: 3s ease-in-out 0s infinite normal none running float;
    -moz-animation: 3s ease-in-out 0s infinite normal none running float;
    -ms-animation: 3s ease-in-out 0s infinite normal none running float;
    -o-animation: 3s ease-in-out 0s infinite normal none running float;
}

.product-image-container img {
    width: 100%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 10px 30px);
    transition: 0.3s;
}

.feature-item:hover .feature-text span {
    color: rgb(210, 105, 30);
}

.feature-text span {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.why-content-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 500px;
    gap: 2rem;
}

/* Float Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Mobile responsive for why section */
@media (max-width: 991.98px) {
    .why-content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .features-left {
        order: 2;
    }

    .center-product-image {
        order: 1;
    }

    .features-right {
        order: 3;
    }

    .feature-item {
        justify-content: center;
    }

    .features-left .feature-item {
        flex-direction: row;
        text-align: center;
    }

    .why-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .feature-item {
        gap: 0.8rem;
    }

    .feature-icon {
        width: 80px;
        flex: 0 0 80px;
    }

    .feature-text span {
        font-size: 0.85rem;
    }

    .center-product-image img {
        max-width: 300px;
    }
}

/* ===== FEEDBACK SECTION ===== */
.feedback-wrap-content:after,
.feedback-wrap-content:before {
    content: "";
    box-shadow: var(--bs-box-shadow) !important;
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    bottom: 25px;
    left: 0;
    border-radius: 30px;
    z-index: 3;
    pointer-events: none;
}

.feedback-wrap-content:after {
    bottom: 50px;
}

.feedback-wrap-content {
    flex: 1;
    font-weight: 500;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.feedback-slider-container {
    max-width: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.feedback-swiper {
    overflow: hidden;
}

.feedback-card {
    background: #fff;
    border-radius: 0;
    padding: 30px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feedback-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
}

.feedback-name {
    background: url(../images/human.svg) no-repeat top left;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.feedback-name h6 {}

.feedback-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0;
    margin-top: 0;
}

.feedback-rating {
    display: flex;
    justify-content: start;
    gap: 5px;
}

.feedback-rating i {
    font-size: 16px;
    color: #ffc107;
}

.feedback-rating .far {
    color: #e0e0e0;
}

/* Navigation Buttons */
.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev {
    left: 10px;
}

.feedback-swiper-button-next {
    right: 10px;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: var(--primary);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.feedback-swiper-button-prev:hover i,
.feedback-swiper-button-next:hover i {
    color: #fff;
}

.feedback-swiper-button-prev i,
.feedback-swiper-button-next i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-slider-container {
        padding: 0 20px;
    }

    .feedback-card {
        padding: 20px 15px;
        min-height: 280px;
    }

    .feedback-avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .feedback-name h6 {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .feedback-content p {
        font-size: 0.85rem;
        -webkit-line-clamp: 3;
    }

    .feedback-rating i {
        font-size: 14px;
    }

    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        width: 35px;
        height: 35px;
        display: none;
        /* Hide navigation on mobile */
    }
}

@media (max-width: 576px) {
    .feedback-card {
        min-height: 250px;
        padding: 15px;
    }

    .feedback-content p {
        -webkit-line-clamp: 3;
    }
}

/* ===== NEWS SECTION - NEW DESIGN ===== */
.block-news-section {
    position: relative;
    overflow: hidden;
}

.news-section-title {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: italic;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.news-section-desc {
    font-size: 0.95rem;
    color: #666;
    max-width: 720px;
    line-height: 1.6;
}

.news-swiper-container {
    position: relative;
    padding: 0;
}

.news-home-swiper {
    overflow: visible;
    padding: 10px 0;
}

.news-home-swiper .swiper-slide {
    height: auto;
}

.news-home-card {
    /* background: #fff; */
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 8px 30px rgba(240, 82, 38, 0.12); */
    transition: all 0.4s ease;
    height: 100%;
}

.news-home-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 15px 40px rgba(240, 82, 38, 0.2); */
}

.news-home-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-home-image {
    position: relative;

    overflow: hidden;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news-home-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-home-card:hover .news-home-image img {
    transform: scale(1.08);
}

/* Date Badge */
.news-home-date-badge {
    position: absolute;
    top: 0;
    right: 35px;
    background: var(--primary);
    color: #fff;
    padding: 7px 16px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    min-width: 50px;
    box-shadow: 0 4px 15px rgba(240, 82, 38, 0.3);
    z-index: 2;
}

.news-home-date-badge .day {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
}

.news-home-date-badge .month {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Overlay with gradient */
.news-home-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 130px 25px 25px 25px;
    z-index: 1;
    background: linear-gradient(0deg, #F05226 0%, rgba(240, 82, 38, 0) 65.56%);
}

.news-home-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-home-btn {
    display: inline-block;
    background: #fff;
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: none;
}

.news-home-card:hover .news-home-btn {
    background: #fff;
    color: var(--primary);
    transform: translateX(5px);
}

/* View All Button */
.btn-news-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    padding: 7px 19px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-news-view-all:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-news-view-all .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    color: var(--primary);
    transition: all 0.3s ease;
}

.btn-news-view-all:hover .btn-icon {
    background: #fff;
    color: var(--primary);
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 991.98px) {
    .news-section-title {
        font-size: 2rem;
    }

    .news-home-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .news-section-title {
        font-size: 1.6rem;
    }

    .news-section-desc {
        font-size: 0.85rem;
    }

    .news-home-image {
        aspect-ratio: 340/280;
    }

    .news-home-date-badge {
        padding: 6px 10px;
        min-width: 45px;
    }

    .news-home-date-badge .day {
        font-size: 1.1rem;
    }

    .news-home-date-badge .month {
        font-size: 0.65rem;
    }

    .news-home-overlay {
        padding: 50px 15px 15px 15px;
    }

    .news-home-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .news-home-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }

    .btn-news-view-all {
        padding: 10px 22px;
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .news-section-title {
        font-size: 1.4rem;
    }

    .news-home-card {
        border-radius: 15px;
    }

    .news-home-image {
        border-radius: 15px;
        aspect-ratio: 300/250;
    }
}

/* Col-8: Main News List with Custom Scroll */
.news-list-container {
    overflow-y: auto;
    padding-right: 15px;
    margin-right: -15px;
    height: 100%;
    position: relative;
}

/* Custom Scrollbar */
.news-list-container::-webkit-scrollbar {
    width: 8px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.news-list-container::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}

/* News Item Card */
.news-item-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--primary);
}

.news-item-card .news-image {
    /* height: 100%; */
    overflow: hidden;
}

.news-item-card .news-image img {
    width: 100%;
    height: 100% !IMPORTANT;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    /* padding: 20px; */
}

.news-date {}

.news-date i {
    margin-right: 5px;
    color: var(--primary);
}

/* Featured Main Card */
.featured-main-card {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.featured-image {
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    color: #888;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.featured-date i {
    margin-right: 5px;
    color: var(--primary);
}

.featured-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.featured-title a:hover {
    color: var(--primary);
}

.featured-excerpt {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #fff;
    padding: 1px 2px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border-bottom: 1px solid var(--primary);
}

.featured-read-more:hover {
    transform: translateY(-1px);
    letter-spacing: 1px;
}

/* Featured Small Cards */
.featured-small-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.featured-small-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.small-image {
    height: 80px;
    overflow: hidden;
}

.small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-small-card:hover .small-image img {
    transform: scale(1.05);
}

.small-content {
    padding: 15px;
}

.small-date {
    color: #888;
    font-size: 0.75rem;
    margin-bottom: 5px;
}

.small-date i {
    margin-right: 3px;
    color: var(--primary);
}

.small-title {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.small-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.small-title a:hover {
    color: var(--primary);
}

.brand-swiper-button-prev,
.brand-swiper-button-next {
    transition: all 0.3s ease !important;
    color: var(--primary);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
}

.brand-swiper-button-prev::after,
.brand-swiper-button-next::after {
    font-size: 20px;
    font-weight: 600;
}

.brand-swiper-button-prev:hover,
.brand-swiper-button-next:hover {
    background: #8B4513;
    color: #fff;
    transform: scale(1.1);
}

.brand-swiper-button-prev {
    left: -60px;
}

.brand-swiper-button-next {
    right: -60px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .news-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .news-list-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
        margin-right: 0;
    }

    .featured-main-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .intro-content {
        padding: 0 !important;
    }

    .brand-swiper-button-prev {
        left: 10px;
    }

    .brand-swiper-button-next {
        right: 10px;
    }

    .brand-swiper-button-prev:after,
    .brand-swiper-button-next:after {
        font-size: 12px !important;
    }

    .brand-swiper-button-prev,
    .brand-swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .news-item-card .news-image {
        /* height: 100px; */
    }

    .news-content {
        padding: 15px;
    }

    .news-title {
        font-size: 0.8rem;
    }

    .featured-content {
        padding: 15px;
    }

    .featured-title {
        font-size: 1.1rem;
    }

    .small-content {
        padding: 12px;
    }
}

.video-category {
    border: 1px solid var(--primary);
    border-radius: 20px;
}

.video-category .title {
    text-align: center;
    width: 80%;
    text-align: center;
    background: var(--primary);
    margin-left: 10%;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: -20px;
    margin-top: 10px;
}

/* Video item styles */
.video-item {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
}

.video-item:hover {
    transform: translateY(-6px);
}

.video-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.video-item:hover img {
    transform: scale(1.05);
}

.swiper-video .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.95);
}

.swiper-video .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Responsive adjustments */
@media (max-width: 575px) {
    .video-item {
        /* margin-bottom: 15px; */
    }
}

.video-swiper {
    height: 100%;
}

/* Success Stories Gallery */
.success-stories-gallery .loader:after {
    content: "";
    background: url(../images/loading.gif) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.success-stories-gallery .loader img {
    opacity: 0;
}

.success-stories-gallery {
    position: relative;
    margin: 3rem 0;
}

.success-stories-gallery .row {
    align-items: center;
}

/* Main Image */
.main-image-container {
    text-align: center;
    /* padding: 0 20px; */
    background: #FFFFFF;
}

.main-image {
    /* border-radius: 15px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ===== BANNER GIFT SWIPER ===== */
.banner-gift {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.banner-gift::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-pattern.png) repeat;
    opacity: 0.1;
    pointer-events: none;
}

.gift-content {
    color: #fff;
    padding: 2rem 0;
}

.gift-content h4 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0;
}

.gift-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.gift-content .content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
}

.gift-content .link a {
    display: inline-block;
    background: #fff;
    color: #8B4513;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gift-content .link a:hover {
    background: #D2691E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ===== FEEDBACK SECTION ===== */
#block-feedback {
    background: linear-gradient(135deg, #f8f4e6 0%, #ffffff 100%);
    position: relative;
}

.feedback-slider-container {
    margin-top: 2rem;
}

.feedback-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
    /* border-color: #D2691E; */
}

.feedback-name h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 0;
}

.feedback-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-style: italic;
}

.feedback-rating {}

.feedback-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.feedback-swiper-button-prev,
.feedback-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.feedback-swiper-button-prev:hover,
.feedback-swiper-button-next:hover {
    background: #D2691E;
    transform: translateY(-50%) scale(1.1);
}

.feedback-swiper-button-prev {
    left: 7px;
}

.feedback-swiper-button-next {
    right: 7px;
}

/* ===== NEWS SECTION ===== */
#block-news {}

.news-list-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
    width: 100%;
}

.news-list-container::-webkit-scrollbar {
    width: 6px;
}

.news-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.news-list-container::-webkit-scrollbar-thumb {
    background: #8B4513;
    border-radius: 10px;
}

.news-item-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.news-image {
    /* overflow: hidden; */
    /* height: 120px; */
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-item-card:hover .news-image img {
    transform: scale(1.1);
}

.news-date i {
    margin-right: 5px;
}

.news-title a {
    /* color: #333; */
    /* text-decoration: none; */
    /* font-weight: 600; */
    /* line-height: 1.3; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}

.news-title a:hover {
    color: #333;
}

.news-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-read-more {
    color: #8B4513;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.news-read-more:hover {
    color: #D2691E;
}

/* Featured Article */
.featured-main-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.featured-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.featured-image {
    overflow: hidden;
    aspect-ratio: 10/6.5;
    width: 100%;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.featured-main-card:hover .featured-image img {
    transform: scale(1.1);
}

.featured-content {
    padding: 20px;
}

.featured-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
}

.featured-title a {
    color: var(--primary);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-title a:hover {
    color: #8B4513;
}

.featured-excerpt {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-read-more {
    color: #8B4513;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

.featured-read-more:hover {
    /* color: #D2691E; */
}

/* ===== VIDEO SECTION ===== */
#block-video {
    background: #f8f9fa;
}

.video-category {
    margin-bottom: 30px;
}

.video-category .inner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.3s ease;
}

/* Play button icon using content on ::before with circle background */
.video-item a::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    text-align: center;
    background: url(../images/video.png);
    background-size: 100%;
}

/* Hover effects */
.video-item:hover a::after {
    background: rgba(0, 0, 0, 0.6);
}

.video-item:hover a::before {
    transform: translate(-44%, -50%) scale(1.1);
}

.video-category .title {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

/* ===== ARCHIVEMENT SWIPER ===== */
.swiper-archivement .swiper-wrapper {}

.swiper-archivement .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-archivement .swiper-slide a {
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    overflow: hidden;
}

.swiper-archivement .swiper-slide a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-color: #8B4513;
}

.swiper-archivement .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1199.98px) {
    .gift-content h3 {
        font-size: 2rem;
    }

    .slide-item {
        /* min-height: 350px; */
    }

    .feedback-swiper-button-prev {
        left: -20px;
    }

    .feedback-swiper-button-next {
        right: -20px;
    }
}

@media (max-width: 991.98px) {
    .gift-content h3 {
        font-size: 1.8rem;
    }

    .gift-content h4 {
        font-size: 1.1rem;
    }

    .gift-content .content {
        font-size: 1rem;
    }

    .news-list-container {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .featured-main-card {
        margin-top: 2rem;
    }

    .feedback-swiper-button-prev,
    .feedback-swiper-button-next {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .news-list-scroll {}

    .news-list-scroll div:nth-child(n+4) {
        display: none
    }

    .news-list-scroll .news-card {
        flex-direction: row;
        padding: 0;
    }

    .news-list-scroll .news-card>a {
        max-width: 80px;
    }

    .news-card.list-item .news-image {
        height: auto !important;
    }

    .news-list-scroll .news-card .news-content {
        padding: 0;
    }

    .news-card.list-item .news-title a {
        font-size: 14px !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-list-container {
        position: relative !important;
    }

    .banner-gift {
        min-height: 300px;
    }

    .gift-content {
        padding: 1.5rem 0;
    }

    .gift-content h3 {
        font-size: 1.5rem;
    }

    .gift-content h4 {
        font-size: 1rem;
    }

    .feedback-card {
        padding: 1.5rem;
        margin: 0 5px;
    }

    .feedback-name h6 {
        font-size: 1.1rem;
    }

    .feedback-content p {
        font-size: 0.9rem;
    }

    .news-content {
        padding: 0 !important;
    }

    .news-image {
        /* height: 100px; */
    }

    .featured-content {
        padding: 15px;
    }

    .featured-image {
        /* height: 150px; */
    }

    .video-item {
        /* height: 150px; */
    }

    .video-item a::after {
        /* width: 50px; */
        /* height: 50px; */
    }

    .video-item a::before {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .banner-gift {
        min-height: 250px;
    }

    .gift-content h3 {
        font-size: 1.3rem;
    }

    .gift-content .content {
        font-size: 0.9rem;
    }

    .gift-content .link a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .feedback-card {
        padding: 1rem;
    }

    .news-item-card .row {
        flex-direction: column;
    }

    .news-item-card .col-4,
    .news-item-card .col-8 {
        flex: none;
        width: 100%;
    }

    .news-image {
        /* height: 150px; */
    }

    .video-item {
        /* height: 120px; */
    }

    .video-item a::after {
        /* width: 40px; */
        /* height: 40px; */
    }

    .video-item a::before {
        font-size: 14px;
    }
}

/* ===== ABOUT SECTION STYLES ===== */
#block-about {
    position: relative;
    background: linear-gradient(0, #EDF1FF -29.99%, #FFFFFF 37.51%);
    padding-bottom: 200px !important;
}

#block-about:after {
    background: url(../images/bg-about.svg) no-repeat bottom right;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Introduction Content Styles */
.intro-content {
    padding: 0 20px;
}

.intro-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5D4037;
    margin-bottom: 0;
    text-align: justify;
}

.intro-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.intro-description ul li {
    padding-left: 30px;
    position: relative;
}

.intro-description ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    content: "\f058";
    color: var(--primary);
    width: 20px;
    height: 30px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

/* Statistics Styles */
.intro-stats {
    margin: 2rem 0;
}

.stat-item {
    margin-bottom: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
    font-family: var(--fontSub);
    letter-spacing: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* CTA Button Styles */
.intro-cta {
    margin-top: 2 rem;
}

.btn-intro-cta.btn-profile {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-intro-cta span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #fff;
    color: var(--primary);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-left: 8px;
}

.btn-intro-cta {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 7px 11px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3); */
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-intro-cta:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
    color: #fff;
}

/* Center Circle */
.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -0%) !important;
    z-index: 10;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 7%;
}

.center-circle-content {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-title .center-circle-content-inner {}

.center-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Core Values Panels */
.core-values-panel {
    border-radius: 12px;
    overflow: hidden;
}

.core-values-panel img {
    transition: all 0.3s ease !important;
    transform: scale(1);
}

.core-values-panel:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.core-values-top-left {
    top: 0;
    left: 20px;
}

.core-values-top-right {
    top: 0;
    right: 20px;
}

.core-values-bottom-left {
    bottom: 0;
    left: 20px;
}

.core-values-bottom-right {
    bottom: 0;
    right: 20px;
}

.core-values-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(30, 58, 138, 0.3);
    display: flex;
    align-items: flex-end;
}

.panel-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.3;
}

.panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
    overflow: hidden;
}

.panel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
}

.panel-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    text-align: center;
}

.vision-mission-card {
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    padding-left: 50px;
    position: relative;
}

.image-header {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0 15px;
    color: var(--primary);
    line-height: 1.3;
    text-align: left;
}

.card-icon .inner .icon-wrapper img {
    max-width: 75px;
}

.card-icon .inner {
    background: #fff;
    padding: 10px 0;
}

.card-icon {
    text-align: center;
    position: absolute;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-icon i {
    width: 60px;
    height: 60px;
    background: #1e3a8a;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.vision-mission-card .card-content {
    position: relative;
    border: 2px solid var(--primary);
    height: 100%;
    padding-left: 50px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-right: 30px;
}

.card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    text-align: justify;
}

#block-operation {
    background: var(--primary) url(../images/bg-operation.png) no-repeat center;
    background-size: cover;
}

.operation-card img {
    min-width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.operation-card:after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.operation-card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    z-index: 1;
}

.operation-card .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 222;
    color: #fff;
    width: 90%;
}

.operation-card .info h3 {
    color: var(--second);
    text-transform: uppercase;
    font-size: 1.6rem;
}

.operation-card .info .visible-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.operation-card:hover .info .visible-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 200px;
    transition: all 0.6s ease 0.2s;
}

.operation-card .info .visible-text p {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    margin-bottom: 15px;
    line-height: 1.5;
}

.operation-card:hover .info .visible-text p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease 0.3s;
}

.operation-card .info .visible-text a {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--primary);
    text-decoration: none;
    background: var(--second);
    padding: 7px 20px;
    display: inline-block;
    border-radius: 30px;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s ease;
}

.operation-card:hover .info .visible-text a {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 0.5s ease 0.5s;
}

.operation-card .info .visible-text a:hover {
    background: var(--primary);
    color: var(--second);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Animation cho h3 title */
.operation-card .info h3 {
    color: var(--second);
    text-transform: uppercase;
    font-size: 1.6rem;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.operation-card img {
    transition: all 0.4s ease !important;
}

.operation-card:hover img {
    transform: scale(1.05) !important;
}

.operation-card:hover .info h3 {
    transform: translateY(-10px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease 0.1s;
}

@media(max-width: 768px) {
    #block-about {
        padding-bottom: 20px !important
    }

    .btn-view-all {
        padding: 5px 10px;
        font-size: 13px;
        margin: 10px 0;
    }

    .block-product .swiper-button-next,
    .block-product .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .block-product .swiper-button-next {
        right: 10px !important;
    }

    .block-product .swiper-button-prev {
        left: 10px !important;
    }

    .block-product .swiper-button-next:after,
    .block-product .swiper-button-prev:after {
        font-size: 12px !important;
    }

    .icon-box {
        width: 70px !important;
        height: 70px !important;
    }

    .feedback-wrap-content {
        margin-top: 20px
    }

    .home-title {
        font-size: 1.5rem;
        text-align: left;
        text-align: center;
    }

    .home-description,
    .header-item p {
        text-align: center;
    }

    .stat-number {
        letter-spacing: 1px;
        font-size: 1.6rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .btn-intro-cta {
        padding: 5px 10px;
    }

    .center-title {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {}

.operation-card .info {
    width: 95%;
}

.operation-card .info h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.operation-card:hover .info h3 {
    transform: translateY(-5px);
}

.operation-card .info .visible-text a {
    font-size: 1rem;
    padding: 6px 16px;
}

.operation-card .info .visible-text p {
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.operation-card .info .visible-text p,
.operation-card .info .visible-text a {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}

@media (max-width: 576px) {
    .operation-card .info h3 {
        font-size: 1.1rem;
    }

    .operation-card .info .visible-text a {
        font-size: 0.9rem;
        padding: 5px 14px;
    }

    .operation-card .info .visible-text p {
        font-size: 0.85rem;
    }
}

/* Category Tabs */
.home-hero .category-tabs-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-left: 42px;
    padding-right: 42px;
}

.home-hero .category-swiper {
    overflow: visible;
    overflow-x: hidden;
    padding: 5px 0;
}

.home-hero .category-swiper .swiper-slide {
    width: auto;
    margin-right: 12px;
}

.home-hero .category-tab {
    background: #ccc;
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.home-hero .category-tab:hover {
    background: var(--primary);
    transform: translateY(-2px);
    color: #fff;
}

.home-hero .category-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(95, 169, 199, 0.3);
}

/* Category Navigation */
.home-hero .category-next,
.home-hero .category-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--primary);
    font-size: 14px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.home-hero .category-next:hover,
.home-hero .category-prev:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
}

.home-hero .category-next {
    right: 0;
    top: 8px;
}

.home-hero .category-next:after,
.home-hero .category-prev:after {
    font-size: 13px;
}

.home-hero .category-prev {
    left: 0;
    top: 8px;
}

#block-why .why-fuji-content .inner .circle-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.7;
}

#block-why .why-fuji-content .inner .circle-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 10px solid var(--primary);
    top: 0;
    left: 0;
    z-index: 1;
}

#block-why .why-fuji-content .inner .circle-wrapper {
    background: url(../images/bg-why.jpg) no-repeat center;
    border-radius: 50%;
    position: relative;
}

#block-why {
    background-color: #FFFBEF;
    padding: 50px 0 100px 0;
}

.why-fuji-content {
    margin-top: 120px;
}

.circle-wrapper {
    position: relative;
    width: 380px;
    height: 380px;
    margin: 50px auto;
    z-index: 2;
}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
}

.center-logo img {
    width: 100%;
    max-width: 150px;
}

.icon-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reason-item .reason-text {
    position: absolute;
}

.reason-item.index-0 .reason-text,
.reason-item.index-2 .reason-text,
.reason-item.index-4 .reason-text {
    right: 130px;
    top: 15px;
    width: 350px;
    text-align: left;
}

.reason-text h5 {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.15rem;
}

.reason-item.index-1 .reason-text,
.reason-item.index-3 .reason-text,
.reason-item.index-5 .reason-text {
    left: 130px;
    top: 0px;
    width: 350px;
    text-align: left;
}

.reason-item.index-2 .reason-text {
    right: 100px;
}

.reason-item.index-3 .reason-text {
    left: 100px;
}

.feedback-header>span {
    background: var(--primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.feedback-header {
    border-top: 2px solid #FFEED7;
    padding-top: 20px;
}

.feedback-header .author-avatar {
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
}

.feedback-header .author-content {
    text-align: left;
}

.feedback-header .author-content .author-name {
    margin-bottom: 2px;
    font-size: 1.1rem;
    color: var(--primary);
    font-weight: 600;
}

.feedback-header .author-content .author-position {
    font-size: 14px;
}

.reason-item {
    position: absolute;
    top: calc(50% - 41px);
    left: calc(50% - 41px);
    width: 82px;
    height: 82px;
    z-index: 2;
    transform-origin: 41px 41px;
}

.reason-item.index-0 {
    --angle: 240deg;
}

.reason-item.index-1 {
    --angle: 300deg;
}

.reason-item.index-2 {
    --angle: 180deg;
}

.reason-item.index-3 {
    --angle: 0deg;
}

.reason-item.index-4 {
    --angle: 120deg;
}

.reason-item.index-5 {
    --angle: 60deg;
}

.reason-item {
    transform: rotate(var(--angle)) translate(189px) rotate(calc(-1 * var(--angle))) !important;
}

#block-feedback .container {
    position: relative;
    z-index: 2;
}

#block-feedback {
    position: relative;
}

#block-feedback:after {
    content: "";
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

#block-feedback:before {
    content: "";
    background: url(../images/bg-feedback.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#block-archivement .swiper-button-next,
#block-archivement .swiper-button-prev {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    right: 0px;
}

#block-archivement .swiper-button-prev {
    right: auto;
    left: 0;
}

/* ===== BLOCK ADVISE - FORM & VIDEO SWIPER ===== */
#block-advise {
    background: #8B0000;
    /* Dark red background */
    position: relative;
    overflow: hidden;
}

#block-advise .container {
    position: relative;
    z-index: 2;
}

/* Form Container */
.advise-form-container {
    max-width: 500px;
}

.advise-form-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 2rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.advise-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8B0000;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    line-height: 1.3;
}

.advise-form-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Form Inputs */
.advise-input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
}

.advise-input:focus {
    border-color: #8B0000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
}

.advise-input::placeholder {
    color: #999;
}

/* Submit Button */
.btn-submit-advise {
    background: #8B0000;
    color: #fff;
    border: none;
    padding: 0.875rem 2.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit-advise:hover {
    background: #A52A2A;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3);
}

/* Social Connect */
.advise-social-connect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
}

.social-connect-text {
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #8B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #8B0000;
}

.social-icon:hover {
    background: #8B0000;
    color: #fff;
    transform: translateY(-3px);
}

/* Video Swiper Container */
.video-swiper-container {
    padding: 2rem 0;
    position: relative;
    height: 100%;
    min-height: 500px;
}

.swiper-video-overlay {
    width: 100%;
    height: 100%;
    /* padding: 2rem 0; */
    overflow: visible;
    /* perspective: 1000px; */
}

.swiper-video-overlay .swiper-wrapper {
    align-items: center;
    display: flex;
}

.swiper-video-overlay .swiper-slide {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    opacity: 0.5;
    transform: scale(0.75);
    filter: blur(3px);
    z-index: 1;
    height: auto;
    flex-shrink: 0;
}

.swiper-video-overlay .swiper-slide-prev+.swiper-slide,
.swiper-video-overlay .swiper-slide-next+.swiper-slide,
.swiper-video-overlay .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    opacity: 0.3;
    transform: scale(0.65);
    filter: blur(4px);
    z-index: 0;
}

.swiper-video-overlay .swiper-slide-prev,
.swiper-video-overlay .swiper-slide-next {
    opacity: 1;
    transform: scale(0.85);
    filter: blur(1px);
    z-index: 2;
}

.swiper-video-overlay .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: blur(0) !important;
    z-index: 10 !important;
    position: relative;
}

.video-item-overlay {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); */
}

.video-item-overlay a {
    display: block;
    width: 100%;
    height: 100%;
}

.video-item-overlay .ratio:after {
    background: #11111191 url(../icon/video.svg) no-repeat center;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-item-overlay .ratio {
    width: 100%;
    height: 100%;
}

.video-item-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.swiper-video-overlay .swiper-slide-active .video-item-overlay {
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); */
    /* transform: scale(1.05); */
}

.swiper-video-overlay .swiper-slide-prev .video-item-overlay,
.swiper-video-overlay .swiper-slide-next .video-item-overlay {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Navigation Buttons */
.video-nav-next,
.video-nav-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #8B0000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 20;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-nav-next {
    right: 0;
}

.video-nav-prev {
    left: 0;
}

.video-nav-next:after,
.video-nav-prev:after {
    display: none;
}

.video-nav-next:hover,
.video-nav-prev:hover {
    background: #8B0000;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.video-nav-next i,
.video-nav-prev i {
    font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    #block-advise {
        padding: 2rem 0;
    }

    .advise-form-card {
        padding: 2rem;
    }

    .advise-form-title {
        font-size: 1.3rem;
    }

    .video-swiper-container {
        min-height: 400px;
        margin-bottom: 2rem;
    }

    .swiper-video-overlay .swiper-slide {
        transform: scale(0.9);
    }

    .swiper-video-overlay .swiper-slide-active {
        transform: scale(1) !important;
    }

    .video-nav-next,
    .video-nav-prev {
        width: 40px;
        height: 40px;
    }

    .video-nav-next {
        right: 5px;
    }

    .video-nav-prev {
        left: 5px;
    }
}

@media (max-width: 767.98px) {
    .vision-mission-card {
        padding-left: 32px;
    }

    .card-icon .inner .icon-wrapper img {
        max-width: 50px;
    }

    .vision-mission-card .card-content {
        padding-right: 15px;
    }

    .advise-form-card {
        padding: 1.5rem;
    }

    .advise-form-title {
        font-size: 1.1rem;
    }

    .advise-form-description {
        font-size: 0.85rem;
    }

    .advise-social-connect {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .social-icons {
        width: 100%;
        justify-content: flex-start;
    }

    .video-swiper-container {
        min-height: 350px;
        padding: 1rem 0;
    }

    .swiper-video-overlay {
        padding: 1rem 0;
    }

    .swiper-video-overlay .swiper-slide {
        transform: scale(0.85);
    }

    .swiper-video-overlay .swiper-slide-active {
        transform: scale(1) !important;
    }

    .video-item-overlay {
        padding: 10px;
    }

    .video-nav-next,
    .video-nav-prev {
        width: 35px;
        height: 35px;
    }

    .video-nav-next i,
    .video-nav-prev i {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .advise-form-card {
        padding: 1.25rem;
    }

    .advise-form-title {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .advise-form-description {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .advise-input {
        padding: 0.625rem 0.875rem;
        font-size: 0.9rem;
    }

    .btn-submit-advise {
        padding: 0.75rem 2rem;
        font-size: 0.9rem;
    }

    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .video-swiper-container {
        min-height: 300px;
    }
}

.block-trending {
    background: #F4F6FF;
}

/* Header Section */
.block-trending .trending-header {
    margin-bottom: 2rem;
}

.block-trending .trending-header-content {
    flex: 1;
}

.block-trending .trending-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Navigation Buttons */
.block-trending .trending-navigation {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.block-trending .trending-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #5e5e5e;
    background: transparent;
    color: #5e5e5e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.block-trending .trending-nav-btn:hover {
    background: transparent;
    color: #fff;
    transform: scale(1.05);
    border-color: var(--primary);
    background: var(--primary);
}

.block-trending .trending-nav-btn:active {
    transform: scale(0.95);
}

/* Swiper Container */
.block-trending .trending-swiper {
    /* overflow: visible; */
}

/* Trending Card */
.block-trending .trending-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block-trending .trending-card:hover {
    transform: translateY(-5px);
}

/* Card Image Section */
.block-trending .trending-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.block-trending .trending-card:hover .trending-card-image img {
    transform: scale(1.05);
}

/* Card Color Section */
.block-trending .trending-card-color {
    padding: 2rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 180px;
    flex: 1;
}

/* Droplet Icon */
.block-trending .trending-droplet-icon {
    position: absolute;
    top: -30px;
    left: 1.5rem;
    width: 60px;
    height: 80px;
    z-index: 2;
}

.block-trending .trending-droplet-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Color Info */
.block-trending .trending-color-info {
    margin-top: 3rem;
    width: 100%;
}

.block-trending .trending-color-name {
    font-size: 1.15rem;
    margin-bottom: 0.1rem;
    line-height: 1.3;
    font-weight: 400;
}

.block-trending .trending-color-code {
    font-size: 0.95rem;
    margin: 0;
    font-weight: 300;
}

/* Arrow Button */
.block-trending .trending-arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-end;
}

.block-trending .trending-arrow-btn:hover {
    background: #333;
    color: #ffffff;
    border-color: #333;
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .block-trending .trending-header {
        flex-direction: column;
        gap: 1.5rem;
    }

    .block-trending .trending-navigation {
        justify-content: flex-start;
    }

    .block-trending .trending-title {
        font-size: 1.75rem;
    }

    .block-trending .trending-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .block-trending .trending-title {
        font-size: 1.5rem;
    }

    .block-trending .trending-description {
        font-size: 0.9rem;
    }

    .block-trending .trending-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .block-trending .trending-card-color {
        padding: 1.5rem 1.25rem;
        min-height: 160px;
    }

    .block-trending .trending-droplet-icon {
        width: 50px;
        height: 65px;
        top: -25px;
    }

    .block-trending .trending-color-info {
        margin-top: 2.5rem;
    }

    .block-trending .trending-color-name {
        font-size: 1.1rem;
    }

    .block-trending .trending-color-code {
        font-size: 0.85rem;
    }

    .block-trending .trending-arrow-btn {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 575.98px) {
    .block-trending .trending-header {
        gap: 1rem;
    }

    .block-trending .trending-title {
        font-size: 1.35rem;
    }

    .block-trending .trending-card-color {
        padding: 1.25rem 1rem;
        min-height: 150px;
    }

    .block-trending .trending-droplet-icon {
        width: 45px;
        height: 60px;
        top: -22px;
        left: 1rem;
    }

    .block-trending .trending-color-info {
        margin-top: 2.25rem;
    }
}

/* ========================================
   BLOCK PROJECT - DÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n tiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªu biÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢u
   Stacked gallery with hover rotate effect
======================================== */
.block-project {
    background: #fff;
    overflow: hidden;
}

/* Header Section */
.project-header {
    margin-bottom: 2rem;
}

.project-header-content {
    flex: 1;
}

.project-header-content .home-title {
    margin-bottom: 0.5rem;
}

.project-header-content .home-description {
    margin: 0;
    color: #666;
    font-size: 1rem;
}

/* Font Playfair for title */
.font-playfair {
    font-family: 'Playfair Display', serif;
}

.font-italic {
    font-style: italic;
}

/* Navigation Buttons */
.project-navigation {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.project-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: transparent;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.project-nav-btn:hover,
.project-nav-btn.active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: scale(1.05);
}

.project-nav-btn:active {
    transform: scale(0.95);
}

/* Swiper Container */
.project-swiper {
    overflow: hidden;
    padding: 20px 0 40px;
}

.project-swiper .swiper-slide {
    height: auto;
}

/* ========================================
   BLOCK REGISTER
   Before/After slider + Registration form
======================================== */
.block-register {
    background: #f5f5f5;
    overflow: hidden;
}

.register-wrapper {
    display: flex;
    min-height: 400px;
}

/* Left Side - Before/After Image */
.register-image-side * {
    outline: none;
    webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Standard syntax */
}

.register-image-side {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.before-after-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: ew-resize;
    webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Standard syntax */
}

.ba-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.ba-image img {
    width: auto;
    height: 100% !important;
    object-fit: cover !important;
    max-width: none !important;
    max-height: none !important;
    position: absolute;
    min-width: 100%;
    filter: grayscale(100%) !important;
}

/* After image is the base */
.ba-after {
    z-index: 1;
}

/* Before image overlays, clipped from right */
.ba-before {
    z-index: 2;
    width: 50%;
    overflow: hidden;
    clip-path: inset(0);
    will-change: width;
    backface-visibility: hidden;
}

/* CRITICAL: Before image must maintain full container size, not scale with parent */
.ba-before img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
}


.ba-before img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;

    height: 100%;
    object-fit: cover;
    filter: none !important;
}

/* Labels */
.ba-label {
    position: absolute;
    top: 20px;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 5;
}

.ba-label-after {
    right: 20px;
    background: #5F9B66;
    color: #fff;
}

.ba-label-before {
    left: 20px;
    background: var(--primary);
    color: #fff;
}

/* Slider Line */
.ba-slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #fff;
    z-index: 10;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Slider Handle */
.ba-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    z-index: 15;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
    transition: transform 0.2s ease;
}

.ba-slider-handle:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.ba-handle-icon {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 0.75rem;
}

/* Right Side - Form */
.register-form-side {
    flex: 0 0 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    padding: 3rem;
}

.register-form-content {
    width: 100%;
    max-width: 590px;
}

.register-form-content .home-title {
    color: #fff;
    margin-bottom: 0.75rem;
}

.register-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Form Styles */
.register-form .form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.register-form .form-group {
    flex: 1;
}

.register-form .form-group.full-width {
    width: 100%;
}

.register-form .form-group.half-width {
    flex: 0 0 calc(50% - 0.5rem);
}

.register-form input,
.register-form textarea {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 0;
    border: 0;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.register-form input::placeholder,
.register-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.register-form input:focus,
.register-form textarea:focus {
    outline: none;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.register-form textarea {
    resize: none;
    min-height: 80px;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-register span {
    background: var(--primary);
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 50%;
    line-height: 28px;
}

.btn-register {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.475rem 1.5rem;
    background: #fff;
    color: #ff5733;
    border: none;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-register i {
    transition: transform 0.3s ease;
}

.btn-register:hover i {
    transform: translateX(3px);
}

.btn-find-dealer {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.475rem 1.5rem;
    color: var(--primary);
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;
}

.btn-find-dealer:hover {
    background: #fff;
    color: #ff5733;
}

/* Responsive */
@media (max-width: 991.98px) {
    .register-wrapper {
        flex-direction: column;
    }

    .register-image-side {
        flex: 0 0 auto;
        height: 300px;
    }

    .register-form-side {
        flex: 0 0 auto;
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .register-image-side {
        height: 250px;
    }

    .register-form-side {
        padding: 1.5rem;
    }

    .register-form-content .home-title {
        font-size: 1.5rem;
    }

    .register-description {
        font-size: 0.9rem;
    }

    .register-form .form-row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .register-form .form-group.half-width {
        flex: 0 0 100%;
    }

    .form-actions {
        flex-direction: row;
    }

    .btn-register,
    .btn-find-dealer {
        justify-content: center;
        width: 100%;
    }

    .ba-slider-handle {
        width: 40px;
        height: 40px;
    }

    .ba-label {
        padding: 5px 15px;
        font-size: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .register-image-side {
        height: 200px;
    }

    .register-form-content .home-title {
        font-size: 1.3rem;
    }

    .register-form input,
    .register-form textarea {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .btn-register,
    .btn-find-dealer {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
}

/* --- GRID CONTAINER --- */
.gallery-grid {
    display: grid;
    min-height: 685px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
        ". . . . . image3 image3 image3"
        "image0 image0 image0 image1 image1 image3 image3 image3"
        "image0 image0 image0 image1 image1 image3 image3 image3"
        "image0 image0 image0 image2 image2 image2 image4 image4"
        "image0 image0 image0 image2 image2 image2 image4 image4"
        ". . . image2 image2 image2 . .";
    grid-auto-rows: 1fr;
}


.header-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    grid-area: 1 / 1 / 2 / 4;
    width: 100%;
    margin-top: -100px;
    max-width: 700px;
    transform: translate(0px, 100px);
}



.header-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.gallery-item1 {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.gallery-item1 a:hover:after {
    opacity: 0.6;
}

.gallery-item1 a:hover span {
    opacity: 1;
}

.gallery-item1 a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-item1 a {
    height: 100% !important;
    display: flex;
}

.gallery-item1 a span {
    opacity: 0;
    transition: 0.7s ease;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    z-index: 2;
}

.gallery-item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item-ysl {
    /* grid-area: 2 / 1 / 4 / 3; */
    grid-area: image0;
    aspect-ratio: auto;
}

.item-green {
    grid-area: 2 / 3 / 3 / 4;
    grid-area: image1;
}

.item-grey {
    /* grid-area: 1 / 4 / 3 / 6; */
    grid-area: image2;
}

.item-black {
    grid-area: 3 / 3 / 5 / 5;
    grid-area: image3;
}

.item-beige {
    /* grid-area: 3 / 5 / 4 / 6; */
    grid-area: image4;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .gallery-grid {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }


    .item-ysl,
    .item-green,
    .item-grey,
    .item-black,
    .item-beige {
        flex: 0 0 calc(50% - 10px);
        width: 50%;
    }

    .item-beige {
        flex: 0 0 100%;
        width: 50%;
    }

    .header-item {
        height: auto;
        margin-bottom: 20px;
        transform: none;
        margin: 0;
    }
}