

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

#contact, #services, #about {
    scroll-margin-top: 120px; /* Adjust this based on your header's actual height */
}

body {
     color: #666666;
     font-size: 17px;
     font-family: 'Poppins', sans-serif;
     line-height: 3;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 25px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}


.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 500px;
}

   @keyframes pulse {
      0% { opacity: 0.5; transform: scale(0.95); }
      50% { opacity: 1; transform: scale(1); }
      100% { opacity: 0.5; transform: scale(0.95); }
   }
.text-img figure img {
      border-radius: 50%; /* ทำรูปให้เป็นวงกลมเหมือนภาพต้นฉบับ */
      box-shadow: 0 0 20px rgba(155, 89, 182, 0.5); /* เพิ่มแสงออร่าสีม่วงอ่อน */
      border: 3px solid #d4af37; /* เพิ่มขอบสีทองบางๆ */
      transition: all 0.5s ease;
   }

   /* เพิ่มเอฟเฟกต์เบาๆ เวลาเอาเมาส์ไปวาง */
   .text-img figure img:hover {
      transform: scale(1.02);
      box-shadow: 0 0 30px rgba(212, 175, 55, 0.6); /* เปลี่ยนออร่าเป็นสีทอง */
   }

    @media (max-width: 767px) {
    .management-container {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centers items horizontally */
        text-align: center;  /* Centers text inside management-note */
        width: 100%;
    }
}



/* หัวข้อประกาศ Management */
.management-note {
    color: #d4af37;
    font-weight: 800;
    font-size: 26px; /* ขยายขนาดให้โตขึ้น */
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}



/* ปุ่มดีไซน์ใหม่ */
.btn-new-standard {
    display: inline-block;
    background: linear-gradient(45deg, #d4af37, #f2d06b);
    color: #ffffff !important;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin: 10px auto;
}

.logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #d4af37 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}
.logo-text span {
    color: #fff;
    font-weight: 300;
}

/* สร้างระยะห่างและเส้นใต้ที่สวยงามเมื่อ Hover */
.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px !important;
    position: relative;
    transition: 0.3s;
}

/* เอฟเฟกต์เส้นใต้เวลาเอาเมาส์วาง */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 15px;
    background-color: #d4af37;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
    width: calc(100% - 30px);
}

.navbar-nav .nav-link:hover {
    color: #d4af37 !important;
}

/* ปุ่ม Book Now ในเมนู */
.btn-book {
    background: transparent;
    border: 2px solid #d4af37 !important;
    color: #d4af37 !important;
    border-radius: 25px;
    padding: 8px 25px !important;
    margin-top: 2px;
}

.btn-book:hover {
    background: #d4af37 !important;
    color: #fff !important;
}

/* จัดการกลุ่มเมนูให้มีพื้นหลังบางๆ */
.nav-custom-group {
    background: rgba(255, 255, 255, 0.08); /* พื้นหลังขาวบางๆ */
    padding: 10px 25px;
    border-radius: 50px; /* ทรงแคปซูล */
    backdrop-filter: blur(5px); /* พื้นหลังฟุ้งๆ ดูแพง */
    border: 1px solid rgba(212, 175, 55, 0.2); /* ขอบสีทองจางๆ */
}

/* ปรับขนาดตัวอักษรและมิติ */
.nav-custom-group .nav-link {
    font-size: 20px !important; /* ตัวอักษรใหญ่ขึ้น */
    font-weight: 600 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
}

/* เอฟเฟกต์เมื่อ Hover */
.nav-custom-group .nav-link:hover {
    color: #d4af37 !important; /* เปลี่ยนเป็นสีทอง */
    background: rgba(212, 175, 55, 0.1); /* ไฮไลท์สีทองบางๆ */
    border-radius: 25px;
}

/* สถานะ Active (หน้าปัจจุบัน) */
.nav-custom-group .nav-link.active {
    color: #d4af37 !important;
    font-weight: 800 !important;
}

/* ปรับแต่งสำหรับมือถือให้พื้นหลังเต็มกว้าง */
@media (max-width: 991px) {
    .nav-custom-group {
        border-radius: 10px;
        margin-top: 15px;
        background: rgba(45, 12, 84, 0.9); /* สีม่วงเข้มโปร่งแสงเมื่ออยู่ในมือถือ */
    }
}

/* Gallery Container */
/* ขยายพื้นที่ส่วน Gallery ให้กว้างขึ้น */
.quality {
    padding: 100px 0; /* เพิ่มระยะห่างบน-ล่าง */
    background: #ffffff; 
}

.gallery-item img {
    width: 100%;
    /* ปรับความสูงเหลือประมาณ 300px - 320px จะดูสวยมากสำหรับ 3 รูปต่อแถว */
    height: 320px; 
    object-fit: cover;
    display: block;
}


.gallery-item {
    margin-bottom: 30px; /* เพิ่มระยะห่างระหว่างรูป */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 5px solid rgb(180 61 241 / 30%); /* เพิ่มขอบทองบางๆ */
}

/* ปรับขนาดตัวอักษรให้เล็กลงนิดหน่อยเพื่อให้พอดีกับกรอบที่แคบลง */
.gallery-item .overlay span {
    font-size: 18px; 
    letter-spacing: 1px;
    padding: 8px 15px;
}


.gallery-item .overlay {
    background: rgba(45, 12, 84, 0.7); /* พื้นหลังม่วงโปร่งแสง */
}

/* เมื่อ Hover ให้ขยายรูปเบาๆ */
.gallery-item:hover figure img {
    transform: scale(1.05);
}

/* เพิ่มการแสดงผลแบบกว้างพิเศษสำหรับหน้าจอใหญ่ */
@media (min-width: 1200px) {
    .quality .container {
        max-width: 90%; /* ขยาย Container ให้กว้างเกือบเต็มหน้าจอ */
    }
}

/* ตกแต่งส่วนหัวข้อ About */
.about-title-section h2 {
    color: #5d2a8e !important; /* สีม่วงเข้มที่เป็นเอกลักษณ์ของร้าน */
    font-size: 48px; /* ขยายขนาดให้ใหญ่ขึ้น */
    font-weight: 800; /* ตัวหนาพิเศษ */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    /* เพิ่มเงาบางๆ ให้ตัวอักษรดูคมชัด */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* เส้นคั่นสีทองเพิ่มความหรูหรา */
.title-line {
    width: 80px;
    height: 4px;
    background: #e0c878; /* สีทอง */
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.about-title-section {
    padding: 40px;
    background: rgba(25, 25, 25, 0.03); /* เทาจางๆ ช่วยขับสีทอง */
    border-radius: 20px;
}

/* ปรับสีตัวอักษรสำหรับหน้าจอที่พื้นหลังอาจจะเข้ม */
.about-title-section p {
    background: rgba(255, 255, 255, 0.5); /* ใส่พื้นหลังขาวจางๆ เผื่อกรณีทับบนรูป */
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

.gold-text {
    background: linear-gradient(to right, #ac7b1a, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px !important; /* ใหญ่และสง่างาม */
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 5px;
    display: inline-block;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3)); /* เพิ่มเงาให้ตัวทองดูนูนขึ้น */
}

/* เส้นคั่นสีทองหรู */
.title-line-gold {
    width: 120px;
    height: 3px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #aa771c);
    margin: 10px auto 25px auto;
    border-radius: 50px;
}

/* ข้อความบรรยายสีทองเข้ม (Amber Gold) เพื่อให้อ่านง่ายแต่ยังคุมโทนหรู */
.premium-subtitle {
    color: #ddc799 !important; /* สีทองเข้ม */
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    text-shadow: 0.5px 0.5px 0px rgba(0,0,0,0.1);
    letter-spacing: 1px;
}
/* เอฟเฟกต์เมื่อ Hover */
.btn-new-standard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.6);
    background: #5d2a8e; /* เปลี่ยนเป็นสีม่วงเข้มเวลา Hover เพื่อคุมโทนร้าน */
    color: #ffffff !important;
    border-color: #d4af37;
}

.contact-info-wrapper {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05); /* พื้นหลังจางๆ ให้ดูมีมิติ */
    border-radius: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* ไอคอนสีทอง */
.contact-item i {
    color: #8a37d4;
    font-size: 20px;
    margin-right: 15px;
}

/* เพิ่มระยะห่างให้ที่อยู่และเบอร์โทร */
.contact-item p {
    padding-left: 15px;  /* เว้นระยะห่างจากไอคอนด้านซ้าย */
    padding-top: 5px;    /* เว้นระยะด้านบนเล็กน้อย */
    padding-bottom: 5px; /* เว้นระยะด้านล่างเล็กน้อย */
    margin: 0;           /* ลบ Margin เดิมออกเพื่อคุม Padding ได้แม่นยำ */
    display: inline-block; /* ทำให้ Padding ทำงานได้สมบูรณ์ */
    vertical-align: middle; /* จัดให้ตัวหนังสืออยู่กึ่งกลางระดับเดียวกับไอคอน */
}

/* แถม: เว้นระยะห่างระหว่างบรรทัดของแต่ละรายการติดต่อ */

/* ปุ่ม Social Media สีทอง */
.social-links-gold {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links-gold a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #8a37d4;
    border-radius: 50%;
    color: #8a37d4;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* เอฟเฟกต์ตอนเอาเมาส์วางที่ปุ่ม Social */
.social-links-gold a:hover {
    background: linear-gradient(to right, #aa97d7, #9890ad, #432d99);
    color: #000; /* เปลี่ยนไอคอนเป็นสีดำตอน hover ให้ดูเด่น */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
    border-color: transparent;
}

/* Purple Gradient Heading */
.purple-text {
    background: linear-gradient(to right, #5d2a8e, #9b59b6, #8e44ad, #5d2a8e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

/* Purple Divider Line */
.title-line-purple {
    width: 120px;
    height: 3px;
    background: linear-gradient(to right, #5d2a8e, #9b59b6, #5d2a8e);
    margin: 10px auto 25px auto;
    border-radius: 50px;
}

/* Purple Subtitle */
.premium-subtitle-purple {
    color: #8e44ad !important;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.8;
}

/* Purple Contact Box */
.contact-info-wrapper-purple {
    margin-top: 40px;
    padding: 30px;
    background: rgba(93, 42, 142, 0.05); /* Soft purple tint */
    border-radius: 15px;
    border: 1px solid rgba(93, 42, 142, 0.2);
}

/* Icon and Text Colors */
.purple-icon {
    color: #5d2a8e !important;
}

.purple-contact-text {
    color: #2d0a63 !important; /* Deep purple */
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}


.asked_main {
    /* Increase the top and bottom padding significantly */
    padding: 100px 0px 120px 0px; 
    
    /* Ensure it takes up a good portion of the screen */
    min-height: 800px; 
    
    /* Optional: Add a subtle background color to distinguish it from other sections */
    background-color: rgba(45, 10, 99, 0.05); 
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Add space between the title and the question box */
.asked_main .titlepage {
    margin-bottom: 30px;
}

/* Make each question row taller and more elegant */
.ask_box .simpaly {
    margin-bottom: 25px; /* Adds space between each accordion item */
}

.ask_box .slider {
    padding: 15px 20px; /* Increases the height of the question bar */
    display: flex;
    align-items: center;
}
/*-- costomer--*/

ul.costomer {
     float: right;
}

ul.costomer li {
     color: #fff;
     font-size: 20px;
     font-weight: 500;
}

ul.costomer li a {
     color: #fff;
}
ul.costomer li a span {color: #5502bb;}

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header_bg {
     background: url(../images/banner.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-size: cover;
     background-position: center;
}

.header {
     background: transparent;
     width: 100%;
     padding: 40px 40px 40px 40px;
}


.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.banner_main {
     background: transparent;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding-bottom: 90px;
}
.d_flex {display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.text-bg {
     max-width: 542px;
     float: right;
     width: 100%;
}

.text-bg h1 {
     color: #ffffff;
     font-size: 60px;
     line-height: 70px;
     text-transform: uppercase;
     font-weight: bold;
     padding-top: 10px;
}

.text-bg span {
     color: #fff;
     font-size: 50px;
     line-height: 55px;
     font-weight: 500;
}

.text-bg p {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 28px;
     padding: 40px 0;
}

.text-bg a {
     font-size: 16px;
     background-color: #1f1716;
     color: #fff;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     text-transform: uppercase;
     border-radius: 25px;
}

.text-bg a:hover {
     background-color: #5502bb;
     color: #fff;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 90%;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #6e6d70;
     line-height: 60px;
     padding: 0;
}

service-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    text-align: center;
    transition: all 0.4s ease;
    min-height: 350px;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    border-color: #d4af37;
}

.service-card h3 {
    color: #fcf6ba !important; /* สีทองสว่าง */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-card p {
    color: #ffffff !important;
    font-size: 15px;
    margin-bottom: 20px;
    height: 60px; /* คุมความสูงคำอธิบายให้เท่ากัน */
}

/* ตกแต่งแถบราคา */
.price-tag {
    background: rgba(212, 175, 55, 0.1);
    border: 1px dashed #d4af37;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 10px 0;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.price-tag span {
    color: #fcf6ba;
    font-weight: 800;
    font-size: 18px;
}

.gold-icon {
    color: #d4af37;
    font-size: 40px;
    margin-bottom: 20px;
}



/** quality section **/

.quality {
    /* ไล่สีจากขาวนวล ค่อยๆ ลงไปหาม่วงที่เข้มจัด (Deep Midnight Purple) */
    background: linear-gradient(180deg, 
                #ffffff 0%, 
                #fdfbf0 10%, 
                #4b14a3 40%, /* ม่วงกลาง */
                #2d0a63 100%); /* ม่วงเข้มจัดเกือบดำ */
    
    padding-top: 80px;
    padding-bottom: 350px;
    
    border-top: 5px solid #d4af37;
    position: relative;
    overflow: hidden;
}

/* ขอบทองด้านล่างสุด */
.quality::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #bf953f, #fcf6ba, #aa771c);
    box-shadow: 0px -5px 15px rgba(212, 175, 55, 0.3); /* เพิ่มรัศมีทองจางๆ ให้ดูนุ่มนวล */
}

.quality .quality_box {padding: 15px;}
.quality .quality_box figure {margin: 0;}
.quality .quality_box figure img {width:100%; }
.quality .quality_box::before {
     position: absolute;
content: "";
left: 15px;
border-top: 20px;
height: 20px;
background: #f67b18;
width: 77%;
top: -5px;
}
.quality .quality_box::after {
position: absolute;
content: "";
left: 10px;
height: 80%;
background: #f67b18;
width: 20px;
top: -5px;
}



.quality_text {
    text-align: center;
    background: #ddd;
    padding: 20px;
    margin-left: -102px;
    margin-right: 50px;
}

.quality_text h3 {
     color: #6e6d70;
     line-height: 40px;
     font-size: 30px;
}
.quality_text p {
color: #6e6d70;
}


/** end quality section **/



/** customers section **/

.customers {
    padding-top: 40px;
    margin-top: -350px;
    padding-bottom: 70px;
}
.customers .titlepage {padding-bottom: 20px;}
.customers .titlepage h2 {color: #fff; text-align: left;}
.banner2 .carousel-caption {position: inherit;}
.banner2 .carousel-caption figure {margin: 0;}
.banner2 .carousel-caption figure img {width: 100%;}
.banner2 .carousel-caption p {
     color: #000;
    padding: 50px 0px 20px 0px; 
    font-size: 16px;
}

.carousel-indicators .active {background: #5502bb;}
.carousel-indicators li {
     background: #f67b18;
     width: 30px;
     height: 10px;
     margin-right: 0px;
     margin-left: 0px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {display: none;}

/** end customers section **/




/** testimonial section **/

.testimonial {
     padding: 60px 0;
     /* ใช้สีม่วงลาเวนเดอร์อ่อนไล่ไปหาขาวนวล */
     background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 50%, #f3e5f5 100%);
     position: relative;
     overflow: hidden;
}

/* ปรับแถบโค้งให้เป็นสีขาวที่ดูฟุ้งกระจายมากขึ้น */
.testimonial::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -100px;
    width: 150%;
    height: 400px;
    background: rgba(255, 255, 255, 0.4); /* เพิ่มความชัดของสีขาว */
    border-radius: 50%;
    transform: rotate(-5deg);
    pointer-events: none;
}

.testimonial .titlepage h2 {

     margin-bottom: 20px;
}

.testimonial .titlepage p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
}

.owl-dot.active {
     background: #7122e7 !important;
}

.item:hover {

    background: #5502bb;
    transition: ease-in all 0.5s;

}    

.item {
     text-align: center;
     background: #2603e594;
     border-radius: 20px;
     padding: 20px;
}

.item span {
     background: #fff;
     width: 50px;
     height: 50px;
     color: #3fbc61;
     ff;
     display: inline-block;
     border-radius: 30px;
}

.item h3 {
     font-size: 25px;
     line-height: 29px;
     padding: 10px 10px 10px 10px;
     color: #fff;
     text-transform: uppercase;
}

.item p {
     padding: 0px 10px 10px 10px;
     color: #fff;
}

.owl-nav {
     display: none;
}

.owl-dots {
     text-align: center;
     margin-top: 30px;
}

.owl-dot {
     background: #f67b18 !important;
     width: 25px;
     height: 25px;
     border-radius: 25px;
     margin: 0px 5px;
}


/** end testimonial section **/


/** Asked section **/
.d_flexw {display: flex;
 justify-content: center;flex-wrap: wrap;
}
.asked_main {
     padding-top: 90px;
}



.slider span {
     float: right;
     cursor: pointer;
     font-size: 30px;
     line-height: 29px;
     color: #fa7528;
}

.asked_main .ask_box {
     max-width: 539px;
     width: 100%;
     float: left;
}

.simpaly {
padding: 10px 10px 10px 20px;
border: #fa7528 solid 2px;
margin-bottom: 20px;
border-radius: 10px;
}

.slider a {
     color: #272827;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

@import "bourbon";
$white:#fff;
$grey: #999;
@import url(https://fonts.googleapis.com/css?family=News+Cycle);
.slider {
     font: 1.1em 'News Cycle', sans-serif;
     padding: 1%;
     background: $grey;
     color: $white;
     margin-bottom: 1%;
     span {
          margin-right: .3%;
     }
     a {
          text-decoration: none;
          color: $white;
     }
}

.content {
     font: 1em 'News Cycle';
     padding: 1%;
     p {
          margin-bottom: 1%;
     }
}


/** end Asked section **/


/** contact section **/
.bg_ba {
     font-family: Poppins;
     background: url(../images/bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
}



.contact .titlepage {
     text-align: left;
     padding-top: 20px;
}
.contact .titlepage h2 {color: #fff; font-weight: bold;}
.contact {
     padding: 90px 0px;
     font-family: Poppins;
     padding-top: 252px;
}

.main_form {
    padding-top: 137px;
}

.contact .main_form .contactus {
     border: #8c8c8b solid 1px;
     padding: 0px 1px;
     margin-bottom: 20px;
     width: 100%;
     height: 42px;
     background: transparent;
     color: #8c8c8b;
     font-size: 16px;
     border-top: inherit;
     border-right: inherit;
     border-left: inherit;
}

.contact .main_form .textarea {
     margin-bottom: 25px;
     color: #8c8c8b !important;
     width: 100%;
     border: #8c8c8b solid 1px;
     padding: 0px 1px;
     padding-top: 38px;
     background: transparent;
     border-top: inherit;
     border-right: inherit;
     border-left: inherit;
}

.contact .main_form .send {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 12px 70px;
     margin: 0 auto;
     display: block;
}

.contact .main_form .send:hover {
     background-color: #fd882f;
     transition: ease-in all 0.5s;
     color: #fff;
}

#contact *::placeholder {
     color: #8c8c8b;
     opacity: 1;
}

.current {
     color: #fff;
     margin-top: -4px;
     position: absolute;
}

.white {
     color: #fe9e37;
}

.cont {
     text-align: left;
}

.cont span {
     color: #fff;
     font-size: 50px;
     line-height: 70px;
     padding: 70px 0px 65px 0px;
     display: inline-block;
     font-weight: 500;
}

.cont a {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #fd882f;
     width: 100%;
     max-width: 275px;
     padding: 7px 0px;
     text-align: center;
     display: inline-block;
}

.cont a:hover {
     background-color: #fd882f;
     transition: ease-in all 0.5s;
     color: #fff;
}


/** end contact section **/


/** footer **/

.footer {
     padding: 20px 0px;
     background: #d1a94e;
}

.footer p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.footer a {
     color: #fff;
}

.footer a:hover {
     color: #6302d3;
}


/** end footer **/

