:root {
        --bloom-pink: #f4c2c2;
        --bloom-teal: #8fb9b5;
        --bloom-gold: #d4af37;
        --dark-text: #333;
      }
      body {
        font-family: "Lato", sans-serif;
        color: var(--dark-text);
        line-height: 1.6;
      }
      h1,
      h2,
      h3,
      .navbar-brand {
        font-family: "Playfair Display", serif;
      }
      .bg-bloom-soft {
        background-color: #faf9f6;
      }
      .btn-bloom {
        background-color: var(--bloom-teal);
        color: white;
        border-radius: 50px;
        padding: 12px 30px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
      }
      .btn-bloom:hover {
        background-color: #7aa7a3;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
      .navbar {
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      }
      .hero-section {
        padding: 0;
        background:
          linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
          url("857CEF36-2D49-4214-A081-679D9923B3ED.JPG");
        background-size: cover;
        background-position: center;
      }
      .testimonial-card {
        border: none;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
      }
      .footer {
        background-color: #333;
        color: white;
        padding: 10px 0;
      }
      .service-img {
        border-radius: 15px;
        object-fit: cover;
        height: 300px;
        width: 100%;
      }
      h1 { font-size: larger; font-family: "Lato", sans-serif !important; }