.header-logo{
    padding:8px 0;
}
.header-logo img{
    height: 85px;
}
.sticky-wrapper{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
}
.sticky-wrapper .main-menu a{
    color: #fff;
}
.sticky-wrapper .main-menu ul li.menu-item-has-children > a:after{
    color: #fff;
}
.header-layout1 .main-menu > ul > li > a:hover, .sticky-wrapper .main-menu ul li.menu-item-has-children > a:hover:after{
    color:#fff;
}
.header-layout1 .main-menu > ul > li > a:before{
    background-color:#fff;
}
.main-menu ul.sub-menu li a{
    color:#131313;
}
.main-menu ul.sub-menu li a:hover{
    color:var(--theme-color);
}
.sticky-wrapper.sticky .main-menu a{
    color:#000
}
.sticky-wrapper.sticky .main-menu ul li.menu-item-has-children > a:after{
    color: #000;
}
.header-layout1 .sticky .main-menu > ul > li > a:hover, .sticky-wrapper .sticky .main-menu ul li.menu-item-has-children > a:hover:after{
    color:#000;
}
.header-layout1 .sticky .main-menu > ul > li > a:before{
    background-color:#000;
}
.hero-inner{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages-section{
    padding-bottom:80px;
}
.gallery-area{
    padding:80px 0;
}
.about-logo img{
    height: 120px;
}

.icon-wrapper {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  flex-shrink: 0;
}

.text-hover-accent:hover {
  color: var(--bs-primary); /* or use your accent color */
  transition: color 0.3s ease;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-feat p{
    line-height: 1.45;
    font-size: 14px;
    color:#000;
}
.content-feat{
    margin-bottom: 15px;
}
.content-feat p:first-of-type{
    color:#000;
    opacity: 0.75;
}
.main-content{
    text-align: justify;
}
.main-content .content p{
    color:#000;
    font-size: 16px;
}
.main-Cost incluntent .accordion-item .accordion-body{
    padding:15px;
    font-size:14px;
}
p, body{
    color:#000;
}
.destination-checklist{
    gap:20px;
}
.destination-checklist .checklist{
    width: 50%;
}
.destination-checklist .checklist ul li{
    font-size: 14px;
}
@media only screen and (max-width:600px){
    .img-box1 .img1 img{
        border-radius: 12px;
        max-width: none;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}