        @import url('https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
        
        body {
          font-family: "Sarabun", sans-serif;
          margin: 0;
          padding: 0;
        }
        .kodchasan-bold {
          font-family: "Sarabun", sans-serif;
          font-weight: 700;
          font-style: normal;
        }


        .hero-section {
            height: 90vh;
            position: relative;
        }
        .carousel-item {
            height: 90vh;
            background-size: cover;
            background-position: center center;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
        }
        .carousel-caption {
            position: absolute;
            top: 40%;
            left: 10%;
            text-align: left;
        }

        .carousel-caption h1 {
            font-size: 8vw; 
            color: #e7f110;
            text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
        }

        
        @media (min-width: 992px) {
            .carousel-caption h1 {
                font-size: 4vw; 
            }
        }
            
        .services-section h4 {
            color: #9f8545; 
            margin-bottom: 10px;
        }
        .services-section h2 {
            margin-bottom: 20px;
        }
        
     
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.0));
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
    }
    
    



    @media (max-width: 768px) {
        .navbar-collapse {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3)); /* White gradient background */
        }

        .navbar-toggler {
            margin-right: 0; 
        }

        .navbar-nav {
            text-align: center;
        }

        .navbar-nav .nav-item {
            margin-right: 0; 
        }
    }
    
    #navbarNav {
     text-align: center;
    }

    @media (min-width: 769px) {
        .navbar-nav .nav-link {
            color: #000;
        }
    }
        
        .nav-separator {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            margin-right: 10px; 
            margin-top:5px;
        }
        
        @media (max-width: 1000px) {
            .nav-separator {
                display: none;
            }
        }
        
        .carousel-indicators [data-bs-target] {
            width: 15px;
            height: 15px;
            border-radius: 50%; 
            background-color: #fff;
        }
        .carousel-indicators .active {
            background-color: #e7f110; 
        }

        .progress-bar-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: transparent;
        }
        .progress-bar {
            height: 5px;
            background-color: #e7f110;
            width: 0%;
            transition: width 5s linear;
        }



        /* Services Section */
        .services-section-setimg {
            background-image: url('/aunzath/img/main4.png'); 
            background-size: cover; 
            background-position: center; 
            background-repeat: no-repeat; 
            padding: 60px 0; 
            position: relative;
        }
        
       .services-section-laout{
        margin-left: 10px;
        margin-right: 10px;      
           
       }
        
        .image-overlay img {
            width: 100%;
            height: auto;
            position: relative;
            box-shadow:  rgba(0, 0, 0, 0.3); 
        }

      .icon-box img{
            width: 30%;
            height: auto;
            padding-bottom: 10px;
      }


        .recommended-tours {
            background-image: url('/aunzath/img/main5.png'); 
            background-size: cover; 
            background-repeat: no-repeat; 
            padding: 60px 0; 
            position: relative;
        }
        
        
        
        .recommended-tours-set {
            padding-top: 90px;
            padding-bottom: 60px;
            text-align: center; 
            justify-content: center; 
            align-items: center;
        }
        
        .recommended-tours h2 {
            font-size: 2.5rem;
            color: #fff; 
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        
        .recommended-tours h3 {
            font-size: 2.5rem;
            color: #fff; 
            margin-top: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        
        .texe-set {
            padding-top: 190px; 
        }
        
        .text-center h2, 
        .text-center h3 {
            font-weight: bold; 
        }
        
        .tour-box {
            border-radius: 50px;
            padding: 15px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
            transition: transform 0.3s ease;
        }
        
        .tour-box:hover {
            transform: translateY(-10px);
        }
        
        
        .tour-image {
            width: 100%;
            height: 20rem;
            background-size: cover;
            background-position: center;
            border-radius: 100px;
            position: relative;
        }
        
        @media (max-width: 768px) and (orientation: portrait) {
            .rowset>* {
                width: 50%; 
            }
        }
        
        @media (min-width: 768px) and (orientation: landscape),
               (min-width: 769px) and (max-width: 1199px) {
            .rowset>* {
                width: 30%; 
            }
        }
        
        @media (min-width: 1200px) {
            .rowset>* {
                width: 20%;
            }
        }




        .tour-icon {
            position: absolute;
            bottom: -20px;
            left: 50%; 
            transform: translateX(-50%);
            width: 65px;
            height: 65px;
            border-radius: 50%;
            border: 3px solid white; 
            background-color: #fff;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
            
        }
        
        
        .tour-content {
        padding-top: 35px;
        }
        
        .tour-content h5 {
            font-size: 1.25rem;
            font-weight: 600;
            text-shadow: 
                0px 0px 2px white,
                1px 1px 2px white,
                -1px -1px 2px white, 
                2px 2px 4px rgba(255, 255, 255, 0); 
            
        }
        
        .tour-content .badge {
            font-size: 1.25rem;
            color: #033b4c;
            text-shadow: 
                0px 0px 2px white,
                1px 1px 2px white,
                -1px -1px 2px white, 
                2px 2px 4px rgba(255, 255, 255, 0); 
        }
        
        
        .btn-warning {
            background-color: #e7f110;
            color: #000;
            border: none;
            padding: 10px 20px;
            font-size: 1.1rem;
            transition: background-color 0.3s ease;
            border-radius: 50px;
            font-weight: bold; 
        }
        
        
        .btn-warning:hover {
            background-color: #9e8967;
            color:#f2ff00;
        }


        /* Styling for filter buttons--------------------------------------------------- */
        .popular-destinations{
            background-image: url('/aunzath/img/main6.png'); 
            background-size: cover; 
            background-repeat: no-repeat; 
            padding: 60px 0; 
            position: relative;    
        }
        
        .btn-filter {
            background-color: #fff;
            border: 1px solid #ccc;
            color: #000;
            padding: 10px 20px;
            margin: 5px;
            border-radius: 50px;
            transition: background-color 0.3s ease;
        }
        
        .btn-filter.active {
            background-color: #e7f110;
            color: #000;
        }
        
        .btn-filter:hover {
            background-color: #9e8967;
            color: #f2ff00;
        }
        
        .card {
            border: none;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        }
        
        .card-img-top {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        
        .card-body {
            padding: 20px;
        }
        
        .badge {
            font-size: 0.9rem;
            padding: 5px 10px;
            border-radius: 50px;
        }
        
        .custom-badge {
            background-color: #f8f9fa;
            color: #210060;
            border: 2px solid #210060; 
            border-radius: 50px; 
            padding: 5px 10px;
            margin-bottom: 0.5rem;
            display: inline-block;
            font-weight: 700;
        }
        
        .custom-badge-download{
            background-color: #fffee4;
            color: #600000;
            border: 2px solid #600000; 
            border-radius: 50px; 
            padding: 2px 5px;
            margin-bottom: 0.5rem;
            display: inline-block;
            font-weight: 500;  
            font-size: 0.9rem;
        }

        .custom-badge-download2{
            background-color: #fffee4;
            color: #600000;
            border: 2px solid #600000; 
            border-radius: 50px; 
            padding: 2px 5px;
            margin-bottom: 0.5rem;
            display: inline-block;
            font-weight: 500;  
            font-size: 0.9rem;
        }
        
        .material-symbols-outlined{
            font-size: 1.0rem;
        }
        
        .card-title{
            color: #9e8967;
        }
        
        
        
        .popular-register {
            background-image: url('/aunzath/img/main7.png'); 
            background-size: cover; 
            background-repeat: no-repeat; 
            padding-top: 60px;
            position: relative;              
        }
        
        
        .form-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px;
            /*background: rgba(255, 255, 255, 0.8);*/
            border-radius: 10px;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
        }
        
        
        .form-group {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .form-group input {
            width: 48%;
            padding: 10px;
            font-size: 1rem;
            border: none;
            border-bottom: 2px solid #000;
            background: transparent;
        }
        .form-group input:focus {
            outline: none;
            border-bottom: 2px solid #9e8967;
        }
        .full-width {
            width: 100%;
            margin-bottom: 20px;
        }
        .privacy-policy {
            font-size: 0.9rem;
            text-align: center;
            margin-bottom: 20px;
        }
        .btn-submit {
            background-color: #e7f110;
            color: #000;
            padding: 10px 20px;
            font-size: 1.2rem;
            border: none;
            border-radius: 50px;
            display: block;
            margin: 20px auto;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .btn-submit:hover {
            background-color: #9e8967;
            color: #f2ff00;
        }
        .checkbox-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .checkbox-container input {
            margin-right: 10px;
        }        
        
        .footer-section {
            background: linear-gradient(to top, rgba(231, 241, 16, 1), rgba(231, 241, 16, 0.7), rgba(231, 241, 16, 0.3));
            padding: 50px 0;
            color: #033b4c;
            font-family: 'Kodchasan', sans-serif;
            
        }
        
        .footer-section .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .footer-section address, 
        .footer-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .footer-section p {
            margin-bottom: 5px;
            font-size: 1rem;
        }
        
        .footer-section a {
            color: #033b4c;
            text-decoration: none;
            font-weight: 600;
        }
        
        .footer-section a:hover {
            text-decoration: underline;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .social-icons-set {
            padding-top: 80px;
        }   
        
        .social-icons {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 15px;
            justify-content: flex-start;
            /*padding-top: 10px;*/
            /*margin-top: 20px;*/
        }
        
        .social-icons li a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 50%; 
            background-color: rgba(0, 0, 0, 0);
            border: 2px solid #9e8967;
            text-decoration: none;
            color: #9e8967; 
            transition: background-color 0.3s ease;
            
        }
        
        .social-icons li a:hover {
             background-color: #9e8967;
             color: #f2ff00;
        }
        
        .material-icons {
            font-size: 24px; 
        }
        
        .social-icon-col {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        
        @media (max-width: 900px) {
            
             .social-icons li a {
             width: 35px;
             height: 35px;                 
             }     
             
             .social-icons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .social-icons li {
            margin: 1px;
            flex: 0 1 15%;
            text-align: center;
        }

            .social-icons-set {
            padding-top:0;
            padding-bottom: 50px;
        }  

            .footer-section {
                text-align: center;
            }
            .footer-section .container {
                flex-direction: column;
            }
            
            .footer-section address, 
            .footer-links, 
            .social-icon-col {
                margin-top: 20px;
            }
        
            .social-icons {
                justify-content: center;
            }
 
        } 
        
        #alert{
         border-radius: 50px; 
        }
        
        .small-text-set {
            font-size: 10px !important;
            color: #033b4c;
            font-weight: 400;
            }
            
            
.scroll-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.scroll-btn {
    font-size: 30px;
    color: #333;
    cursor: pointer;
    padding: 0 10px;
    z-index: 1;
    transition: color 0.3s;
}

.scroll-btn:hover {
    color: #ff0;
}

.category-container {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 650px;
}

.category-list {
    display: inline-flex;
    transition: transform 0.3s ease;
    /*gap: 10px;*/
}

.btn-filter {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.btn-filter.active {
    background-color: #ff0;
    border-color: #ff0;
    color: #000;
}


.custom-scrollbar::-webkit-scrollbar {
    display: none;
}

.custom-scrollbar {
    scrollbar-width: none;
}

.custom-scrollbar {
    max-height: 400px;
    overflow-y: scroll;
}
            
            
            