:root {
    --title-font: 'Lato', sans-serif;
    --body-bg: #311e11 !important;
    --theme-color: #ffa400 !important;
    --light-color2: #21130a !important;
    --border-color: #180d05 !important;
}

.home-luxury-hotel-2 {
    --body-bg: #311e11 !important;
}

.header-layout4 .header-top {
    background: var(--light-color2);
    border-bottom: 1px solid var(--border-color);
}

.header-layout4 .menu-area {
    background: var(--body-bg);
    border-bottom: 1px solid var(--border-color);
}


.header-layout4 .th-btn2 {
    border-color: var(--border-color);
}

.header-layout4 .header-logo img {
    max-width: 100px;
}

.room-box.style2 .box-img:before {
    display: none;
    opacity: 0;
}

.room-box.style2 .box-img img {
    height: 450px;
    border-radius: 20px;
}

.offer-slider5 .swiper-slide {
    margin: 0;
    padding: 0 10px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    will-change: transform, width;
    box-sizing: border-box;
}

/* Suavizar transições do room-box */
.offer-slider5 .room-box.style2 {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* Melhorar performance das transições dos elementos internos */
.offer-slider5 .room-box.style2 .box-content,
.offer-slider5 .room-box.style2 .box-wrapp,
.offer-slider5 .room-box.style2 .box-title-area {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

/* Evitar bordas e tremor durante as transições */
.offer-slider5 .swiper-slide,
.offer-slider5 .room-box.style2,
.offer-slider5 .room-box.style2 .box-img,
.offer-slider5 .room-box.style2 .box-img img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Garantir transições suaves nas mudanças de largura */
.offer-slider5 .swiper-slide.swiper-slide-active {
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Corrigir problemas de container durante transições */
.offer-slider5 .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-layout1 .footer-logo img {
    max-width: 120px;
}

.footer-layout1-2 .footer-logo:after,
.footer-layout1-2 .footer-logo:before {
    background: var(--theme-color);
}

.scroll-top {
    bottom: 150px !important;
}

.scroll-top svg {
    background: var(--body-bg);
}

.scroll-top svg:hover {
    background: var(--border-color);
}

/* ===========================================
   PAGE STYLES - ABOUT PAGE
   =========================================== */
.about-section {
    position: relative;
    overflow: hidden;
}

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

.about-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8B4513, #A0522D);
    border-radius: 2px;
}

.about-subtitle {
    font-size: 1.3rem;
    color: #D2B48C;
    margin-bottom: 25px;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #f8f9fa;
    margin-bottom: 40px;
    text-align: justify;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.about-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    color: #D2B48C;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover {
    transform: translateY(-5px);
}

.about-image {
    width: 100%;
    height: 380px !important;
    object-fit: cover;
    border-radius: 20px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.3), rgba(160, 82, 45, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image-wrapper:hover .image-overlay {
    opacity: 1;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #8B4513;
    transition: transform 0.3s ease;
}

.play-icon:hover {
    transform: scale(1.1);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #A0522D);
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #8B4513, #A0522D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(139, 69, 19, 0.3);
}

.service-card h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.service-card p {
    color: #f8f9fa;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

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

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.team-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card h4 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.team-card p {
    color: #D2B48C;
    margin-bottom: 5px;
    font-weight: 600;
}

.team-card span {
    color: #f8f9fa;
    font-size: 0.9rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-section {
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.2), rgba(160, 82, 45, 0.2));
    padding: 60px 40px;
    border-radius: 25px;
    text-align: center;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.cta-section h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-section p {
    font-size: 1.2rem;
    color: #f8f9fa;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
    background: #ffa400;
    color: #21130a;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(139, 69, 19, 0.6);
}

/* About Page Responsive */
@media (max-width: 768px) {
    .about-title {
        font-size: 2.2rem;
    }

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

    .about-stats {
        gap: 15px;
    }

    .stat-item {
        padding: 15px;
        flex: 1;
    }

    .stat-number {
        font-size: 2rem;
    }

    .about-image {
        height: 350px;
    }

    .services-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .cta-section {
        padding: 40px 20px;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .about-stats {
        flex-direction: column;
        gap: 10px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        height: 300px;
    }
}

/* ===========================================
   PAGE STYLES - PRODUCT DETAIL PAGE
   =========================================== */
.product-detail-section {
    position: relative;
    overflow: hidden;
}

.product-container {
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.product-image-wrapper:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.product-content {
    position: relative;
    padding: 20px 0;
}

.product-title-details {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.product-title:not(.no-subtitle)::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #795640, #311e11);
    border-radius: 2px;
}

.product-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #f8f9fa;
    margin-bottom: 30px;
    text-align: justify;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.back-button {
    background: #FFF;
    color: #311e11;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(255 255 255 / 13%);
    position: relative;
    overflow: hidden;
}

.back-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.back-button:hover::before {
    left: 100%;
}

.back-button:hover {
    color: #311e11;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(255 255 255 / 14%);
}

.back-button i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-button:hover i {
    transform: translateX(-3px);
}

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

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

/* Product Detail Responsive */
@media (max-width: 768px) {
    .product-title {
        font-size: 2rem;
    }

    .product-content {
        padding: 15px 0;
        margin-top: 20px;
    }

    .product-description {
        font-size: 1rem;
    }

    .back-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .product-image-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 1.8rem;
    }

    .product-content {
        padding: 10px 0;
    }
}

/* ===========================================
   PAGE STYLES - HOME PAGE
   =========================================== */
.offer-area5 {
    min-height: 840px;
}

@media (max-width: 768px) {
    .offer-area5 {
        min-height: auto;
    }
}

/* Container principal das lâminas */
.laminas-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

/* Scroll horizontal */
.laminas-scroll {
    display: flex;
    gap: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 10px 0 20px 0;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

/* Esconder scrollbar mas manter funcionalidade */
.laminas-scroll::-webkit-scrollbar {
    height: 6px;
}

.laminas-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.laminas-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.laminas-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Item individual da lâmina */
.lamina-item {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.lamina-item:hover {
    transform: translateY(-10px);
    z-index: 5;
}

.card-laminas {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.card-laminas:hover {
    transform: translateY(-10px);
}

/* Container da imagem */
.lamina-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

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

.lamina-item:hover .lamina-img {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.lamina-item:hover .lamina-img img {
    transform: scale(1.08);
}

/* Título da lâmina */
.lamina-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.lamina-item:hover .lamina-title h3 {
    color: #ffa400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    transform: translateY(-2px);
}

/* Desktop - 5 itens visíveis */
@media (min-width: 992px) {
    .lamina-item {
        width: calc((100vw - 120px) / 5 - 16px);
        max-width: 350px;
        min-width: 300px;
    }
}

/* Tablet - 3 itens visíveis */
@media (min-width: 768px) and (max-width: 991px) {
    .lamina-item {
        width: calc((100vw - 100px) / 3 - 14px);
        min-width: 180px;
    }

    .lamina-img {
        height: 300px;
    }
}

/* Mobile - 2 itens visíveis */
@media (max-width: 767px) {
    .laminas-container {
        padding: 15px 0;
    }

    .laminas-scroll {
        gap: 15px;
        padding: 5px 0 15px 0;
    }

    .lamina-item {
        width: calc((100vw - 80px) / 2 - 8px);
        min-width: 140px;
        padding: 15px;
    }

    .lamina-img {
        height: 250px;
        margin-bottom: 10px;
    }

    .lamina-title h3 {
        font-size: 14px;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .lamina-item {
        width: calc((100vw - 70px) / 2 - 6px);
        min-width: 120px;
        padding: 12px;
    }

    .lamina-img {
        height: 200px;
    }

    .lamina-title h3 {
        font-size: 12px;
    }
}

/* Indicador visual de scroll */
.laminas-container::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

/* Esconder indicador em desktop quando não há scroll */
@media (min-width: 992px) {
    .laminas-container::after {
        display: none;
    }
}

/* Estados dos indicadores de scroll */
.laminas-container {
    position: relative;
}

/* Gradientes laterais para indicar scroll disponível */
.laminas-container.scroll-middle::before,
.laminas-container.scroll-start::after,
.laminas-container.scroll-end::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 10;
    pointer-events: none;
}

.laminas-container.scroll-middle::before,
.laminas-container.scroll-end::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

.laminas-container.scroll-middle::after,
.laminas-container.scroll-start::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}

/* Animação suave para transições de estado */
.laminas-container::before,
.laminas-container::after {
    transition: opacity 0.3s ease;
}

/* Melhorar performance em dispositivos móveis */
.laminas-scroll {
    transform: translateZ(0);
    will-change: scroll-position;
}

.lamina-item {
    transform: translateZ(0);
    will-change: transform;
}

/* Desabilitar hover durante scroll */
.laminas-scroll.is-dragging .lamina-item:hover {
    transform: translateY(0);
    box-shadow: none;
    z-index: auto;
}

.laminas-scroll.is-dragging .lamina-item:hover .lamina-img {
    transform: translateY(0);
}

.laminas-scroll.is-dragging .lamina-item:hover .lamina-img img {
    transform: scale(1);
}

.laminas-scroll.is-dragging .lamina-item:hover .lamina-title h3 {
    color: white;
    transform: translateY(0);
}

/* Estado de carregamento (opcional) */
.laminas-scroll.loading .lamina-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.laminas-scroll.loading .lamina-item:nth-child(1) {
    animation-delay: 0.1s;
}

.laminas-scroll.loading .lamina-item:nth-child(2) {
    animation-delay: 0.2s;
}

.laminas-scroll.loading .lamina-item:nth-child(3) {
    animation-delay: 0.3s;
}

.laminas-scroll.loading .lamina-item:nth-child(4) {
    animation-delay: 0.4s;
}

.laminas-scroll.loading .lamina-item:nth-child(5) {
    animation-delay: 0.5s;
}

.laminas-scroll.loading .lamina-item:nth-child(6) {
    animation-delay: 0.6s;
}

.laminas-scroll.loading .lamina-item:nth-child(7) {
    animation-delay: 0.7s;
}

.laminas-scroll.loading .lamina-item:nth-child(8) {
    animation-delay: 0.8s;
}

/* ===========================================
   PAGE STYLES - SERVICES PAGE
   =========================================== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #ffa400, #ff8c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 164, 0, 0.4);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(255, 164, 0, 0.6);
}

.service-card h3 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.service-card p {
    color: #f8f9fa;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 0.95rem;
}

/* Services Page Responsive */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }
}

/* ===========================================
   PAGE STYLES - SUSTAINABILITY PAGE
   =========================================== */
.sustainability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.sustainability-card {
    background: rgba(34, 139, 34, 0.1);
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 139, 34, 0.2);
    transition: all 0.3s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.sustainability-card:hover {
    transform: translateY(-10px);
    background: rgba(34, 139, 34, 0.15);
    box-shadow: 0 15px 35px rgba(34, 139, 34, 0.2);
}

.sustainability-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #228B22, #32CD32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(34, 139, 34, 0.4);
    transition: all 0.3s ease;
}

.sustainability-card:hover .sustainability-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(34, 139, 34, 0.6);
}

.sustainability-card h3 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.sustainability-card p {
    color: #f8f9fa;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 0.95rem;
}

.impact-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.impact-card h3 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.impact-card p {
    color: #f8f9fa;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.future-commitments {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.commitment-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.commitment-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.commitment-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #228B22, #32CD32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);
    flex-shrink: 0;
}

.commitment-content h4 {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.commitment-content p {
    color: #f8f9fa;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* Sustainability Page Responsive */
@media (max-width: 768px) {
    .sustainability-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sustainability-card {
        padding: 25px 20px;
    }

    .sustainability-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .sustainability-card h3 {
        font-size: 1.2rem;
    }

    .commitment-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .commitment-icon {
        margin: 0 auto;
    }
}

/* ===========================================
   PAGE STYLES - PRODUCTS BY CATEGORY PAGE
   =========================================== */
.product-card {
    background: transparent;
    border: none;
    text-align: center;
    transition: transform 0.3s ease;
}

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

.product-image-container {
    position: relative;
    margin-bottom: 15px;
}

.product-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #8B6F47;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #8B6F47;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-info {
    padding: 0 10px;
}

.product-title {
    color: #8B6F47;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.product-price {
    color: #A0845C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Category Navigation Buttons */
.btn-outline-primary,
.btn-primary {
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #8B6F47;
}

.btn-outline-primary {
    background-color: transparent;
    color: #8B6F47;
    border-color: #8B6F47;
}

.btn-outline-primary:hover {
    background-color: #8B6F47;
    color: white;
    border-color: #8B6F47;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(139, 111, 71, 0.3);
}

.btn-primary {
    background-color: #8B6F47;
    color: white;
    border-color: #8B6F47;
    box-shadow: 0 2px 6px rgba(139, 111, 71, 0.3);
}

.btn-primary:hover {
    background-color: #7A5F3F;
    border-color: #7A5F3F;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(139, 111, 71, 0.4);
}

/* Products by Category Responsive */
@media (max-width: 768px) {
    .product-image {
        height: 220px;
    }

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

    .product-price {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .product-image {
        height: 200px;
        border-radius: 15px;
    }

    .product-category-badge {
        font-size: 10px;
        padding: 4px 8px;
    }
}

.hero-style4 {
    height: 100vh;
}

.sidemenu-wrapper .sidemenu-content {
    background-color: #311e11 !important;
}

.footer-widget.footer-line:before {
    display: none !important;
}

.th-side-menu ul li {
    border-color: #ffa400 !important;
}

.footer-layout1 .footer-logo:after,
.footer-layout1 .footer-logo:before {
    width: 40% !important;
}

@media screen and (max-width:768px) {

    .footer-layout1 .footer-logo:after,
    .footer-layout1 .footer-logo:before {
        width: 20% !important;
    }
}


.whatsapp_futuante {
    position: fixed;
    right: 28px;
    bottom: 40px;
    z-index: 99;
}

.whatsapp_futuante a {
    z-index: 9999;
    position: relative;
    background: #02df73;
    border: 2px solid #02df73;
    box-shadow: 0 0 5px #00000036;
    width: 55px;
    height: 55px;
    line-height: 52px !important;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 30px;
    border-radius: 100%;
    transition: 0.3s all ease;
}

.whatsapp_futuante a:hover {
    transform: translateY(-5px);
    color: #FFF;
}

.whatsapp_futuante a i {
    font-size: 30px;
}

.whatsapp_futuante:before,
.whatsapp_futuante:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #02df73;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animatePulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.pulsaDelay:after {
    animation-delay: .5s;
}

@keyframes animatePulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.hero-3 .swiper-slide:before {
    display: none !important;
}

.hero-style4 .hero-title {
    font-size: 36px !important;
}

.hero-style4 .hero-text {
    font-size: 22px !important;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: 90vh !important;
}

.hero-style4 {
    padding: 174px 0 210px !important;
}

.img-box7-2 .img1 {
    height: 70vh !important;
    max-height: 598px;
}

@media screen and (max-width:991px) {

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: 50vh !important;
    }

    .hero-style4 {
        padding: 74px 0 210px !important;
    }

    .hero-style4 .hero-title {
        font-size: 26px !important;
    }

    .hero-style4 .hero-text {
        font-size: 16px !important;
    }
}

.title-area .sec-title {
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    font-size: 36px;
}

.about-wrap4 .about-content-wrap {
    padding: 0 0 10px 0px;
}

@media (max-width: 991px) {
    .title-area .sec-title {
        margin-bottom: 20px;
        letter-spacing: 0.02em;
        font-size: 28px;
    }
    
    .sec-text {
        font-size: 16px;
        line-height: 29px;
    }

    .img-box7-2 {
        margin-top: 10px;
        margin-bottom: 60px;
    }
}

@media (max-width: 460px) {
    .title-area .sec-title {
        margin-bottom: 20px;
        letter-spacing: 0.02em;
        font-size: 22px;
    }

    .sec-text {
        font-size: 14px;
        line-height: 29px;
    }
}

.about-wrap4-right {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width:1100px) {
    .about-wrap4-right {
        flex-direction: column;
    }
}

.about-wrap4-right .about-wrap4-content {
    width: 80vh;
    max-width: 80%;
}

.about-wrap4 .about-content-wrap .title-area {
    max-width: 100% !important;
}

.sec-text {
    font-size: 22px;
    line-height: 37px;
}