@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* =============================================
   BUTTONS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Phong cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ch ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng Nam ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â
   ============================================= */

/* Base */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.3s ease,
        color 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Shimmer sweep on hover */
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.22) 50%,
            transparent 100%);
    transition: left 0.5s ease;
    pointer-events: none;
}

.btn:hover::after {
    left: 150%;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:active {
    transform: translateY(0);
}

/* Icon inside button */
.btn .material-symbols-outlined {
    font-size: 18px;
    transition: transform 0.25s ease;
}

.btn:hover .material-symbols-outlined {
    transform: translateX(3px);
}

/* --- Size variant --- */
.btn-lg {
    padding: 15px 34px;
    font-size: 15px;
}

/* --- Primary (ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â gÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡ch chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­nh) --- */
.btn-primary {
    background: linear-gradient(135deg, #d65702 0%, #d65702 50%, #7a3d1f 100%);
    color: #ffffff;
    box-shadow:
        0 4px 12px rgba(144, 76, 39, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #c97e30 0%, #a0572f 50%, #d65702 100%);
    box-shadow:
        0 8px 20px rgba(144, 76, 39, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* --- Dark (NÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢u ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â­m) --- */
.btn-dark {
    background: #d65702;
    color: #ffffff;
    box-shadow:
        0 4px 12px rgba(44, 26, 14, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-dark:hover {
    background: linear-gradient(135deg, #4e2e18 0%, #3a2010 60%, #000 100%);
    box-shadow:
        0 8px 20px rgba(44, 26, 14, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* --- Outline Dark (ViÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Ân nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢u amber) --- */
.btn-outline-dark {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    box-shadow:
        0 2px 8px rgba(183, 110, 36, 0.08),
        inset 0 0 0 0 rgba(183, 110, 36, 0);
}

.btn-outline-dark:hover {
    background: linear-gradient(135deg, #d65702 0%, #d65702 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow:
        0 6px 18px rgba(144, 76, 39, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* --- Outline White (ViÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Ân trÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯ng ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¹ng trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Ân tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“i) --- */
.btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #000;
    border-color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}




/* Hero Section */
.banner-container-section .hero {
    height: 80vh;
}

.banner-container-section .hero-bg {
    width: 100%;
    /* height: auto; */
    /* display: block; */
    /* object-fit: cover; */
    filter: brightness(0.85);
    z-index: 0;
}

.banner-container-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(24, 40, 30, 0.4), transparent);
    z-index: 0;
}

.banner-container-section .wood-texture-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/wood-pattern.png');
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}

.banner-container-section .hero-content {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    padding-top: 5rem;
}

.banner-container-section .hero-text {
    max-width: 42rem;
    color: #fff;
}

.banner-container-section .hero-subtitle {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffdbcb;
    margin-bottom: 1rem;
    display: block;
}

.banner-container-section .hero-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .banner-container-section .hero-title {
        font-size: 48px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }
}

.banner-container-section .hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(228, 226, 221, 0.9);
    margin-bottom: 2rem;
}

.banner-container-section .hero-actions {
    display: flex;
    gap: 1rem;
}




/* Services Bar */
.services-bar {
    background-color: #18281e;
    padding: 32px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
}

.service-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7c08e;
    padding: 9px;
}

.service-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

/* Portfolio Section */
.portfolio-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

/* Subtitle ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â centered, above title, with flanking lines */
.section-subtitle {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22em;
    font-weight: 700;
    text-transform: uppercase;
    color: #d65702;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

/* Decorative flanking lines */
.section-subtitle::before,
.section-subtitle::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 36px;
    background: linear-gradient(90deg, transparent, #d65702);
    flex-shrink: 0;
}

.section-subtitle::after {
    background: linear-gradient(90deg, #d65702, transparent);
}

/* Title ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â block, centered */
.section-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.01em;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Ornament dÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi tiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªu ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â: ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âng dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â 2 ÃƒÆ’Ã¢â‚¬Å¾ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§u */
.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 1.5px;
    background: linear-gradient(90deg,
            transparent 0%,
            #d65702 30%,
            #d4a853 50%,
            #d65702 70%,
            transparent 100%);
    border-radius: 2px;
}

.section-title::before {
    content: none;
}

/* Portfolio Slider */
.portfolio-slider {
    margin: 0 -12px;
}

/* --- Product Card (pf-card) --- */
.pf-card {
    margin: 0 12px 4px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 2px 8px rgba(144, 76, 39, 0.06),
        0 6px 20px rgba(0, 0, 0, 0.07);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(212, 168, 83, 0.12);
    position: relative;
}

.pf-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 4px 16px rgba(144, 76, 39, 0.1),
        0 14px 36px rgba(0, 0, 0, 0.12);
}

/* Top accent line on hover */
.pf-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #000 0%, #d65702 35%, #d4a853 65%, #d65702 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pf-card:hover::before {
    opacity: 1;
}

/* Image */
.pf-card-img-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.pf-card-img-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pf-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.pf-card:hover .pf-card-img-wrap img {
    transform: scale(1.07);
}

/* Card body */
.pf-card-body {
    padding: 20px 22px 22px;
}

/* Title */
.pf-card-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 50px;
}

.pf-card-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pf-card:hover .pf-card-title a {
    color: #d65702;
}

/* Description ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 3 lines clamp */
.pf-card-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #6b5240;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read-more link */
.pf-card-link {
    color: #d65702;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.pf-card-link .material-symbols-outlined {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.pf-card:hover .pf-card-link {
    gap: 10px;
    color: #d65702;
}

.pf-card:hover .pf-card-link .material-symbols-outlined {
    transform: translateX(3px);
}

/* Slick arrows for portfolio-slider */
.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid rgba(183, 110, 36, 0.25);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 5;
    transition: background 0.25s, border-color 0.25s;
    top: 50%;
    opacity: 1;
}

.portfolio-slider .slick-prev {
    left: -15px;
    right: unset;
}

.portfolio-slider .slick-next {
    right: -15px;
}

.portfolio-slider .slick-prev:hover,
.portfolio-slider .slick-next:hover {
    background: #d65702;
    border-color: #d65702;
}

.portfolio-slider .slick-prev svg,
.portfolio-slider .slick-next svg {
    width: 12px;
    height: 12px;
    fill: #d65702;
}

.portfolio-slider .slick-prev:hover svg path,
.portfolio-slider .slick-next:hover svg path {
    fill: #fff;
}

.portfolio-slider .slick-dots {
    bottom: -32px;
    margin-top: 20px;
}

.portfolio-slider .slick-dots li button:before {
    color: #d65702;
    opacity: 0.35;
    font-size: 8px;
}

.portfolio-slider .slick-dots li.slick-active button:before {
    color: #d65702;
    opacity: 1;
}

/* Keep old .card styles for backward compat (used elsewhere) */
.card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    aspect-ratio: 5 / 5;
    margin: 0px 10px;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.card:hover img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%, transparent);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
}

.card-title {
    font-family: 'Epilogue', sans-serif;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.card-link {
    color: #e7c08e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    transition: gap 0.3s;
}

.card:hover .card-link {
    gap: 1rem;
}

/* Products Section */
.products-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-header-left {
    margin-bottom: 2rem;
}

.section-title-underlined {
    font-family: 'Epilogue', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #18281e;
    display: inline-block;
    border-bottom: 4px solid #d65702;
    padding-bottom: 0.5rem;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Spotlight Section */
.spotlight-section {
    background-color: #f0eee9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.spotlight-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .spotlight-container {
        flex-direction: row;
    }
}

.spotlight-image-col,
.spotlight-text-col {
    width: 100%;
}

@media (min-width: 768px) {

    .spotlight-image-col,
    .spotlight-text-col {
        width: 50%;
    }
}

.spotlight-image-col {
    position: relative;
}

.spotlight-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.spotlight-bg-1 {
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 6rem;
    height: 6rem;
    background-color: rgba(231, 192, 142, 0.3);
    border-radius: 0.5rem;
    z-index: -1;
}

.spotlight-bg-2 {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
    background-color: rgba(255, 166, 122, 0.2);
    border-radius: 0.5rem;
    z-index: -1;
}

.spotlight-subtitle {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #d65702;
    margin-bottom: 1rem;
    display: block;
}

.spotlight-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #18281e;
    margin-bottom: 1rem;
}

.spotlight-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #434844;
    margin-bottom: 2rem;
}

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

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #1b1c19;
    font-size: 16px;
}

.feature-list .material-symbols-outlined {
    color: #d65702;
    font-size: 1.25rem;
}

/* =============================================
   ABOUT STRIPS SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â 3 khÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi so le trÃƒÆ’Ã‚Â¡i phÃƒÂ¡Ã‚ÂºÃ‚Â£i
   ============================================= */
.about-strips-section {
    background: #f5f0e8;
}

/* Each strip row */
.about-strip {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
}

/* Image fills right 60% */
.about-strip-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 0;
}

.about-strip-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-strip:hover .about-strip-img-wrap img {
    transform: scale(1.04);
}

/* White card overlapping from left */
.about-strip-card {
    position: relative;
    z-index: 2;
    background: #fffffffc;
    width: 48%;
    margin: 40px 0 40px 5%;
    padding: 44px 48px;
    box-shadow:
        0 4px 20px rgba(44, 26, 14, 0.08),
        0 16px 48px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-left: 4px solid #d65702;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Reversed: image left, card right */
.about-strip--reverse .about-strip-img-wrap {
    left: 0;
    right: auto;
}

.about-strip--reverse .about-strip-card {
    margin-left: auto;
    margin-right: 5%;
    border-left: none;
    border-right: 4px solid #d65702;
}

/* Number label */
.about-strip-label {
    font-family: 'Epilogue', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: rgb(214 87 0);
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

/* Title */
.about-strip-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.35;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Description */
.about-strip-desc {
    font-size: 14.5px;
    line-height: 1.75;
    color: #5a4232;
    margin-bottom: 24px;
    flex-grow: 1;
}

/* Link */
.about-strip-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d65702;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    transition: gap 0.3s ease, color 0.3s ease;
    width: fit-content;
}

.about-strip-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #d65702;
    transition: width 0.3s ease;
}

.about-strip-link:hover {
    gap: 10px;
    color: #d65702;
}

.about-strip-link:hover::after {
    width: 100%;
}

.about-strip-link .material-symbols-outlined {
    font-size: 17px;
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
    .about-strip {
        flex-direction: column;
        min-height: auto;
        margin-bottom: 20px;
        gap: 20px 0px;
    }

    .about-strip-img-wrap {
        position: relative;
        width: 100%;
        height: 240px;
        top: auto;
        right: auto;
        left: auto;
    }

    .about-strip--reverse .about-strip-img-wrap {
        left: auto;
    }

    .about-strip-card {
        width: auto;
        margin: 0;
        border-radius: 0;
        border-left: 4px solid #d65702 !important;
        border-right: none !important;
        padding: 28px 24px;
        margin-right: 0px !important;
    }

    .about-strip-label {
        font-size: 32px;
    }

    .about-strip-title {
        font-size: 18px;
    }
}

/* Cutlery Minimal */

.cutlery-minimal {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f0eee9;
}

.cutlery-minimal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 768px) {
    .cutlery-minimal-wrapper {
        flex-direction: row;
    }
}

.cutlery-minimal-text,
.cutlery-minimal-image {
    width: 100%;
}

@media (min-width: 768px) {
    .cutlery-minimal-text {
        width: 40%;
        padding-right: 4rem;
    }

    .cutlery-minimal-image {
        width: 60%;
    }
}

.cutlery-minimal-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    color: #18281e;
    margin-bottom: 1.5rem;
}

.cutlery-minimal-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #434844;
    margin-bottom: 2.5rem;
}

.cutlery-minimal-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.cutlery-minimal-image:hover img {
    transform: scale(1.02);
}

/* =============================================
   BLOG / NEWS SECTION ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Phong cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng Nam ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â
   ============================================= */

.blog-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/* Batik-inspired background texture */
.blog-section::before {}

.blog-section>* {
    position: relative;
    z-index: 1;
}

/* --- Section Header --- */
.blog-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .blog-header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.blog-header-text {
    max-width: 42rem;
    position: relative;
    padding-bottom: 16px;
}

/* Decorative underline with diamond motif */
.blog-header-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d65702, #d65702, #d4a853);
    border-radius: 2px;
}

.blog-subtitle {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    font-weight: 700;
    text-transform: uppercase;
    color: #d65702;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-subtitle::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, #d65702, #d4a853);
    border-radius: 1px;
    flex-shrink: 0;
}

.blog-section-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.01em;
}

/* --- Blog Cards Grid (Slick Slider items) --- */
.blog-slider {
    margin: 0 -12px;
}

.blog-card {
    display: block;
    margin: 0 10px 20px !important;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0px 3px rgba(144, 76, 39, 0.06),
        0 8px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border: 1px solid rgba(212, 168, 83, 0.12);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 4px 16px rgba(144, 76, 39, 0.1),
        0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Top decorative bar ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â SEA pattern strip */
.blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #000 0%, #d65702 35%, #d4a853 65%, #d65702 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.blog-card:hover::before {
    opacity: 1;
}

/* --- Image Wrapper --- */
.blog-img-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.blog-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent 55%,
            rgba(44, 26, 14, 0.18) 100%);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.35s ease;
}

.blog-card:hover .blog-img-wrap::after {
    opacity: 0.6;
}

.blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}

.blog-card:hover .blog-img-wrap img {
    transform: scale(1.07);
}

/* --- Card Body --- */
.blog-card-body {
    padding: 22px 24px 24px;
}

/* --- Category Badge --- */
.blog-meta {
    font-size: 10.5px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
    color: #d65702;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(183, 110, 36, 0.09);
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid rgba(183, 110, 36, 0.18);
}

.blog-meta::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d65702;
    border-radius: 50%;
    flex-shrink: 0;
}

/* --- Title --- */
.blog-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card:hover .blog-title {
    color: #d65702;
}

/* --- Excerpt --- */
.blog-excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: #6b5240;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Read More Link --- */
.blog-link {
    color: #d65702;
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: gap 0.3s ease, color 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.blog-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #d65702;
    transition: width 0.3s ease;
}

.blog-card:hover .blog-link {
    gap: 10px;
    color: #d65702;
}

.blog-card:hover .blog-link::after {
    width: 100%;
}

/* Slick dots & arrows for blog slider */
.blog-slider .slick-dots {
    bottom: -32px;
}

.blog-slider .slick-dots li button:before {
    color: #d65702;
    opacity: 0.35;
    font-size: 8px;
}

.blog-slider .slick-dots li.slick-active button:before {
    color: #d65702;
    opacity: 1;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid rgba(183, 110, 36, 0.25);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 999999;
    transition: background 0.25s, border-color 0.25s;
    top: 50%;
    opacity: 1;
}

.blog-slider .slick-prev {
    left: -15px;
    right: unset;
}

.blog-slider .slick-next {
    right: -15px;
}

.blog-slider .slick-prev:hover,
.blog-slider .slick-next:hover {
    background: #d65702;
    border-color: #d65702;
}

.blog-slider .slick-prev:hover svg path,
.blog-slider .slick-next:hover svg path {
    fill: #fff;
}

.blog-slider .slick-prev svg,
.blog-slider .slick-next svg {
    width: 12px;
    height: 12px;
    fill: #d65702;
}

@media (max-width: 767px) {
    .blog-section {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .blog-section-title {
        font-size: 26px;
    }

    .blog-card-body {
        padding: 18px 18px 20px;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-slider .slick-prev,
    .blog-slider .slick-next {
        top: 50%;
    }
}

.item.slick-slide img {
    height: 610px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .item.slick-slide img {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .item.slick-slide img {
        height: 380px;
    }
}

/* CTA Section */
.cta-section {
    background-color: #e4e2dd;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    padding-bottom: 85px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-icon {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    opacity: 0.1;
}

.cta-icon .material-symbols-outlined {
    font-size: 300px;
    color: #18281e;
}

.cta-container {
    position: relative;
    z-index: 10;
    text-align: center;
}

.cta-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.cta-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .cta-actions {
        flex-direction: row;
    }
}

/* Contact Banner Section */
/* =============================================
   CONTACT BANNER SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Premium SEA Style
   ============================================= */
.contact-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 3.5rem 0;
    color: #fff;
    overflow: hidden;
}

/* Multi-layer warm overlay */
.contact-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg,
            rgba(44, 26, 14, 0.92) 0%,
            rgba(89, 58, 30, 0.88) 40%,
            rgba(144, 76, 39, 0.82) 100%);
}

/* Subtle ambient glow top-right */
.contact-banner-overlay::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(212, 168, 83, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.contact-banner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    z-index: 1;
}

/* Title block */
.contact-banner-title {
    font-family: 'Epilogue', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

/* Accent left bar */
.contact-banner-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    background: linear-gradient(to bottom, #d4a853, #d65702);
    border-radius: 2px;
}

/* Subtitle text under title */
.contact-banner-title small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
    letter-spacing: 0.04em;
}

/* Divider between title and icons (desktop) */
.contact-banner-divider {
    display: none;
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(212, 168, 83, 0.4), transparent);
    flex-shrink: 0;
}

/* Contact items row */
.contact-banner-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
    justify-content: center;
    align-items: center;
}

/* Each item */
.contact-banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 10px;
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.3s ease;
    position: relative;
}

.contact-banner-item:hover {
    transform: translateY(-6px);
    color: #fff;
}

/* Icon circle */
.contact-banner-icon {
    width: 58px;
    height: 58px;
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    background: rgba(255, 255, 255, 0.06);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    object-fit: contain;
}

.contact-banner-item:hover .contact-banner-icon {
    background: rgba(212, 168, 83, 0.18);
    border-color: rgba(212, 168, 83, 0.8);
    box-shadow: 0 0 20px rgba(212, 168, 83, 0.25);
}

/* Label text */
.contact-banner-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

.contact-banner-item:hover .contact-banner-text {
    color: #d4a853;
}

@media (min-width: 992px) {
    .contact-banner-container {
        flex-direction: row;
        gap: 3rem;
    }

    .contact-banner-divider {
        display: block;
    }

    .contact-banner-title {
        font-size: 30px;
        min-width: 280px;
    }

    .contact-banner-items {
        gap: 2rem 3rem;
    }
}


/* --- Banner Overlay Content --- */
.banner-slider .item {
    position: relative;
}

.banner-slider .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 66%) 0%, rgba(255, 255, 255, 0.1) 100%);
    pointer-events: none;
    z-index: 1;
}



.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    /* Let clicks pass through if needed, but the button should be clickable */
}

.banner-content .ctnr {
    pointer-events: none;
}

.banner-content .banner-content-inner {
    max-width: 55%;
    pointer-events: auto;
    /* Re-enable pointer events for the contents */
}

.banner-title {
    font-family: 'Epilogue', sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 10px 0 20px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.01em;
}

.banner-subtitle,
.banner-subtitle span {
    font-family: inherit !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 25px;
    max-width: 700px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.banner-content-inner>span {
    font-family: 'Epilogue', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 10px 0 25px 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.banner-content-inner>span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #d4a853, #d65702);
    border-radius: 2px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.banner-btn:hover {
    background-color: #d65700;
    color: #ffffff;
    border-color: #d65700;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(214, 87, 0, 0.3);
}

p.contact-banner-desc {
    max-width: 481px;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 5px;
}

.blog-title a {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-btn svg {
    transition: transform 0.2s ease;
}

.banner-btn:hover svg {
    transform: translateX(3px);
}

.banner-slider .slick-dots {
    bottom: 0px;
    z-index: 15;
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
}

.banner-slider .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
    font-size: 10px;
}

.banner-slider .slick-dots li.slick-active button:before {
    color: #d65700;
    opacity: 1;
}

.about-strip:last-child {
    margin-bottom: 0px;
}

section.about-strips-section {
    padding-bottom: 40px;
}

.cta-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    top: 0;
    left: 0;
    right: 0;
}

.banner-subtitle span {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 20px 0;
}

section.spotlight-section .btn.btn-outline-dark {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d65700;
    padding: 18px 29px;
    border-radius: 40px;
    border: 1px solid rgba(183, 110, 36, 0.18);
}

.blog-section .btn.btn-outline-dark {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d65700;
    padding: 12px 23px;
    border-radius: 40px;
    border: 1px solid rgba(183, 110, 36, 0.18);
}

main#main {
    overflow: hidden;
}

.banner-slider .slick-slide .banner-content-inner>* {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-slider .slick-slide.slick-active .banner-content-inner>* {
    opacity: 1;
    transform: translateY(0);
}

.banner-slider .slick-slide.slick-active .banner-content-inner span {
    transition-delay: 0.3s;
}

.banner-slider .slick-slide.slick-active .banner-content-inner .banner-title {
    transition-delay: 0.5s;
}

.banner-slider .slick-slide.slick-active .banner-content-inner .banner-subtitle {
    transition-delay: 0.7s;
}

.banner-slider .slick-slide.slick-active .banner-content-inner .banner-btn {
    transition-delay: 0.9s;
}

/* Responsive Headings */
@media (max-width: 767px) {

    .section-title,
    .spotlight-title,
    .cta-title {
        font-size: 20px;
    }

    .contact-banner-title {
        font-size: 22px;
    }

    .services-grid.slick-initialized {
        display: block;
    }

    .slick-dots {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        width: 100% !important;
        box-sizing: border-box;
    }

    .services-grid .slick-dots,
    .blog-slider .slick-dots,
    .portfolio-slider .slick-dots,
    .products-slider .slick-dots {
        margin-top: 20px;
        position: static;
        gap: 8px;
    }

    .services-grid .slick-dots li button:before {
        color: #fff;
        opacity: 0.4;
    }

    .services-grid .slick-dots li.slick-active button:before {
        color: #e7c08e;
        opacity: 1;
    }

    .contact-banner-container {
        align-items: flex-start;
    }

    .contact-banner-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        gap: 1rem;
    }

    .contact-banner-item {
        flex-direction: row;
        gap: 10px;
        width: calc(50% - 0.5rem);
    }

    .contact-banner-icon {
        width: 42px;
        height: 42px;
        padding: 8px;
    }

    .contact-banner-text {
        font-size: 15px;
    }
}

/* Responsive banner content */
@media (max-width: 992px) {
    .portfolio-slider .slick-next {
    right: 5px;
}
.portfolio-slider .slick-prev {
    left: 5px;
    right: unset;
}

    .blog-slider .slick-next {
        right: 5px;
    }

    .blog-slider .slick-prev {
        left: 5px;
    }

    .banner-slider .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }

    .btn-member-submit {
        text-align: center;
    }

    .banner-content {
        /* display: none; */
    }

    .about-strips-section {
        padding: 20px 0px;
    }

    .blog-header {
        flex-direction: row;
    }

    .banner-subtitle {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .banner-content-inner>span {
        font-size: 25px;
        
    }

    .banner-content .banner-content-inner {
        max-width: 70%;
    }

    .banner-slider img {
        min-height: 400px;
        object-fit: cover;
    }
}


@media (max-width: 480px) {
    .banner-content .banner-content-inner {
        max-width: 100%;
    }

    .banner-title span {
        padding: 2px 6px;
    }
}