
.hero {
    position: relative;
    min-height: 100vh;
    /* background: url(/assets/images/Hero.png) no-repeat center center / cover; */
    background: linear-gradient(0deg, rgb(0 0 0 / 20%), rgb(0 0 0 / 50%)), url(/assets/images/bako-national-park-2.jpg) no-repeat center center / cover;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    justify-content: center;
    color: white;
}
.hero-content-wrapper {
    margin-top: 100px;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 100px); 
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero-content-header{
    width:70%;
}
.hero h1 {
    font-weight: 500;
    font-size: 4rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.h-welcome {
    width: fit-content;
    padding: 3px 8px;
    gap: 10px;
    border-radius: 5px;
    background: #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
}
.search-box-container{
    display:flex;
    justify-content: space-between;
	width:100%;
}
.search-box-item1{
    display:flex;
    gap: 1.5rem;
	padding: 0 5px;
}
.search-box-wrapper{
    display: flex;flex-direction: column;
}
.search-box-wrapper p{
    width:55%;
}

.search-box {
    display: flex;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
    color: black;
    position: relative;
}
.search-box::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 1.5rem solid transparent;
    position: absolute;
    top: 0;
    border-right: 30px solid white;
    bottom: 10px;
    left: -43px;
    border-top: 0;
}
.search-box .sb-item {
    display: flex;
    flex-direction: column;
}
.search-box input{
    border: none;
    padding: 10px 0px 10px 0;
	max-width:192px;
}
.search-box label {
    color: var(--secondary);
    font-size: 14px;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}
.custom-select-container .custom-select-input {
    /*width: 100%;*/
    /*padding: 4px;*/
    /*box-sizing: border-box;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*cursor: pointer;*/
    /*border-radius: 15px;*/
}
.custom-select-container .options-container {
    display: none;
    position: absolute;
    min-width: 100%;
    width: fit-content;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    max-height: 50vh;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 10px;
}
.custom-select-container .options-container div {
    padding: 4px;
    cursor: pointer;
}
.custom-select-container .options-container .option {
    padding-left: 10px;
}
.custom-select-container .active {
    display: block;
}
.custom-select-container .options-container div:hover {
    background-color: #2fc3f773;
}
.custom-select-container .chevron {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
}
.custom-select-container .group-label {
    font-weight: bold;
    padding: 8px;
    background-color: #f1f1f1;
    pointer-events: none;
    user-select: none;
    cursor: default;
}

.discover-malaysia{
    height:auto; 
    background:white;
    padding: 5rem 0;
}
.discover-malaysia-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 3rem;
    background: url(/assets/images/malaysia-truly-asia-2026.avif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.discover-malaysia-head h1 {
    font-size: 4rem;
}
.discover-malaysia-head .desc{
    display: flex;
    width:40%;
    flex-direction: column;
    color: var(--secondary);
}

.tailored-tours{
    min-height:100vh; 
    height:auto; 
    background:white;
    padding: 5rem 0;
}
.tailored-tours-head {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    align-items: flex-end;
}
.tailored-tours-head .desc{
    display: flex;
    width:40%;
    flex-direction: column;
    color: var(--secondary);
}
.tailored-tours-content {
    display: flex;
    padding: 0 3rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-evenly;
}
.tailored-tours-item {
    margin-bottom: 1rem;
    cursor:pointer;
    width: 18%;
    
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 38%);
}
.tailored-tours-item:hover {
    background: aliceblue;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 38%);
}
.tailored-tours-item:hover .tailored-tours-desc {
    /*padding: 5px;*/
}
.tailored-tours-pf {
    max-width: 100vw;
    width:100%;
    height:375px; 
    background: url(/assets/images/tour_default.jpg) no-repeat center center / cover;
    border-radius: 5px 5px 0 0;
}
.tailored-tours-desc {
    height: calc(100% - 375px);
    width: 100%;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.tailored-tours-desc .duration{
    font-size: 16px;
    font-weight: 500;
    color: #0066CC;
}
.tailored-tours-desc .tour-name{
    font-size: 20px;
    font-weight: 500;
}
.tailored-tours-desc .tour-desc{
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary);
}
.tailored-tours-desc .price label{
    font-size: 20px;
    font-weight: 600;
    color: #0358ac;
}
.tailored-tours-desc .price small{
    font-size: 12px;
    font-weight: 500;
}


.easy-steps{
    height:auto;background:white;padding: 5rem 3rem;
    display:flex;
}
.easy-steps-head{
    width:50%;
    padding-right:2rem;
}
.easy-steps-head h1{
    font-size: 4rem;
}
.easy-steps-head p{
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
}
.steps-container {
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    width: 50%;
}
.step-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 15px;
}
.step-item .step-num {
    width: 50px;
    height: 50px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 500;
}
.step-item .step-desc {
    width: fit-content;
}
.step-desc label {
    font-size: 20px;
    font-weight: 500;
}
.step-desc p {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary);
}

.faq-section{
    height:auto;
    background:white;
    padding: 5rem 3rem;
}
.faq-head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
}
.faq-head h1{
    font-size: 4rem;
    width:50%;
}

.faq-tag-container{
    width: 100%;
    overflow: auto;
    cursor: grab;
    /* -ms-overflow-style: none;*/
    /*scrollbar-width: none;*/
}
/*.faq-tag-container::-webkit-scrollbar { */
/*    display: none;*/
/*}*/
.faq-tag-wrapper {
    display: flex;
    gap: 10px;
}
.btn-faq-tag {
    width: fit-content;
    height: 35px;
    padding: 3px 10px;
    border-radius: 25px;
    border: 1px solid #DCDCDC;
    white-space: nowrap;
}
.btn-faq-tag.active {
    background: var(--primary);
    color: white;
    border: 1px solid var(--primary);
}
.btn-faq-tag:hover, .btn-faq-tag:active {
    background: var(--primary) !important;
    color: aliceblue !important;
}

.faq-item-container {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    background: #F9FAFB;
}

.travel-insight-container{
    width: 100%;
    overflow: auto;
    cursor: grab;
}
.travel-insight{
    height:auto;
    background:white;
    padding: 5rem 3rem;
}
.travel-insight-head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3rem;
    gap: 4rem
}
.travel-insight-item {
    max-width: 100vw;
    width: 410px;
}
.travel-insight-item:hover {
    background: aliceblue;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 38%);
}
.travel-insight-item-wrapper {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    gap: 20px;
    justify-content: space-between;
    padding: 1rem 0;
}
.travel-insight-item-banner {
    max-width: 100vw;
    height:215px; 
    width:410px;
    background: url(/assets/images/luggage.jpg) no-repeat center center / cover;
    border-radius: 5px;
}
.travel-insight-item-title{
    font-size:20px;
    font-weight:500;
}


@media (max-width: 1250px) {
    .tailored-tours-item {
        width: 23%;
    }
}
@media (max-width: 999px) {
    .tailored-tours {
        padding: 3rem 0;
    }
    .tailored-tours-content {
        margin-top: 1rem;
    }
    .tailored-tours-item {
        width: 30%;
    }
    .search-box-item1{
        justify-content: center;
        width: 100%;
    }
    .hero-content-header{
        width:100%;
    }
    .hero-content-wrapper{
        padding: 1rem;
        padding-bottom: 3rem;
    }
    .hero-mascot {
        position: absolute;
        z-index: 5;
        bottom: -20px;
        left: -25px;
        width: 125px;
    }
    .hero-mascot.right {
        position: absolute;
        z-index: 5;
        bottom: -20px;
        left: auto;
        right: -25px;
        width: 125px;
    }
    .search-box::before{
        border: 0;
        border-right: 0;
    }
    .search-box-wrapper p{
        width:105%;
    }
    
    .discover-malaysia-head {
        background: none;
    }
    .tailored-tours-head{
        flex-direction: column;
        padding: 0 1rem;
        align-items: flex-start;
    }
    .tailored-tours-head .desc, .discover-malaysia-head .desc{
        width:100%;
    }
    .tailored-tours-pf {
        width:100%;
        height:210px; 
    }
    .tailored-tours-content {
        padding: 0 1rem;
        justify-content: space-evenly;
    }
    .tailored-tours-desc {
        height: calc(100% - 210px);
        width: 170px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        padding: .5rem 1rem;
    }
    .tailored-tours-desc .duration, .tailored-tours-desc .tour-desc, .tailored-tours-desc .price small{
        font-size: 12px;
    }
    .tailored-tours-desc .tour-name, .tailored-tours-desc .price label{
        font-size: 15px;
		font-weight:700;
    }
    
    .easy-steps{
        padding: 5rem 1rem;
        flex-direction: column;
        gap: 3rem;
    }
    .easy-steps-head{
        width:100%;
        padding-right: 0;
    }
    .steps-container{
        width:100%;
        padding-left:0;
    }
    .step-item .step-num {
        min-width: 30px;
        min-height: 30px;
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    
    .faq-section, .travel-insight {
        padding: 5rem 1rem;
    }
    .faq-head h1 {
         width: 100%; 
    }
    
    .travel-insight-head {
        align-items: flex-start;
        gap: 1rem;
        flex-direction: column;
    }
    .travel-insight-item{
        width: 215px;
    }
    .travel-insight-item-banner {
        height: 165px;
        width: 215px;
    }
    .travel-insight-item-title {
        font-size: 16px;
        --lines: 3;
    }
}
@media (max-width: 600px) {
    .tailored-tours-item {
        width: 45%;
    }
}
@media (max-width: 350px) {
    .tailored-tours-item {
        width: 100%;
    }
    .tailored-tours-pf{
        height: 350px;
    }
}

