.elementor-kit-8{--e-global-color-primary:#C08E46;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom Styles for Coicou Brokerage Insurances */

/* Custom Font (If using a Google Font like Inter or Poppins) */
body {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A; /* Dark gray text */
}

/* Primary CTA Button Styling (Matching the Gold/Copper theme) */
.primary-cta-button {
    background-color: #C08E46 !important;
    color: #FFFFFF !important;
    border-radius: 8px; /* Rounded corners for a modern feel */
    padding: 15px 30px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.primary-cta-button:hover {
    background-color: #A37A3C !important; /* Slightly darker gold on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Service Card Styling (Similar to the example's clean, lifted cards) */
.service-card {
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #FFFFFF;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}/* End custom CSS */