body {
    background: url('http://dbnaturehub.com/wp-content/uploads/2026/03/bggg.webp') !important;
    background-size: cover !important;
    background-position: center top !important;
}
 .headerarea {
    position: absolute;
    width: 100%;
    top:0;
}
#menu-1-2679240 li a{
    color:#fff ;
}
#menu-1-2679240 ul.sub-menu li a{
    color:#000 !important;
}
.phobookarea  h3,.phobookarea  h3 a,.phobookarea  p{
    color:#fff !important;
    cursor: pointer;
}
.phobookarea  p a:hover{
    color:#f2f2f2;
}
#menu-1-2679240 ul.sub-menu li a:hover{
    color:#17410d !important;
}
.headerarea.scrolled{
    background:#000;
    transition:0.3s;
}
.headerarea.scrolled {
    background: #12340aa8;
    transition: 0.3s;
    z-index: 9999999 !important;
}
.section-title  h2{
    text-align: center;
    color: #1e4c2b;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block !important;
    margin: 0 auto 20px;
    text-align: center;
}
.section-title h2:after{

    content: '';
    position: absolute;
    background: url(img/bg_leaf.png);
    width: 60px;
    left: -66px;
    height: 39px;
    background-repeat: no-repeat;
    z-index: 99999;
    top: -1px;
    background-size: contain;
    transform: rotate(180deg);

}
.section-title h2:before {
    content: '';
    position: absolute;
    background: url(img/bg_leaf.png);
    width: 60px;
    right: -66px;
    height: 39px;
    background-repeat: no-repeat;
    z-index: 99999;
    top: -1px;
    background-size: contain;
}
/* ---------------- WHY VISIT ---------------- */
.galleryimg {
    height: 250px;
}
.galleryimg img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.gallerytitel {
    background: #009c58;
    color: #fff;
    padding: 15px 0;
    border-bottom-left-radius: 8px;
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 8px;
    font-family: "Fauna One", Sans-serif !important;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
.galleryblk {
    display: flex;
    flex-wrap: wrap;
}
.gallerysec {
    flex: 0 0 22%;
    margin: 0 15px 30px;
    position: relative;
    padding-left:0 !important;
    padding-right:0 !important;
}
.card-row{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.card {
    background: #f6e7d452;
   
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    text-align: left !important;
}

.card img{
width:100%;
height:200px;
object-fit:cover;
}

.card-body {
    padding: 11px 10px;
}
.card-body h3 {
    color: #1e4c2b;
    margin-bottom: 5px;
    margin: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}
.card-body p{font-size:14px;margin-bottom:10px;}

.small-btn {
    background: #2e6f3e;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    text-align: right !important;
    float: right !important;
    margin-bottom: 15px !important;
}
.small-btn:hover{
    background:#000 !important;
}
   .activity-image img{
                            height:250px;
                            object-fit:cover !important;
                            margin:0 auto;
                        }
                        .acttitle h3{
                            font-family: "Poppins", Sans-serif;
                            font-size:18px;
                            font-weight: 700;
                        }
/* ---------------- DISCOVER EXPERIENCES (NEW ADDED) ---------------- */

.experience-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;
}
.exp-card {
    padding-bottom: 30px;
}
.exp-card h3 {
    background: linear-gradient(to top, rgb(27 94 32 / 12%) 0%, rgba(27, 94, 32, 0.65) 40%, rgb(27 94 32 / 81%) 70%, rgb(27 94 32) 100%);
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 60px;
    font-size: 17px;
    font-weight: 600;
    color: #0f4a1d;
    font-family: 'Poppins';
    margin-bottom: 0;
    padding: 15px 0;
}	
.exp-card{
background: #f6e7d452;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
overflow:hidden;
text-align:center;
position:relative;
}
.exp-card .small-btn ,.gallery .small-btn {
    margin-top: 9px !important;
    margin-bottom: 3px !important;
    float: none !important;
    position: relative;
    top: 13px;
}
.exp-card img{
width:100%;
height:160px;
object-fit:cover;
}

.exp-card h4{
padding:15px;
color:var(--dark);
}

@media(max-width:1200px){
.experience-grid{grid-template-columns:repeat(3,1fr);}
}

@media(max-width:768px){
.experience-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:500px){
.experience-grid{grid-template-columns:1fr;}
}

/* ---------------- WHO CAN VISIT ---------------- */

.who-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.who-card {
    /* background: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    /* overflow: hidden; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-fit: contain;
}

.who-card h4 {
    padding: 0;
    color: #1f502b;
    font-size: 18px;
    font-weight: 800 !important;
    padding-left: 29px;
    text-align: left !important;
}
/* ---------------- BOOK NOW SECTION (NEW ADDED) ---------------- */

.booking-section{

color:#fff;
text-align:left;
}
.booking-section h2.section-title:after,.conareablk h2.section-title:after{
background:none;
}
.booking-form{
max-width:100%;
margin:auto;
background:rgba(255,255,255,0.1);
padding:0px 00px;
border-radius:10px;
}

.booking-form input,
.booking-form select{
width:100%;
padding:12px;
margin:10px 0;
border:none;
border-radius:5px;
}

.booking-form button{
background:var(--orange);
border:none;
padding:12px 20px;
color:#fff;
font-weight:600;
border-radius:5px;
cursor:pointer;
}

/* ---------------- GALLERY ---------------- */

.gallery {

    padding: 0px;
    color: #fff;
    text-align: center;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: top center;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:15px;
margin-top:10px;
}

.gallery-grid img{
width:100%;
height:150px;
object-fit:cover;
border-radius:6px;
}

/* ---------------- CONTACT + MAP ---------------- */

.contact-section{
display:flex;
gap:40px;
flex-wrap:wrap;
padding:100px 60px;
}

.contact-info{
flex:1;
}

.map{
flex:1;
min-height:400px;
border-radius:10px;
overflow:hidden;
}

.map iframe{
width:100%;
height:100%;
border:0;
} 
.curve{
    position:relative; 
} 
.curve:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 33px; 
    background: url('http://dbnaturehub.com/wp-content/uploads/2026/03/bggg.webp') !important;
    border-top-left-radius: 100% 60px;
    border-top-right-radius: 100% 60px;
    z-index: 99;
    top: -30px;
    background-position: center center;
    background-size: cover !important;
}
/* ---------------- FOOTER ---------------- */

footer{

color:#fff;

text-align:center;
}
ul#tabs-navgallery {
    list-style: none;
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: auto;
    padding-bottom: 20px;
}
ul#tabs-navgallery li {
    display: inline-block;
    cursor: pointer;
    border: #009c58 1px solid;
    margin: 0 20px 0 0;
    padding: 10px 20px;
			position:relative;
	border-radius:5px;
}ul#tabs-navgallery li:hover,
ul#tabs-navgallery li.activegallery {
  background:#009c58;
}
ul#tabs-navgallery li:hover:after, ul#tabs-navgallery li.activegallery:after {
    content: '';
    position: absolute;
    width: 29px;
    background: url('https://heritagevidhyalaya.com/wp-content/uploads/2024/11/arowgreen.png');
    height: 14px;
    bottom: -11px;
    animation-delay: 0;
    right: 0;
    /* top: 0; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}
#tabs-navgallery li a {
  text-decoration: none;
  color:#3a6c46;
}ul#tabs-navgallery li.activegallery a,
ul#tabs-navgallery li:hover a{
	color:#fff;
}
.tab-contentgallery {
  padding: 10px;
  
}
ul#tabs-navgallery li:hover,
ul#tabs-navgallery li.activegallery {
  background:#009c58;
}
ul#tabs-navgallery li:hover:after, ul#tabs-navgallery li.activegallery:after {
    content: '';
    position: absolute;
    width: 29px;
    background: url('https://heritagevidhyalaya.com/wp-content/uploads/2024/11/arowgreen.png');
    height: 14px;
    bottom: -11px;
    animation-delay: 0;
    right: 0;
    /* top: 0; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}
#tabs-navgallery li a {
  text-decoration: none;
  color:#3a6c46;
}ul#tabs-navgallery li.activegallery a,
ul#tabs-navgallery li:hover a{
	color:#fff;
}
.tab-contentgallery {
  padding: 10px;
  
}


.inactclass {
    background: #e8e8e8;
    height: 34px !important;
    text-align: center;
    border-radius: 16px;
    font-size: 14px;
    color: #898787;
    padding: 9px 11px;
    width: 68%;
    margin: 0 auto;
}
.ui-tabs-panel  th {
    background: #50c700;
    color: #fff;
    text-align: center !important;
}
ul.tabs-nav__list {
    margin: 0;
    padding: 0;
    background: #ffefb4;
}
#tabs ul li {
    padding: 0 0px;
    margin: 0;
    text-align: center;
    line-height: 35px;
    border-right: #f5d04b 1px solid;
}#tabs ul li:last-child{border-right:none;}
#tabs ul li:hover{  background: #fbc912;  border-top-right-radius: 11px;
}
#tabs ul li:hover a{color:#fff;}
#tab {
    background: #f6e6ad;
    padding: 24px 40px;
    border-top: #fbc912 2px solid;
}

@media(max-width:768px){
.section,
.contact-section,
.booking-section{
padding:70px 20px;
}
.who-card img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-fit: contain;
}
.who-grid{grid-template-columns:1fr;}
.gallery-grid{grid-template-columns:repeat(2,1fr);}
.section-title h2{margin-bottom:0 !important;}
.section-title h2:before {
    content: '';
    position: absolute;
    background: url(img/bg_leaf.png);
    width: 30px;
    right: -30px;
    height: 21px;
    background-repeat: no-repeat;
    z-index: 99999;
    top: -1px;
    background-size: contain;
}
.section-title h2:after {
    content:none;
}
.section-title h2:before {
    content: '';
    position: absolute;
    background: url(img/bg_leaf.png);
    width: 30px;
    right: 0;
    height: 21px;
    background-repeat: no-repeat;
    z-index: 99999;
    top: -21px;
    background-size: contain;
    left: 0;
    margin: 0 auto;
    background-position: center;
}
}
.booking-section h2.section-title {
    margin: 23px 0 0 !important;
    text-align: left;
}