.contact-content p,
.aboutt p {
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
}

.bg_light {
    background: hsl(75.65deg 58.97% 15.29% / 6%);
}

.service-block .inner h3 {
    font-size: 15px;
    margin-top: 20px;
}

.service-block .inner {
    padding: 0;
    border-width: 1px;
    height: 125px;
    font-size: 14px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}

.inner img {
    height: 46px;
}

.maph3 {
    color: #323e10;
    font-size: 28px;
    margin-top: 0;
}

.border-img {
    padding: 5px;
    border: 1px dotted #d88f31;
    margin-bottom: 20px; display: block; width: 100%;
}

.maph4 {
    color: #323e10;
    font-size: 28px;
    margin-top: 0;
    display: none;
}

.subhadding {
    color: #323e10;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.man_linehight {
    line-height: 27px;
    text-align: justify;
}

.img2 {
    position: absolute;
    left: 35px;
    width: 230px;
    bottom: -46px;
    padding: 5px;
    background: #fff;
}

.subhadding1 {
    color: #323e10;
    text-align: left;
    font-size: 30px;
    display: none;
    margin-bottom: 20px;
}

.about_box2 .img-responsive2, .img-responsive3 {
    width: 80%;
}

.img2 {
    position: absolute;
    left: 35px;
    width: 230px;
    bottom: -46px;
    padding: 5px;
    background: #fff;
}

.img3 {
    position: absolute;
    right: 15px;
    width: 230px;
    bottom: -46px;
    padding: 5px;
    background: #fff;
}

.about_box2 {
    position: relative;
    margin-bottom: 80px;
}

.faq_part_home .accordion-item {
    background: #ffffff;
    padding: 5px;
    margin-top: 17px;
    border-radius: 8px;
    box-shadow: 1px 7px 8px hsl(0deg 0% 0% / 13%);
    border: 0;
}

.faq_part_home .accordion-item h3 button {
    position: relative;
    font-size: 17px;
    margin: 0;
    color: #323e10 !important;
    padding: 11px 16px;
    background: #fff !important;
    box-shadow: inherit !important;
    font-weight: 600;
}

.faq_part_home .accordion-body {
    padding: 15px;
}


.cancelsafari_list ul li {
    padding: 2px 0 12px;
    position: relative;
     margin-left: 20px;
    line-height: 22px;
}
.jawai-wilderness { 
  overflow: hidden;
}

.jawai-img-wrap {
  position: relative;
  padding: 18px;    width: 90%;
}

.jawai-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #b88746;
  border-radius: 25px;
  transform: rotate(-3deg);
}

.main-img {
  position: relative;
  width: 100%; 
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.small-img {
  position: absolute;
  right: -10px;
  bottom: 35px;
  width: 210px;
  border: 8px solid #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.22);
}

.small-img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.experience-box {
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  padding: 18px 24px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.experience-box h4 {
  margin: 0;
  color: #7a4b1c;
  font-weight: 700;
}

.experience-box p {
  margin: 0;
  color: #777;
}
 

.story-section{
    background:#f8f4ec;
    overflow:hidden;
    position:relative;
}

.story-tag{
    color:#b88949;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    display:inline-block;
    margin-bottom:12px;
}

.story-heading{
    font-size:48px;
    font-weight:800;
    color:#1f2b1f;
    margin-bottom:15px;
}

.story-subtitle{
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.timeline{
    position:relative;
    margin-top:70px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:3px;
    height:100%;
    background:#d9c2a0;
    transform:translateX(-50%);
}

.timeline-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:90px;
    position:relative;
}

.timeline-item.reverse{
    flex-direction:row-reverse;
}

.timeline-image,
.timeline-content{
    width:45%;
}

.timeline-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.timeline-content{
    background:#fff;
    padding:40px;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    position:relative;
}

.timeline-content::before{
    content:"";
    position:absolute;
    top:50%;
    width:22px;
    height:22px;
    background:#b88949;
    border-radius:50%;
    transform:translateY(-50%);
}

.timeline-item .timeline-content::before{
    left:-58px;
}

.timeline-item.reverse .timeline-content::before{
    right:-58px;
    left:auto;
}

.year{
    display:inline-block;
    background:#b88949;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.timeline-content h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
    color:#1f2b1f;
}

.timeline-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:0;
}

@media(max-width:991px){

    .story-heading{
        font-size:36px;
    }

    .timeline::before{
        left:20px;
    }

    .timeline-item,
    .timeline-item.reverse{
        flex-direction:column;
        align-items:flex-start;
        padding-left:55px;
    }

    .timeline-image,
    .timeline-content{
        width:100%;
    }

    .timeline-image{
        margin-bottom:25px;
    }

    .timeline-content::before{
        left:-46px !important;
        right:auto !important;
    }
}

@media(max-width:576px){

    .story-heading{
        font-size:28px;
    }

    .timeline-image img{
        height:260px;
    }

    .timeline-content{
        padding:25px;
    }

    .timeline-content h4{
        font-size:22px;
    }
}

/*====== timeline =======*/
.thour-story-scroll { 
  overflow: hidden; 
}

.year-nav {
  list-style: none;
  padding: 90px 0 0 45px;
  margin: 0;
  position: sticky;
  top: 80px;
}
.year-nav li {
    color: #322f29;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.year-nav li.active,
.year-nav li:hover {
  color: #b88746;
  transform: translateX(8px);
}

.story-slide {
  min-height: 100vh;
  position: relative;
  display: none;
  align-items: center;
  padding: 80px 7%;
}

.story-slide.active {
  display: flex;
  animation: fadeSlide 0.8s ease;
}

.story-content {
  width: 42%;
  z-index: 2;
}

.story-content h3 {
    font-size: 38px;
    line-height: 1;
    color: #323e10;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Playfair Display';
}

.story-content p {
  max-width: 520px; 
  line-height: 1.8;
  font-size: 16px; margin-bottom: 70px;
}

.story-img {
  width: 45%; 
  margin-left: auto;
  transform: rotate(3deg);
  overflow: hidden;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.6s ease;
}

.story-slide:hover .story-img img {
  filter: grayscale(0%);
  transform: scale(1.06);
}

.big-year {
  position: absolute;
  left: 28%;
  bottom: 20px;
  font-size: 230px;
  font-weight: 300;
  color: transparent;
  -webkit-text-stroke: 2px #d6a85f;
  opacity: 0.55;
  z-index: 2;
  line-height: 1;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 
/* =======timeline end ========*/
 
 
.exp-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(184,137,73,.22);
  border-radius: 28px;
  padding: 34px 28px;
  height: 100%;
  box-shadow: 0 20px 45px rgba(78, 54, 25, .1);
  transition: .35s ease; 
}

.exp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(78, 54, 25, .16);
}

.exp-icon { 
  margin-bottom: 24px;
}

.exp-icon i {
  color: #fff;
  font-size: 32px;
}

.exp-card h3 {
  font-size: 23px;
  font-weight: 800;
  color: #20301f;
  margin-bottom: 12px;
}

.exp-card p {
  margin: 0;
  font-size: 15px;
} 
 
 
.mission-features{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.mission-visual{ 
    display:flex;
    align-items:center;
    justify-content:center;
}
.circle-bg{
    position:absolute;
    width:500px;
    height:500px;
    background:#e8dcc4;
    border-radius:50%;
    animation:zoom 6s infinite alternate;
}
.main-img2{
    position:relative;
    z-index:2;
    width:420px;
    border-radius:40px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,0.2);
}
.main-img2 img{
    width:100%;
    display:block;
    object-fit:cover;
}
.floating-card{
    position:absolute;
    background:#fff;
    padding:14px 22px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.12);
    display:flex;
    align-items:center;
    gap:10px;
    z-index:3;
    font-weight:600;
    animation:float 4s ease-in-out infinite;
}
.floating-card i{
    color:#b68b3d;
    font-size:20px;
}
.card-one{
    top:70px;
    left:20px;
}

.card-two{
    right:0;
    top:180px;
}

.card-three{
    bottom:70px;
    left:50px;
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
    100%{
        transform:translateY(0px);
    }
}

@keyframes zoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.08);
    }
}
 
 .section-text{ line-height: 26px;}
.our-mission-section{    background: #202808; color: #fff; padding: 50px 0}
.quote2{transform: rotate(180deg);}
.our-mission-section .quote{ height: 60px;}
.taj{text-align: justify;}
.exp-icon img {
    height: 65px;
}
@media (max-width:991px) {
.story-slide .story-img img {filter: grayscale(0%);}
.floating-card{ display: none;}
    .maph4,
    .subhadding1 {
        display: block;
    }

    .img2 {
        left: 0;
        width: 150px;
        bottom: -5px;
    }

    .img3 {
        right: 0;
        width: 150px;
        bottom: -5px; height: auto;
    }

    .about_box2 .img-responsive2, .img-responsive3 {
        width: 100%;
    }

    .faq_part_home .accordion-item h3 button {
        font-size: 15px;
    }

    .about_box2 {
        margin-bottom: 40px;
    }

    .these_packages2 h3 {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .subhadding {
        font-size: 22px;
    }
.year-nav{ display: none;}  
.our-mission-section .text-end2 {
    text-align: left!important;
}
.our-mission-section .quote {
    height: 40px;
}
.circle-bg{ display: none;}
.small-img {
    border: 6px solid #fff;
            right: -30px;
    bottom: -60px;
}
  .jawai-img-wrap::before { 
    transform: rotate(0deg);
}
.jawai-img-wrap{ margin-bottom: 75px;}
.story-content p {
    max-width: 520px;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 70px;
}
  .story-slide,
  .story-slide.active {
            display: block;
        padding: 35px 10px; min-height: auto;
  }

.story-content, .story-img {
    width: 85%;
    max-width: 500px;
    margin: auto;
}
  .story-content h3 {
        font-size: 24px;
        margin-bottom: 14px;    line-height: 1.3;
  } 
.story-content p { 
    margin-bottom: 25px;
}
  .big-year {
    font-size: 100px;
    left: 20px;
    bottom: 0;
  }
  .section-text {line-height: 24px;  }
  .mobile_center {  text-align: center;}
.exp-icon img{    height: 60px;}
}