:root {
            --verde-inchis: #3E4042;   /* griul închis cerut */
            --verde-mediu:   #73533F;   /* ușor mai cald și puțin mai deschis */
            --verde-deschis: #9A7659;   /* ton cald, neutru, foarte echilibrat */
            --verde-pastel:  #C7A68A;   /* pastel luminos, crem-maro */
            --crem:          #F1E4D7;   /* crem foarte deschis cu subton cald */
            --lemn:          #6C4F3D;   /* rămâne maroul original */
        }

/*adaugat*/
.text-brown {
    color: #6C4F3D !important; /* sau orice maro dorești */
}
.fs-6 {
    margin-right:8px;
}

/**/

.copyright-text {
    color:white;
}

/*a, div {
    user-select: none;
}*/

.btn-primary-custom {
    color: #ffffff !important;
    font-weight:bold;
    
}

/**/

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            background-color: var(--crem);
        }

        /* Navbar */
        .navbar {
            background: linear-gradient(135deg, var(--verde-inchis) 0%, var(--verde-mediu) 100%);
            padding: 1rem 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .navbar-brand {
            font-size: 1.2rem;
            font-weight: bold;
            color: white !important;
        }

        .nav-link {
            font-size: 1.2rem;
        }

        .navbar-nav .nav-link {
            color: rgba(255,255,255,0.9) !important;
            margin: 0 0.5rem;
            transition: all 0.3s;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--verde-pastel) !important;
            transform: translateY(-2px);
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(45, 80, 22, 0.3), rgba(45, 80, 22, 0.3)), 
                        url('../img/cabana-straja-vedere-exterior-frontala.webp') center/cover;
            height: 95vh;
            display: flex;
            align-items: center;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            /* fade varianta 2 hero
            opacity: 0;
            transform: translateY(20px);
            transition: opacity .9s ease-out, transform .9s ease-out;*/
        }
        /* fade varianta 2 hero
        .hero.fade-in {
            opacity: 1;
            transform: translateY(0);
        }*/

        .hero-small {
            height: 40vh;
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
        }

        .btn-primary-custom {
            background-color: var(--verde-mediu);
            border: none;
            padding: 12px 30px;
            font-size: 1.1rem;
            border-radius: 30px;
            transition: all 0.3s;
        }

        .btn-primary-custom:hover {
            background-color: var(--verde-inchis);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .btn-rezervare {
            font-size:1.1rem;
            margin-left:8px;
        }

        /* Section Titles */
        .section-title {
            color: var(--verde-inchis);
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background-color: var(--verde-deschis);
            border-radius: 2px;
        }

        /* Cards Căbănuțe */
        .cabana-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: all 0.3s;
            background: white;
        }

        .cabana-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(74, 124, 44, 0.3);
        }

        .cabana-card img {
            height: 250px;
            object-fit: cover;
        }

        .cabana-card .card-body {
            padding: 1.5rem;
        }

        .container-contact {
            display:flex;
            align-items: center;
            justify-content: center;
        }

        .cabana-card h5 {
            color: var(--verde-inchis);
            font-weight: bold;
        }

        .price-tag {
            background-color: var(--verde-deschis);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: bold;
            display: inline-block;
        }

        /* Features Section */
        .features {
            background-color: var(--verde-pastel);
            padding: 5rem 0;
        }

        .feature-box {
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 15px;
            transition: all 0.3s;
            height: 100%;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .feature-icon {
            font-size: 3rem;
            color: var(--verde-mediu);
            margin-bottom: 1rem;
        }

        /* Contact Section */
        .contact-section {
            background: linear-gradient(135deg, var(--verde-mediu) 0%, var(--verde-inchis) 100%);
            color: white;
            padding: 5rem 0;
        }

        .contact-section .form-control {
            border-radius: 10px;
            border: none;
            padding: 12px;
        }

        .contact-section .btn-light {
            border-radius: 30px;
            padding: 12px 40px;
            font-weight: bold;
        }

        /* Footer */
        footer {
            background-color: var(--verde-inchis);
            color: white;
            padding: 2rem 0;
        }

        footer a {
            color: var(--verde-pastel);
            text-decoration: none;
        }

        footer a:hover {
            color: white;
        }

        /* Page specific styles */
        .page-content {
            display: none;
        }

        .page-content.active {
            display: block;
        }

        .gallery-img-big {
            width:100%;
            height:400px;
        }

        .gallery-img {
            max-width: 400px;
            height: 200px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 1rem;
            transition: all 0.3s;
            cursor: pointer;
        }

        .gallery-img:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }

        .info-box {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }

        .amenity-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

        .amenity-item i {
            color: var(--verde-mediu);
            font-size: 1.5rem;
            margin-right: 1rem;
            width: 30px;
        }