/* section  */

.section-banner {
    padding-top: 53px;
    padding-bottom: 50px;
    background-color: #ffffff; /* สีพื้นหลัง */
    text-align: center; /* จัดข้อความให้อยู่กลาง */
}

/* Media query สำหรับอุปกรณ์มือถือ */
@media (max-width: 768px) {
    .section-banner {
        padding-top: 30px; /* ปรับ padding-top สำหรับมือถือ */
        padding-bottom: 30px; /* ปรับ padding-bottom สำหรับมือถือ */
        font-size: 14px; /* ปรับขนาดฟอนต์ถ้าต้องการ */
    }
}



.highlight-101-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    max-width: 1180px;
    margin: 50px auto; /* ลดระยะห่างบนหน้าจอมือถือ */
    padding-top: 60px; /* ขยับลงโดยใช้ padding */
}

.highlight-101-header::before,
.highlight-101-header::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #ffcc00; /* สีเหลือง */
    margin: 0 10px; /* เพิ่มระยะห่างซ้ายและขวา */
}

.highlight-101-header h2 {
    margin: 0; /* ลบระยะห่าง */
    font-size: 30px; /* ขนาดตัวอักษรบนหน้าจอใหญ่ */
    position: relative; /* เพิ่มเพื่อให้เส้นข้างหน้ากับข้างหลังแสดงผลได้ */
}

.highlight-101 {
    color: #000000; /* สีดำเข้ม */
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* ปรับขนาดเงา */
}

.light {
    color: #ffcc00; /* สีเหลือง */
    font-weight: bold;
}

.icon::before {
    content: "\25CF";
    color: white;
    font-size: 15px; /* ลดขนาดตัวอักษรในไอคอน */
}

/* Media query สำหรับหน้าจอขนาดเล็ก */
@media (max-width: 600px) {
    .highlight-101-header {
        margin: 10px auto; /* ลดระยะห่างบนหน้าจอเล็ก */
        padding-top: 30px;
    }

    .highlight-101-header h2 {
        font-size: 24px; /* ลดขนาดฟอนต์เพิ่มเติมบนหน้าจอเล็ก */
    }

    .icon {
        width: 20px; /* ปรับขนาดไอคอนให้เล็กลง */
        height: 20px;
    }

    .icon::before {
        font-size: 12px; /* ลดขนาดตัวอักษรในไอคอน */
    }
}

/* รูป */
.highlight-container-101 {
    position: relative; /* เพื่อให้ตำแหน่งของรูปภาพเป็น relative กับ container */
}

.highlight-image-101 {
    position: absolute; /* ทำให้สามารถควบคุมตำแหน่งได้ */
    top: -60px; /* ปรับตำแหน่งของรูปภาพให้สูงขึ้นตามที่ต้องการ */
    left: 50%; /* จัดกลาง */
    transform: translateX(-50%); /* เพื่อจัดกลางแนวนอน */
    max-width: 100%; /* ปรับขนาดให้พอดีกับพื้นที่ */
    height: auto; /* รักษาสัดส่วน */
}

/* รูปภาพที่สามารถตอบสนองได้ */
.highlight-image-101 {
    width: 37%; /* ให้รูปภาพกว้างเต็มพื้นที่ */
    height: auto; /* รักษาสัดส่วน */
}




/* สำหรับ��า��ที่สามารถตอบสนองได้ */
.highlight-111-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 20px auto; /* Reduced top margin for better spacing on mobile */
    padding: 10px 0; /* Reduced padding to make it fit better */
    position: relative; /* Allows absolute positioning for the image */
}

.highlight-111-header::before,
.highlight-111-header::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #ffcc00; /* Yellow color */
    margin: 0 10px; /* Maintain spacing */
}

.highlight-111-header h2 {
    margin: 0; /* Remove margin */
    font-size: 30px; /* Adjusted font size for mobile */
    position: relative; /* Allows lines to be displayed correctly */
}

.highlight-image-111 {
    position: absolute; /* Allow positioning above the heading */
    top: -75px; /* Move image up above the heading */
    left: 50%; /* Center the image horizontally */
    transform: translateX(-50%); /* Adjust position to center */
    max-width: 60px; /* Set a fixed width for the icon */
    height: auto; /* Maintain aspect ratio */
}

/* Media Query for smaller screens */
@media (max-width: 600px) {
    .highlight-111-header {
        flex-direction: column; /* Stack elements vertically on small screens */
        align-items: center; /* Center align for a cleaner look */
        padding: 15px; /* Adjust padding for mobile */
    }
    
    .highlight-111-header::before,
    .highlight-111-header::after {
        width: 100%; /* Full width lines on mobile */
        height: 1px; /* Thinner lines for mobile */
        margin: 5px 0; /* Space above and below the lines */
    }
    
    .highlight-111-header h2 {
        font-size: 20px; /* Smaller font size for mobile */
    }
    
    .highlight-image-111 {
        top: -56px; /* Adjust positioning for smaller screens if needed */
        max-width: 60px; /* Smaller icon for mobile */
    }
}

/* ข้อความใต้รู)รูป */

/* สไตล์สำหรับ tour-info-102 */
.tour-info-102 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    padding: 47px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 1200px;
    margin: 20px auto;
    font-family: 'Sarabun', sans-serif;
    text-align: left;
}

.tour-info-102 h2 {
    color: #000039;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.tour-info-102 #tourInfo {
    font-size: 16px;
    line-height: 1.5;
    color: #696969;
    max-width: 100%;
    margin: 0 0 15px;
    text-align: justify;
    word-break: keep-all;
    letter-spacing: -0.05em;
    word-spacing: -0.1em;
}

.tour-info-102 button {
    display: none; /* ซ่อนปุ่มโดยค่าเริ่มต้น */
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #e91e63;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tour-info-102 button:hover {
    background-color: #d81b60;
}

.tour-info-102 .image-container-102 {
    text-align: center;
    margin-top: 20px;
}

.tour-info-102 .image-container-102 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tour-info-102 #tourInfo.collapsed {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    .tour-info-102 {
        padding: 30px 15px;
        margin-top: 10px;
    }

    .tour-info-102 h2 {
        font-size: 21px;
    }

    .tour-info-102 #tourInfo {
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.04em;
        word-spacing: -0.08em;
    }

    .tour-info-102 button {
        display: block; /* แสดงปุ่มเฉพาะบนมือถือ */
        font-size: 14px;
        padding: 8px 16px;
    }

    .tour-info-102 .image-container-102 {
        margin-top: 20px;
    }
}

@media (min-width: 769px) {
    .tour-info-102 {
        padding: 60px 47px;
        margin-top: 40px;
    }

    .tour-info-102 h2 {
        font-size: 23px;
    }

    .tour-info-102 #tourInfo {
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: -0.07em;
        word-spacing: -0.1em;
    }

    .tour-info-102 .image-container-102 {
        margin-top: 60px;
    }

    .tour-info-102 #tourInfo.collapsed {
        display: block; /* แสดงข้อความเต็มบนหน้าจอคอมพิวเตอร์ */
        -webkit-line-clamp: unset;
    }
}