/* Global */
body{
    background:#f6fff4; /* keeping first body bg (new fresher green) */
    font-family: 'Poppins', sans-serif;
}

/* header area */
.header-box{
    background:#ffffff;
    border-bottom:4px solid #52a728;
    padding:8px 0;
}

.navbar{ background:#ffe9a3!important; }
.navbar-brand{ color:#3d2b00!important; }
.nav-link{ color:#4b3600!important; font-weight:500; }
.nav-link:hover{ color:#b37b00!important; }

/* Logo */
.header-logo img{
    border-radius: 50px;
    padding: 7px;
    border: 1px solid #52a728;
    width: 85px;
    height: 85px;
}

/* Hero */
.hero { background: url('1991722.jpg') center/cover no-repeat; min-height: 320px; color: white; border-bottom:6px solid #52a728; }
.hero-overlay{ background: rgba(0,0,0,0.55); min-height: 320px; display:flex; align-items:center; }

/* buttons */
.btn-book{
    background:#52a728;
    border-radius:50px;
    font-weight:600;
    padding:10px 25px;
    color:white;
}
.btn-book:hover{
    background:#3d7e1e;
    color:white;
}
.btn-warning{ background:#52a728!important; border:none; }
.btn-warning:hover{ background:#e69f00!important; }

/* icons */
i.fa-solid.fa-phone { color: #52a728; }
.feature-icon{ font-size: 1.6rem; color:#52a728; }

/* cards */
.pkg-card{
    background:white;
    border-radius:18px;
    padding:25px;
    border:2px solid #b6e2a1;
    transition:0.3s;
}
.pkg-card:hover{
    transform:translateY(-5px);
    box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.card{ border:2px solid #ffe9a3; transition:0.3s; }
.card-title{ color:#b37b00; }
.card-img-top{ object-fit:cover; height:180px; }

.card:hover{
    transform:scale(1.02);
    box-shadow:0 0 18px rgba(255,179,0,0.4);
}

/* flex menu */
.menu-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-flex img {
    width: 95px;
    margin-right: 10px;
}

span.hden h2{
    color: green;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
}
span.hden h1{
    font-size: 22px;
}
.pkg-title{
    font-weight:700;
    font-size:22px;
    color:#2d6a14;
}

/* typography */
p { margin-bottom: 5px;}
h3,h4,h5{
  position:relative;
  padding-left:14px;
}
h3::before,h4::before,h5::before{
  content:'';
  width:6px;
  height:100%;
  background:#52a728;
  position:absolute;
  left:0;
  top:0;
  border-radius:4px;
}
.list-group-item{background-color: transparent;}
.lower-footer{display: flex;
    justify-content: space-between;}
    .lower-footer a {
    color: #fff;
}
/* whastapp contact */
.sticky-contact{ position: fixed; right: 12px; bottom: 12px; z-index: 1050; background:#25D366!important; border:none; }
@media (max-width:768px){
    .card-img-top{ height:140px; }
    .header-logo img{display: none;}
    .text-end{display: none;}
    span.hden h2{font-size: 14px;}
    span.hden h1{font-size: 12px;}
    .menu-flex img {width: 70px;}
    .lead{font-size: 1rem;}
    .lower-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
   }
}
/* footer */
/*footer{ background:#ffe9a3!important; border-top:3px solid #52a728; }*/
