/*
Theme Name: Hello Elementor Child - Rehmat Rabb Di
Theme URI: https://rehmatrabbdi.com
Description: Custom child theme for Rehmat Rabb Di built on Hello Elementor
Author: Loeion Infotech
Author URI: https://portfolio.perfectprofessionist.com
Template: hello-elementor
Version: 1.0.0
Text Domain: rehmatrabbdi-child
*/

/* Add any custom CSS overrides below this line */

:root {
    --rrd-primary-color: #0F6E56;   /* teal/green - update to match final brand color */
    --rrd-accent-color: #BA7517;    /* amber/gold - update to match final brand color */
    --rrd-text-dark: #1a1a1a;
    --rrd-bg-light: #FAF7F0;
}

body {
    background-color: var(--rrd-bg-light);
}

/* Custom class you can apply from Elementor's Advanced > CSS Classes field */
.rrd-section-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--rrd-primary-color);
}

.rrd-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.rrd-card:hover {
    transform: translateY(-4px);
}

.rrd-btn-primary {
    background-color: var(--rrd-accent-color) !important;
    color: #fff !important;
    border-radius: 6px !important;
}
