/*
Theme Name: KOKOBAT Child Theme
Theme URI: https://kokobat.com/
Description: Theme enfant KOKOBAT de prestige, entierement personnalisable et modifiable avec Elementor Gratuit. Optimise pour le courtage immobilier et la diaspora de Cote d'Ivoire.
Author: Cabinet KOKOBAT SARL
Author URI: https://kokobat.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
Text Domain: kokobat-child
*/

/* ==========================================================================
   KOKOBAT BRAND CUSTOM COLORS & STYLES (PIXEL PERFECT REPRODUCTION)
   ========================================================================== */

:root {
  --kokobat-primary: #f59e0b;
  --kokobat-dark: #0f172a;
  --kokobat-light: #FAF7F2;
  --kokobat-text-dark: #1e293b;
  --kokobat-text-light: #cbd5e1;
  --font-family-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-display: "Space Grotesk", sans-serif;
}

body {
  font-family: var(--font-family-sans);
  background-color: var(--kokobat-light);
  color: var(--kokobat-text-dark);
  -webkit-font-smoothing: antialiased;
}

/* Premium Buttons & Animations */
.btn-kokobat {
  background-color: var(--kokobat-primary);
  color: #0f172a !important;
  font-family: var(--font-family-sans);
  font-weight: 700;
  border-radius: 9999px;
  padding: 14px 28px;
  transition: all 0.35s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.2);
}

.btn-kokobat:hover {
  background-color: #ffffff;
  color: #0f172a !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.1);
}

.btn-kokobat-outline {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #ffffff !important;
  font-family: var(--font-family-sans);
  font-weight: 700;
  border-radius: 9999px;
  padding: 14px 28px;
  transition: all 0.35s ease-out;
}

.btn-kokobat-outline:hover {
  background-color: #ffffff;
  color: #0f172a !important;
  border-color: #ffffff;
}

/* Float WhatsApp Animation */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
  z-index: 9999;
  font-size: 28px;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Premium Glow Cards */
.kokobat-premium-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.kokobat-premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.08);
}
