:root {
        --bggreen:#1A4525;
        --color:#fff;
}
body{
  font-family: "Inter", sans-serif;
   user-select: none;
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none; 
}

.nav-design{
  background-color: var(--bggreen);
  padding: 8px;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-color{
  color: var(--color);

}
.banner-img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    position: relative;
    text-align: center; /* Center text horizontally */
    color: var(--color);
    padding-bottom: 20px;
    padding-top: 80vh; /* Push content towards the bottom */
}

.overlay-text {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.overlay-nexttext {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}
.forest {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
}
.new-overlay {
    background-color: #ffeb3b3b;
    width: 100%;
    height: 800px;
    position: relative;
    text-align: center; /* Center text horizontally */
    color: var(--color);
    padding-bottom: 20px;
    padding-top: 10vh; /* Push content towards the bottom */
}
.forestmask-image{
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  width: 100%;
  height: 800px;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
}
.title-style{
    color: #FCFF65;
    font-size: 1.8rem;
}
.img-tilte{
    font-size: 1.0rem;
}
.img-content{
    font-size: 0.8rem;
}
.elephant-img {
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 500px;
    margin-left: auto;
    position: absolute;
    right: 0;
    transform: translateY(-37%);
    z-index: 9;
    display: block;
}
.newbackgroundimage{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    position: absolute;
    transform: translate(0%, 46%);
}
.familytourimag{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 515px;
    z-index: 1;
}
.hiking-family-img{
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 787px;
    margin-left: auto;
    position: absolute;
    right: 0;
    transform: translate(-2.6%, -39%);
}
.desk-display{
    display: block;
}
.next-forestimag{
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 566px;
    position: absolute;
    transform: translateY(-57%);
}
.next-forestimag-overlay{
    background-color: #ffeb3b3b;
    width: 100%;
    height: 566px;
}
.next-mask-image{
    mask-position: top;
    mask-size: cover;
    mask-repeat: no-repeat;

    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;

    width: 100%;
    height: 566px;
    position: absolute;
    transform: translateY(-39%);
}
.my-trip-logo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 68px;
    margin-left: 97%
}
.explore-tilte{
    background-color: #C3951D;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 10px;
}
.flip-container {
    perspective: 1000px;
    width: 100%;
    height: 350px;
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-container.flip .flipper {
    transform: rotateY(180deg);
}

.safari-region-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    position: relative;
}

.safari-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 23px 3vh;
    color: #FCFF65;
    font-weight: 500;
    box-sizing: border-box;
}
.safariback-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    padding: 23px 3vh;
    color: #FCFF65;
    font-weight: 500;
    box-sizing: border-box;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back {
    transform: rotateY(180deg);
    background-color: #333;
    color: #FCFF65;
    padding: 20px;]
}

.back-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.back-content a{
    color: #FCFF65;
}
.safaripark-overlay{
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end; /* Align content to the bottom */
    justify-content: flex-start; /* Align to left */
    padding: 23px 3vh;
    color: #FCFF65;
    font-weight: 500;
    box-sizing: border-box; /* Include padding in height/width */
}
.testmoinal-image{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 630px;
}
.testmonial-title{
    text-align: center;
    color: var(--color);
    font-size: 1.5rem;
    font-weight: 500;
    margin: 6% 0 0 0 !important;
}

/*for one or two testimonal*/
.newscroll-container {
    display: flex;
    justify-content: center; /* Centers the cards horizontally */
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}

.newscrolling-card {
    flex: 0 0 32%; /* Ensures cards have a fixed width */
    margin-right: 2%;
    background-color: #1A4525;
}
.newscroll-container::-webkit-scrollbar {
    display: none;
}

/*for more than two testimonal*/
.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hides scrollbar for Firefox */
}

/* Hide scrollbar for WebKit */
.scroll-container::-webkit-scrollbar {
    display: none;
}

.scrolling-card {
    flex: 0 0 32%; /* 3 cards per row */
    margin-right: 15px;
    background-color: #1A4525;
    border-radius: 16px;
    color: #fff;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .scrolling-card {
        flex: 0 0 48%; /* 2 cards per row for tablets */
    }
}

@media (max-width: 768px) {
    .scrolling-card {
        flex: 0 0 80%; /* 1.5 cards visible for mobile */
    }
}

@media (max-width: 576px) {
    .scrolling-card {
        flex: 0 0 95%; /* 1 card visible for small screens */
    }
}

.newcardtext {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #fff;
}

.testimonial-profile {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 10px auto;
}

.graph-img{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 235px;
}
.tigerbackImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 9;
    transform: translate(36%, -7%);
}
.tree-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 97.8%;
    height: 100%;
    position: absolute;
    /*transform: translateY(-28%);*/
    z-index: 1;
}
.sightingbg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
    position: absolute;
    transform: translate(0%, -250%);
}
.partners-background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 560px;
}
.partners-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 147px;
}
.support-imag{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 125px;
}
.support-text{
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}
.verified-logo{
    background-repeat: no-repeat;
    background-size: contain;
    width: 113px;
    height: 100px;
    transform: translate(-52%, -15%);
    position: absolute;
}
.ridingfamily{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 97.4%;
    height: 434px;
    z-index: 1;
    position: absolute;
}
.socialmedia-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 90px;
}
.rounded-border{
    background-color:#1877F226;
    border-radius: 224px;
    padding: 10%;
    width: 58%;
}
.socialmeidabanner{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    width: 100%;
}
.hanger-tag{
    color: black;
    text-decoration: none;
}
.hanger-tag:hover{
    text-decoration: none;
    color: black;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999;
}
#logo_home h1 a, header#colored #logo_home h1 a, header#plain #logo_home h1 a, header.sticky #logo_home h1 a {
    width: 160px;
    height: 34px;
    display: block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 160px 34px;
    text-indent: -9999px;
}
.testimonal-banner{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
}
.testimonal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 150px;
    position: relative;
    text-align: center; /* Center text horizontally */
    color: #FCFF65;
    padding-bottom: 20px;
    padding-top: 10vh; /* Push content towards the bottom */
    font-size: 1.5rem;
}
.folwer {
    text-align: right;
  }
#people_detail .card {
    background-color: var(--bggreen);
    color: var(--color);
    width: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
}
.member {
    font-size: 30px;
    font-weight: 500;
    font-family: "Anton", sans-serif;
    margin-bottom: 0;
}
.member-exp {
    font-size: 16px;
    margin-bottom: 0;
}
.reightpadding-sighting{
    padding-right:0px ;
}
.leftpadding-sighting{
    padding-left: 0px !important;
}
.sight-container{
    height: 1559px;
}
.mob-display{
    display: none;
}
.travel-safari{
    width:98%;
    background-color: #21693C;
    color: #fff;
    z-index: 1;
    position: absolute;
    transform: translateY(32%);
    top: 0;
}
.connect{
    font-size:1.0rem;
    transform: translate(23%, 0%);
}
.desktilte{
    display: contents;
}
.mobtilte{
    display: none;
}
.nextnew-card{
        margin-left: .5rem !important;
    }
.sightgraph-newmargin{
    margin-bottom: 3rem !important;
}

.newitem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
/* Safari region image container */
.newsafari-region-img {
    width: 100%;
    padding-top: 100%; /* Maintains square aspect ratio */
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 50%; /* Circular shape */
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Overlay covering the entire image */
.newsafaripark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FCFF65;
    background: rgb(0 0 0 / 29%);
    font-size: 17px;
    text-align: center;
    border-radius: 50%; /* Match the shape of the parent */
}
@media (max-width: 575px) {
  .folwer {
    text-align: left !important;
  }
  .overlay {
    padding-top: 52vh !important;
  }
  #people_detail .card {
        width: 150px;
        margin: 2% !important;
    }
    .member {
        font-size: 24px;
    }
    .member-exp {
        font-size: 14px;
    }
    .new-overlay{
        height: 1500px !important;
    }
    .forestmask-image,
    .forest,
    .new-overlay{
        height: 1500px !important;
    }

    .testimonial-padding{
        padding: 0px !important;
        margin: 0px !important;
    }
    .scroll-container
    {
        width: 100%;
    }
    .new-margin{
        margin-top: 15px;
    }
    .reightpadding-sighting{
        padding-right: 15px !important;
    }
    .leftpadding-sighting{
        padding-left: 15px !important;
    }
    .tree-img {
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    }
    .sight-container{
        height: 3000px !important;
    }
    .mob-display{
        display: block !important;
    }
    .mob-hiking-family-img{
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 400px;
    }
    .desk-display{
        display: none !important;
    }
    .ridingfamily{
        position: relative !important;
    }
    .travel-safari{
        width:100% !important;
        position: relative !important;
        transform: none !important;
    }
    .elephant-img{
        display: none !important;
    }
    .connect{
        font-size:1.0rem;
        transform: none !important;
    }
    .newullist{
        padding: 0px !important;
    }
    .verified-logo{
        margin-left: 32%;
        margin-top: 3%;
        transform: none;
        position: relative;
    }
    .my-trip-logo{
        margin-left: 40% !important;
    }
    .new-border{
       margin-top: 10px; 
    }
    .desktilte{
        display: none !important;
    }
    .mobtilte{
        display: contents !important;
    }
    .testmonial-title{
        margin:20% 0 0 0 !important ;
    }
    .tigerbackImg{
        transform: translate(105%, 27%) !important;
    }
    .socialmeidabanner{
        height: auto !important;
    }
}
@media (min-width: 576px) and (max-width: 776px)
{
   .rounded-border{
      width: 77% !important;
   }
   .socialmedia-img{
      height: 48px !important;
   }
   #people_detail .card{
    margin: 2% !important;
   }
   .travel-safari{
        transform: translateY(0%) !important;
   }
   .sight-container {
       height: 1842px !important;
    }
    .tree-img{
        transform: none !important;
        width: 100% !important;
        position: relative !important;
        height: 100% !important;
    }
    .container{
        max-width: 100% !important;
    }
    .newcard-mar{
        transform: translateY(-1%);
    }
     .nextnew-card{
        margin-left: 0 !important;
    }
    .newcard-height{
        height: 100%;
    }
    .sightgraph-newmargin{
        margin-bottom: 0 !important;
    }
    .my-trip-logo{
        margin-left: 70% !important;
    }
    .socialmeidabanner{
        height: auto !important;
    }
}
@media (min-width: 777px) and (max-width: 991px)
{
   .rounded-border{
      width: 77% !important;
   }
   .socialmedia-img{
      height: 48px !important;
   }
   #people_detail .card{
    margin: 2% !important;
   }
   .travel-safari{
        transform: translateY(0%) !important;
   }
   .sight-container {
       height: 1684px !important;
    }
    .tree-img{
        transform: none !important;
        width: 100% !important;
        position: relative !important;
        height: 100% !important;
    }
    .container{
        max-width: 100% !important;
    }
    .new-container{
        max-width: 720px !important;
    }
    .newcard-mar{
        transform: translateY(-1%);
    }
    .ridingfamily{
        height: 367px !important;
    }
    .nextnew-card{
        margin-left: 0 !important;
    }
    .newcard-height{
        height: 100%;
    }
    .sightgraph-newmargin{
        margin-bottom: 0 !important;
    }
    .my-trip-logo{
        margin-left: 70% !important;
    }
    .socialmeidabanner{
        height: auto !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
   .rounded-border{
      width: 77% !important;
   }
   .socialmedia-img{
      height: 48px !important;
   }
   #people_detail .card{
    margin: 2% !important;
   }
   .travel-safari{
        transform: translateY(0%) !important;
   }
   .sight-container {
       height: 1590px !important;
    }
    .tree-img{
        transform: translateY(-29%) !important;
        height: 408px !important;
    }
    .container{
        max-width: 100% !important;
    }
    .newcard-mar{
        transform: translateY(-1%);
    }
    .ridingfamily{
        height: 331px !important;
    }
    .my-trip-logo{
        margin-left: 70% !important;
    }
}

.customized-modal-content {
    border-radius: 1.9rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.customized-modal-header {
    background-color: #1A4525;
    color: white;
    border-bottom: none;
    padding: 1.5rem;
}

.customized-modal-body {
    padding: 2rem;
}