.tp-sidebar-about {
    border: 1px solid #e0e2e3;
    padding: 40px 40px 35px;
    text-align: center;
    display: none;
}

element.style {
    width: 418.667px;
    margin-right: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    padding: 21px;
    border: 1px solid #8e682d;
    border-radius: 10px;
}
.tp-product-item {
    background-color: var(--tp-common-white);
    border: 1px solid #bca372;
    border-radius: 8px;
}
.mb-50 {
    margin-bottom: 50px;
    margin-top: 51px;
}
.tp-main-menu-content{
margin-left:100px;
}
   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .page-wrapper {
            font-family: 'Georgia', serif;
            line-height: 1.6;
            color: #333;
            background: #ffffff;
        }

        .hero-header {
            background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #2d2d2d 100%);
            color: #ffffff;
            padding: 100px 20px 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,') repeat;
            opacity: 0.3;
        }

        .hero-title {
            font-size: 3.5em;
            margin-bottom: 15px;
            color: #d4a574;
            position: relative;
            z-index: 1;
            font-weight: 700;
            letter-spacing: 2px;
        }

        .hero-subtitle {
            font-size: 1.3em;
            font-style: italic;
            color: #f0f0f0;
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        .main-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .about-section {
            margin-bottom: 80px;
            padding: 50px;
            background: #ffffff;
            border-left: 6px solid #d4a574;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            border-radius: 0 8px 8px 0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .about-section:hover {
            transform: translateX(5px);
            box-shadow: 0 6px 30px rgba(0,0,0,0.15);
        }

        .section-heading {
            font-size: 2.8em;
            margin-bottom: 30px;
            color: #1a1a1a;
            position: relative;
            padding-bottom: 20px;
            font-weight: 700;
        }

        .section-heading::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #d4a574 0%, #b8935f 100%);
            border-radius: 2px;
        }

        .section-text {
            font-size: 1.15em;
            color: #444;
            margin-bottom: 20px;
            text-align: justify;
            line-height: 1.8;
        }

        .section-text-highlight {
            color: #1a1a1a;
            font-weight: 600;
        }

        .vision-mission-wrapper {
            display: flex;
            gap: 40px;
            margin-top: 60px;
            flex-wrap: wrap;
        }
        
        .vm-card {
            flex: 1;
            min-width: 450px;
        }

        .vm-card {
            background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
            padding: 40px;
            border-radius: 12px;
            border-top: 5px solid #d4a574;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .vm-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212,165,116,0.1) 0%, transparent 70%);
            transition: transform 0.6s ease;
        }

        .vm-card:hover::before {
            transform: scale(1.2);
        }

        .vm-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            border-top-color: #b8935f;
        }

        .vm-card-icon {
            font-size: 3em;
            color: #d4a574;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        .vm-card-title {
            font-size: 2em;
            margin-bottom: 20px;
            color: #1a1a1a;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .vm-card-text {
            font-size: 1.1em;
            color: #555;
            line-height: 1.8;
            text-align: justify;
            position: relative;
            z-index: 1;
        }

        .heritage-badge {
            display: inline-block;
            background: #1a1a1a;
            color: #d4a574;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: 600;
            margin-top: 15px;
            letter-spacing: 1px;
        }

        .decorative-divider {
            text-align: center;
            margin: 60px 0;
        }

        .decorative-divider::before {
            content: '✦';
            font-size: 2em;
            color: #d4a574;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2em;
            }

            .hero-subtitle {
                font-size: 1.1em;
            }

            .about-section {
                padding: 30px 25px;
            }

            .section-heading {
                font-size: 2em;
            }

            .vision-mission-wrapper {
                grid-template-columns: 1fr;
            }
        }
/* Hide the Themes menu item */
#cms-core-theme {
    display: none !important;
}