/* INTRO */
.intro  { 
    padding: 30px;
}

.intro .heading {
    color: #92c0b1;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.intro h2 {
    font-size: 1.5rem;
    color: rgb(92, 92, 92);
    font-weight: 400;
    margin: 10px 0;
}

.intro p {
    font-size: 1.1rem;
    color: rgb(79, 79, 79);
}

.intro hr {
    width: 180px;
    height: 3px;
    background-color: #509587;
    margin: 0 auto;
    border: none;
}

.intro .container {
    padding: 20px;
}

.intro .container h2 {
    color: rgb(99, 103, 102);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-top: -20px;
}

.intro .container p {
    color: #757575;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    margin-right: 10px;
}

.intro .container img {
    width: 30%;
}

/* IMAGE INTRO */
.anh-intro img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    margin-top: -100px;
    transition: transform 0.3s ease;
}

/* @media (max-width: 768px) {
    .anh-intro .col-md-3 {
        margin-bottom: 20px; 
    }
} */

@media (max-width: 455px) {
    .anh-intro .col-md-3 {
        margin-bottom: 20px; 
    }

    .anh-intro img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        margin-top: 0;
        transition: transform 0.3s ease;
        margin-bottom: 10px;
        padding: 0 20px; 
    }
}

.anh-intro img:hover {
    transform: translateY(-10px);
}

/* TRAI NGHIEM */
.trainghiem-vuon .container{
    padding: 0 50px;
}

.trainghiem-vuon .heading {
    color: #92c0b1; 
    letter-spacing: 1px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.trainghiem-vuon .col-md-4 {
    padding: 0 20px;
}

.trainghiem-vuon h1 {
    font-size: 2rem;
    color: rgb(109, 109, 109);
    font-weight: 500;
    margin: 10px 0;
}

.trainghiem-vuon p {
    font-size: 0.9rem;
    color: rgb(109, 109, 109);
    font-weight: 400;
    margin: 10px 0;
    text-align: justify;
}

.trainghiem-vuon .subheading {
    color: var(--aloe); 
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-family:'Courier New';
    margin-top: 10px;
}

/* CAFE */

.cafe-vuon .heading {
    color: #92c0b1;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 90px;
    margin-bottom: 30px;
}

.cafe-vuon h1 {
    font-size: 1.4rem;
    color: rgb(92, 92, 92);
    font-weight: 400;
    margin: 10px 0;
}

.cafe-vuon p {
    font-size: 1.1rem;
    color: rgb(79, 79, 79);
}

.cafe-vuon hr {
    width: 180px;
    height: 3px;
    background-color: #509587;
    margin: 0 auto;
    border: none;
}

.cafe-vuon .img-fluid {
    object-fit: cover;
    height: 220px; 
    width: 100%;
    transition: transform 0.3s ease;
}

.cafe-vuon .img-fluid:hover {
    transform: translateY(-10px);
}

.cafe-vuon .rounded {
    border-radius: 10px;
}

/* HINH ANH VUON */
.hinhanh-vuon .heading {
    color: #92c0b1;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top:120px;
}

.hinhanh-vuon h3 {
    font-size: 1.4rem;
    color: rgb(92, 92, 92);
    font-weight: 400;
    margin-top: 20px;
}

.hinhanh-vuon hr {
    width: 200px;
    height: 2px;
    background-color: #819f95;
    margin: 0 auto;
    border: none;
}
.hinhanh-vuon .img-fluid {
    object-fit: cover;
    width: 100%;
    max-height: 320px; 
    transition: transform 0.3s ease-in-out; 
}

.hinhanh-vuon .img-fluid:hover {
    transform: scale(1.05);
}


