body {
    font-family: 'Prompt', sans-serif;
    background-color: #f6f5f0;
    color: #4a4a4a;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.brand-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

a {
    color: #4a4a4a !important;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #736142 !important;
    text-decoration: none;
}

/* Hero Header Section */
.hero-section {
    /* ใช้ -webkit- prefix เพื่อป้องกันปัญหาความเข้ากันได้ใน Safari และ Chrome บางเวอร์ชัน */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/og-perfume-bar.jpg') no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/og-perfume-bar.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #e2ded0;

    /* เพิ่มส่วนนี้เพื่อให้รูปภาพครอบคลุมความสูงของ Hero Section เสมอ */
    width: 100%;
}

.hero1-section {
    /* ใช้ -webkit- prefix เพื่อป้องกันปัญหาความเข้ากันได้ใน Safari และ Chrome บางเวอร์ชัน */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/header.jpg') no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/header.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #e2ded0;

    /* เพิ่มส่วนนี้เพื่อให้รูปภาพครอบคลุมความสูงของ Hero Section เสมอ */
    width: 100%;
}

.hero2-section {
    /* ใช้ -webkit- prefix เพื่อป้องกันปัญหาความเข้ากันได้ใน Safari และ Chrome บางเวอร์ชัน */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/header2.jpg') no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.40), rgba(246, 245, 240, 0.90)),
        url('../img/header2.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #e2ded0;

    /* เพิ่มส่วนนี้เพื่อให้รูปภาพครอบคลุมความสูงของ Hero Section เสมอ */
    width: 100%;
}

.main-logo {
    max-width: 240px;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
}

.hero-title {
    font-size: 42px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 22px;
    color: #8c7853;
    margin-bottom: 25px;
}

.hero-description {
    font-size: 16px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    color: #5a5a5a;
    line-height: 1.6;
}

.hero-scent {
    font-size: 11px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    color: #333333;
    line-height: 1.4;
}

/* Section Styling */
.section-title {
    text-align: center;
    font-size: 34px;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #8c7853;
    margin: 15px auto 0 auto;
}

/* Package Main Cards */
.package-card {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #e8e5da;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(140, 120, 83, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(2px);
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(140, 120, 83, 0.1);
}

.package-header {
    border-bottom: 1px solid #f0ede4;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.package-number {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8c7853;
    font-weight: 600;
    margin-bottom: 5px;
}

.package-name {
    font-size: 32px;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 5px;
}

.package-size {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    letter-spacing: 2px;
    color: #7a7a7a;
    font-weight: 600;
}

.package-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #6a6a6a;
    margin-top: 15px;
}

.package-scentrate {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #8c7853;
    font-weight: 600;
    margin-bottom: 5px;
}

.package-scentrate-circle {
    font-size: 34px;
}

.package-scentfeeling {
    font-size: 16px;
}

.package-scentdecs {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #6a6a6a;
    margin-top: 15px;
}

/* Pricing Tables */
.price-table {
    width: 100%;
    margin-top: 20px;
}

.price-table th {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8c7853;
    border-bottom: 1px solid #e8e5da !important;
    padding: 12px 8px !important;
}

.price-table td {
    font-size: 16px;
    padding: 15px 8px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f3f1eb !important;
}

.price-qty {
    font-weight: 400;
    color: #4a4a4a;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1a1a1a;
    text-align: right;
}

.price-currency {
    font-size: 12px;
    font-weight: normal;
    color: #7a7a7a;
    margin-left: 4px;
}

/* Features / Included Items Grid */
.included-box {
    background-color: rgba(251, 251, 250, 0.9);
    border: 1px solid #eeebdf;
    border-radius: 12px;
    padding: 30px 20px;
    margin-top: 25px;
}

.included-title {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8c7853;
    font-weight: 600;
    margin-bottom: 25px;
}

.feature-item {
    text-align: center;
    margin-bottom: 25px;
    min-height: 110px;
}

.feature-icon {
    font-size: 24px;
    color: #8c7853;
    margin-bottom: 12px;
    display: inline-block;
}

.feature-text {
    font-size: 13px;
    line-height: 1.5;
    color: #4a4a4a;
}

.feature-text th-text {
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    margin-top: 3px;
}

/* Highlights Section */
.highlights-box {
    border-left: 2px solid #8c7853;
    padding-left: 20px;
    margin-top: 20px;
}

.highlight-item {
    margin-bottom: 15px;
    position: relative;
}

.highlight-item .glyphicon-ok {
    color: #8c7853;
    font-size: 12px;
    margin-right: 10px;
}

.highlight-title {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 14px;
}

.highlight-desc {
    font-size: 12px;
    color: #7a7a7a;
    margin-left: 22px;
    margin-top: 2px;
}

/* Package Badges / Footer Info */
.meta-info-row {
    background-color: #ffffff;
    border: 1px solid #e8e5da;
    border-radius: 12px;
    padding: 20px 10px;
    margin-top: 30px;
}

.meta-item {
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.meta-item:last-child {
    border-right: none;
}

.meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8c7853;
    font-weight: 600;
    margin-bottom: 5px;
}

.meta-value {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 400;
}

/* Contact & Footer */
footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 40px 0;
    text-align: center;
    margin-top: 80px;
}

.footer-logo {
    max-width: 160px;
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
    filter: brightness(0) invert(1);
    /* ทำให้โลโก้ด้านล่างเป็นสีขาวล้วนตัดกับพื้นหลังดำ */
    opacity: 0.8;
}

.footer-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #8c7853;
    margin-bottom: 30px;
}

.footer-copy {
    font-size: 12px;
    color: #666666;
    margin-top: 40px;
    border-top: 1px solid #2a2a2a;
    padding-top: 20px;
}

.btn-booking {
    background-color: #8c7853;
    color: #ffffff !important;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-booking:hover,
.btn-booking:focus {
    background-color: #736142;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(140, 120, 83, 0.3);
    text-decoration: none;
}

/* Responsive Fixes for Bootstrap 3 */
@media (max-width: 767px) {
    .meta-item {
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .meta-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .hero-title {
        font-size: 30px;
    }

    .package-card {
        padding: 20px;
    }

    .package-name {
        font-size: 26px;
    }

    .main-logo {
        max-width: 180px;
    }
}

.socialwg a {
    color: #fff !important;
    text-decoration: none;
}

.socialwg {
    position: fixed;
    bottom: 20px;
    width: 40px;
}

.socialwg ul {
    padding: 0px;
    transform: translate(-270px, 0);
}

.socialwg ul li {
    display: block;
    margin: 5px;
    background: #8c7853 !important;
    opacity: 0.8;
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.socialwg ul li:hover {
    transform: translate(110px, 0);
    background: #8c7853 !important;
    opacity: 0.95;
}

.socialwg ul li:hover a {
    color: #fff !important;
}

.socialwg ul li:hover i {
    color: #fff !important;
    transform: rotate(360deg);
    transition: all 1s;
}

.socialwg ul li i {
    margin-left: 10px;
    color: #fff !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    transform: rotate(0deg);
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background-color: #8c7853 !important;
    opacity: .8;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-color: #fff !important;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    font-weight: bolder;
    font-size: 16px;
}
/* Container to handle sizing and centering */
.line-icon-container {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #06C755; /* Official LINE Green */
  border-radius: 13px; /* Slightly rounded square background */
}

/* The typography layout */
.line-text {
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900; /* Boldest available setting */
  font-size: 8px;
  letter-spacing: -0.5px;
  transform: scaleY(0.95); /* Marginally flattens text to look authentic */
  z-index: 1; /* Ensures text stays above the tail masks */
}