﻿/*
Theme Name: Beauty Clinic
Theme URI: http://furquimbeautyclinic.com/meu-tema
Author: Seu Nome
Author URI: http://furquimbeautyclinic.com.br
Description: “A Furquim beauty clinic representa a sofisticação, equilibrio e transformação.”
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema
*/
        body {
            font-family: 'Montserrat', sans-serif;
            /*scroll-behavior: smooth;*/
            background-color: #EAEAEA;
            color: #2B2622;
        }
        .hero-bg {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?ixlib=rb-4.0.3') no-repeat center center;
            background-size: cover;
        }
        .treatment-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .testimonial-card {
            transition: all 0.3s ease;
        }
        .testimonial-card:hover {
            transform: scale(1.02);
        }
        .btn-primary {
            background-color: #423931;
            color: #EAEAEA;
        }
        .btn-primary:hover {
            background-color: #2B2622;
        }
        .card-bg {
            background-color: #EAEAEA;
        }
        .card-text {
            color: #423931;
        }
        .footer-bg {
            background-color: #000000;
        }
        .footer-text {
            color: #423931;
        }
        .input-border {
            border-color: #423931;
        }
        .focus-ring {
            --tw-ring-color: #423931;
        }

		  .btn-hover {
			transition: transform 0.3s ease, opacity 0.3s ease;
		  }

		  .btn-hover:hover {
			transform: scale(1.5);
			opacity: 0.95; /* opcional para suavidade */
		  }

