.text-maroon {
    color: #800000 !important;
}

/* Custom UI Elements (Keeping your design intact) */
.contact-read-more-btn {
    padding: 14px 28px;
    background-color: #800000;
    color: #ffffff;
    border: 1px solid #800000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-read-more-btn:hover {
    background-color: transparent;
    color: #800000;
    transform: translateY(0px);
    box-shadow: 0 8px 20px rgba(128, 0, 0, 0.2);
}

.contact-tab-button {
    padding: 12px 24px;
    background-color: #fff!important;
    color: #800000!important;
    border: 2px solid #800000!important;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.contact-tab-button.active {
    background-color: #800000 !important;
    color: #fff !important;
    border: 1px solid maroon!important;
}

/* Modern Card Styling */
.contact-modern-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 30px -5px rgba(128, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-modern-card:hover {
    border-color: #800000;
    transform: translateY(-4px);
}

/* Tab Buttons in Card */
.contact-info-tab-btn {
    color: #666;
    padding: 12px 24px;
    background: none;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-info-tab-btn.active {
    color: #800000;
    background: white;
    box-shadow: 0 4px 12px rgba(128, 0, 0, 0.1);
}

/* Input Styling */
.contact-custom-input {
    background: #fff4e9;
    border: 1px solid #e7d4ac;
    padding: 16px;
    border-radius: 0px;
    width: 100%;
    transition: all 0.3s ease;
}

.contact-custom-input:focus {
    border-color: #800000;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(128, 0, 0, 0.08);
}

.contact-custom-input::placeholder {
    color: #b3b3b3;
}

/* Contact Items */
.contact-item {
    transition: all 0.3s ease;
    background: #fff9f0;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #ffe9d1;
}

.contact-icon-wrapper {
    background: linear-gradient(135deg, #ffe9d1 0%, #feedcf 100%);
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800000;
}

/* Product Cards */
.contact-product-card {
    background: white;
    border: 1px solid #ffe9d1;
    padding: 24px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
}

.contact-product-card:hover {
    border-color: #800000;
    transform: translateY(-4px);
}

/* Headers */
.contact-section-header {
    font-family: 'Lato', sans-serif;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    line-height: 140%;
}

.contact-section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #800000;
}

.map-wrapper {
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e7d4ac;
}

.contact-item h6 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    color: #800000;
    line-height: 140%;
}

.contact-item small ,.contact-product-card small {
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    color: #000;
}

.contact-product-card h5 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 600 !important;
    color: #800000;
    line-height: 140%;
}

.contact-product-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 140%;
}

