/*
Theme Name: RouLian 肉
Theme URI: https://arsnova.site
Author: ARS NOVA MARKETING
Author URI: https://arsnova.site
Description: Custom WordPress theme for RouLian
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rou-lian
*/





body {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  background-color: #2e2a2a;
  color: #f5e6c8;
  overflow-x: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

header .logo {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 24px;
}

header nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #f5e6c8;
    font-size: 16px;
}

header .order-now {
    border: 1px solid #f5e6c8;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #f5e6c8;
    font-size: 16px;
}

.main-content {
    text-align: center;
    padding: 100px 20px;
    position: relative;
}

.main-content h1 {
   font-family: "Noto Sans SC", sans-serif;
    font-size: 64px;
    margin: 0;
   font-weight:400;
}

.main-content h2 {
   font-family: "Noto Sans SC", sans-serif;
    font-size: 48px;
    font-weight:400;
    margin: 0;
}

.main-content .buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; /* Adds consistent spacing between buttons */
}

.main-content .buttons a {
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    margin: 0;
    transition: all 0.3s ease-in-out; 
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.main-content .buttons .services {
    background-color: #f5e6c8;
    color: #2e2a2a;
    border: 1px solid transparent;
}

.main-content .buttons .services:hover {
    background-color: #dbc8a2; /* Darker shade for hover effect */
    color: #1f1d1d;
    transform: translateY(-3px); /* Slight lift on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow for lift effect */
}

.main-content .buttons .services:active {
    transform: translateY(0); /* Button sinks slightly */
    background-color: #c7b496; /* Even darker shade */
}

/* "Contact" button style */
.main-content .buttons .contact {
    border: 1px solid #f5e6c8;
    color: #f5e6c8;
    background: transparent;
}

.main-content .buttons .contact:hover {
    background-color: #f5e6c8;
    color: #2e2a2a;
   transform: translateY(-3px); /* Slight lift on hover */
}

.main-content .buttons .contact:active {
    transform: scale(0.95); /* Slight sink effect */
    background-color: #dbc8a2; /* Matches hover effect for consistency */
}

/* Optional: Add a gradient hover effect for a modern touch */
.main-content .buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: -1;
    transition: transform 0.4s ease;
}

.main-content .buttons a:hover::before {
    transform: translateX(50%);
}

.profile {
    position: absolute;
    top: 20px;
    right: 50px;
    display: flex;
    align-items: center;
}

.profile img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.profile .name {
    font-size: 16px;
    font-weight: bold;
}

.profile .title {
    font-size: 14px;
    color: #d4c2a8;
}

.decorative-images img {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    opacity: 0.85; 
}

.decorative-images img:hover {
    transform: translateY(-10px) scale(1.1) rotate(1deg); 
    opacity: 1; 
}


.decorative-images img {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); 
    }
}


.decorative-images .img1 {
    top: 20%;
    left: 10%;
    width: 175px;
}

.decorative-images .img2 {
    top: 10%;
    right: 20%;
    width: 175px;
}

.decorative-images .img3 {
    bottom: 20%;
    left: 5%;
    width: 175px;
}

.decorative-images .img4 {
    bottom: 10%;
    right: 10%;
    width: 175px;
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        padding: 20px;
    }

    header nav {
        margin-top: 10px;
    }

    .main-content h1 {
        font-size: 48px;
    }

    .main-content h2 {
        font-size: 32px;
    }

    .main-content .buttons a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .profile {
        top: 10px;
        right: 20px;
    }
    
    .decorative-images .img1 {
        top: 20%;
        left: 10%;
        width: 125px;
    }

    .decorative-images .img2 {
        top: 10%;
        right: 20%;
        width: 125px;
    }

    .decorative-images .img3 {
        bottom: 20%;
        left: 5%;
        width: 125px;
    }

    .decorative-images .img4 {
        bottom: 10%;
        right: 10%;
        width: 125px;
    }
    
}

.gt_switcher_wrapper {
     color: #f5e6c8!important;
}
a.glink.gt-current-lang {
    color: #f5e6c8!important;
}

a.glink:hover{
 color: #f5e6c8!important;
}
/*plans section*/

.container-plans {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.header-plans {
    text-align: center;
    margin-bottom: 40px;
}

.header-plans h1 {
    font-size: 2.5em;
    margin: 0;
}

.plans {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

.plan {
    background-color: #3E3A35;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    width: 300px;
    text-align: center;
}

.plan h2 {
    font-size: 1.8em;
    margin: 10px 0;
}

.plan p {
    font-size: 1.2em;
    margin: 10px 0;
}

.plan .price {
    font-size: 2em;
    margin: 20px 0;
}

.plan ul {
    list-style: none;
    padding: 0;
}

.plan ul li {
    margin: 10px 0;
}

.plan button {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: #F5E8D0;
    color: #2E2A25;
    font-size: 1em;
}

@media (max-width: 768px) {
    .plans {
        flex-direction: column;
        align-items: center;
    }
    .plan {
        width: 90%;
    }
}

