 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   vertical-align: baseline;
   background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
   display: block;
 }

 section,
 header {}

 nav ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 abbr[title],
 dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
   background: #999999;
   font: Arial, Helvetica, sans-serif;
 }

 .fleft {
   float: left;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 input,
 select {
   vertical-align: middle;
 }

 .clear {
   clear: both;
   height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
   margin: 0px;
   padding: 0px;
 }

 .merriweather {
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  color: #5f0101;
}

 body {
   margin: 0px;
   padding: 0px;
   /*font-size: 13px !important;*/
   font-family: "Rubik", sans-serif;
   color: #333333 !important;
   /*font-weight: normal;*/
   /*line-height: normal;*/
   background-color: #fff !important;

   font-size: 17px;
   font-weight: 300;
   line-height: 1.6;
 }

 

 .clear {
   clear: both
 }

 .carousel-caption h2{
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
  font-size: 40px;
 }

 .carousel-caption{
  top:10rem
 }
 

 .feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
}
.feature-icon img {
  width: 50px; /* Adjust size to match the icon */
  height: auto;
}
.feature-text h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #5f0101;
  font-size: 14px;
}
.feature-text p {
  color: #666;
  margin: 0;
  font-size: 13px;
}

.menu-bg{
  background-color: #f1d8a2;
}

.nav-link{
  color: #5f0101;
  font-size: 14px;
  font-weight: 500;
}
.btn-request{
  background-color: #6a0808;
  color: #fff ;
  font-weight: 600;
}
.btn-request:hover{
  border: 1px solid #5f0101;
  color: #5f0101 !important;
}
.welcome-part{
  background-color: #f5f5f5;
}
.welcome-part h1{
  color: #5f0101;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
}
.f-13 {
  font-size: 13px !important;
  letter-spacing: 2px;
}

.enquiry-box {
  background-color: #fee9b8;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.enquiry-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.enquiry-box .btn {
  width: 100%;
  background-color: #7a0e0e;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
}
.enquiry-box .btn:hover{
  border: 1px solid #5f0101;
  color: #5f0101;
  background-color: transparent;
}
.nav-tabs {
  border: none !important;
}
.tab-content .nav-tabs{
 border-bottom: none !important;
}

.nav-tabs .nav-link{
  color: #333;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #5f0101;
  border-bottom: 1px solid #5f0101;
  border-top:none;
  border-left:none;
  border-right:none;
}
.nav-tabs .nav-link:hover {
  border: none !important;
}
.nav-tabs .nav-link {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  padding: 15px 70px;
}
.speaicl-packages{
  background-color: #fee9b8;
}
.title{
  color: #5f0101;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-size: 30px;
}

.trip-idea img{
  border-radius: 10px;
}

.tour-card {
  position: relative;
 
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.tour-card img {
  width: 100%;

  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.tour-card:hover {
  transform: scale(1.05);
}
.tour-card:hover img {
  filter: brightness(1.2);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)); */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: white;
  transition: background 0.3s ease-in-out;
}
.tour-card:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.tour-info h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  /* text-decoration: underline; */
  font-style: italic;
}
.tour-info p {
  margin: 0;
  padding: 7px 0px;
}
.view-tour a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
 
}
.view-tour{
  border-top: 1px solid #fff;
  padding: 10px 0px;
}
.view-tour a span{
  float: right;
}
.form_prt {
  background-color: #5f0101;
}
.f_nm {
  padding-left: 10px;
  background-color: #ffffff;
  border: 1px solid #765723;
  border-radius: 10px;
  line-height: 40px;
  color: #333;
  width: 100%;
}

.read_m a {
  text-transform: uppercase;
  width: 150px;
  margin: 0px auto;
    margin-top: 0px;
  margin-top: 0px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  display: block;
  background-color: #5f0101;
  font-weight: 600;
  text-decoration: none;
}
.read_m a:hover {
  background-color: #263e1e;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
.form_prt .btn-request:hover {
  border: 1px solid #fff;
  color: #fff !important;
}

.specialist-section {
  background-color: #f8f8f8;
 text-align: center;
}
.specialist-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #651D1D;
  font-style: italic;
}
.specialist-text {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}
.phone-number {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}
.enquiry-button {
  background-color: #651D1D;
  color: white;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}
.enquiry-button:hover {
  background-color: #500F0F;
}
.specialist-card {
  text-align: center;
}
.specialist-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
}
.specialist-card h5 {
  font-size: 17px;
  font-weight: 600;
  color: #5f0101;
  margin-top: 10px;
}
.specialist-card p {
  color: #555;
  margin: 5px 0;
  font-weight: 600;
}
.search-icn a{
color: #5f0101;
font-size: 15px;
position: relative;
  right: 34px;
  top: 4px;
}
.search-txt{
  font-size: 13px;
  margin-top: 2px;
  width: 200px;
}

.card {
  border: none;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff6e1;
}
.card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  bottom: 6px;
}
.card-title {
  color: white;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}
.btn-read {
  color: #006400;
  font-weight: bold;
}
.guide {
  border-top: 1px solid #d4c193;
  padding: 10px 0px 0px 0px;
}
.guide a{
  color: #500F0F;
}
.card p strong{
  font-weight: 600;
}
.blog-part{
  background-color: #5f0101;
}

.blog-card {
  border: none;
  overflow: hidden;
  padding: 10px;
}
.blog-card img{
  border: 1px solid #fff;
  border-radius: 10px;
}
.blog-img-overlay {
  position: absolute;
            bottom: 6px;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding: 10px;
            border-radius: 0px 0px 10px 10px;
}
.blog-title {
  color: gold;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 18px;
  font-size: 16px;
  font-style: italic;
}
.blog-title a{
  color: gold;
  text-decoration: none;
}
.blog-icon {
  color: gold;
  font-size: 1.5rem;
  position: absolute;
  bottom: 34px;
  right: 10px;
}
.blog-btn-nav {
  border-radius:
    2rem;
  font-weight: 600;
  color: #0c1c2c;
  border:
    1px solid #ccc;
  margin:
    2px;
  font-size: 13px;
}
.blog-btn-nav.active {
  background-color: #690000;
  color: #fff;
  border: none;
}
.blog-btn-nav:hover {
  background-color: #690000;
  color: #fff;

}
.blog-meta {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #1d1d1f;
  margin-top: 0.75rem;
}
.blog-listing-title a{
  text-decoration: none;
  font-weight: 400;
  color: #1d1d1f;
}
a {
  color: #800000;
  text-decoration:
none;
text-transform: uppercase;
font-weight: 500;
}
a:hover{
  color:#f1d8a2
}
.search-part-sidebar {
  background-color: #f1d8a2;
  padding: 1rem;
  border-radius: 4px;
}

.search-part-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.search-part-menu li {
  border-radius: 4px;
}
.search-part-menu li a{
  padding: 8px 12px;
  font-weight: 600;
  display: block;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
}
.search-part-menu li:hover {
  background-color: #6a0808;
  color: #fff !important;
 
}
.search-part-menu li a:hover {
  color: #fff !important;
  display: block;
}
.search-part-active a{
  font-weight: 700;
  background-color: #6a0808;
  color: #fff !important;
}
.search-part-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.search-part-input {
  border: 1px solid #999;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  width: 100%;
  outline: none;
}

.search-part-result-count {
  text-align: end;
  color: #444;
  font-size: 0.95rem;
}
.search-part-card {
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease;
}

.search-part-card:hover {
  transform: translateY(-3px);
}

.search-part-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.search-part-card-body {
  padding: 1rem;
}

.search-part-card-title {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 600;
}

.search-part-card-location {
  position: absolute;
  top: 60px;
  left: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.5rem;
}

.search-part-pagination .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  line-height: 40px;
  font-size: 1.2rem;
}

.search-part-pagination .page-item:not(.active) .page-link {
  color: #333;
  
}

.search-part-pagination .page-item.active .page-link {
  background-color: #6a0808;
  color: white;
  border:
none;
}
/*
.ftr-bg{
  background-color: #343434;
  color: #a4a4a4;
}
*/
.ftr-border-top{
  border-top: 1px solid #404040;
}
.ftr-bg h3{
  color: #fff;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.ftr-bg ul{
  margin: 0px;
  padding: 10px 0px;
}
.ftr-bg ul li{
  text-decoration: none;
  list-style: none;
}
.ftr-bg ul li a{
  color: #a4a4a4;
  text-decoration: none;
  line-height: 30px;
}
.ftr-bg ul li a:hover{
  color: #fff;
}
.ftr-details{
  padding: 16px;
  background: #2d2d2d;
  line-height: 1.5;
  text-align: center;
}
.ftr-bg .form-control{
  background-color: #5d5d5d;
  border: none;
  color: #fff !important;
  font-size: 13px;
  line-height: 26px;
}
.ftr-bg .btn-request:hover {
  border: 1px solid #fff;
  color: #fff !important;
}
.social-icn{
  text-align: center;
}
.social-icn ul{
  margin: 0px;
  padding: 0px;
}
.social-icn ul li{
  display: inline-block;
  list-style: none;
  line-height: normal;
  font-size: 25px;
  padding-left: 10px;
}
.social-icn{
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.menu-bg .dropdown-item{
  font-size: 13px;
}
.feature-block{
  background-color: #e4e4e4;
  text-align: center;
}
.feature-block h2 a{
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 0px 0px 0px;
  color: #000;
  text-decoration: none;
}
.feature-block h2 a:hover{
  color: #5f0101;
}
.booking-section {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 100px;
  padding: 10px;
}
.booking-item {
  text-align: center;
  color: #661010;
  font-weight: 600;
}
.booking-item i {
  font-size: 24px;
  display: block;
}
.price {
  color: #9c9c9c;
}
.price strong{
  color: #661010;
  font-weight: 800;
}
.booking-section-part.btn-custom {
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 20px;
}
.booking-section-part .btn{
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.booking-section-part .btn-primary {
  background-color: #6a0808;
  border: none;
  border: 1px solid #6a0808;
}
.booking-section-part .btn-primary:hover {
  background-color: transparent;
  border: none;
  color: #6a0808;
  border: 1px solid #6a0808;
}
.booking-section-part .btn-secondary {
  background-color: #F5DEB3;
  color: black;
  border: none;
  border: 1px solid #F5DEB3;
}
.booking-section-part .btn-secondary:hover {
  background-color:transparent;
  color: black;
  border: none;
  border: 1px solid #F5DEB3;
}
.safari-img p{
  position: absolute;
  right: 10px;
  top: 10px;
}
.load-more{
  border: 1px solid #5f0101;
  background-color: transparent;
  color: #5f0101;
}
.load-more:hover{
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.image-container {
  position: relative;
  text-align: center;
  color: white;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  max-width: 40%;
  border-radius: 10px;
  color: black;
}

.offer-hotel-section{
  background-color: #f1d8a2;
}

.featured-offers {
  background-color: #f8f9fa;
  padding: 20px;
}
.more-kona {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.village {
  font-size: 18px;
  margin-bottom: 20px;
}
.offer-details {
  font-size: 16px;
  margin-bottom: 20px;
}
.book-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.details-link {
  margin-top: 10px;
  font-size: 14px;
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}
.aerrow:hover{
  color: #f1d8a2;
}
.grey-bg{
  background-color: #eeeeee;
}

.hotel-section p{
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
}
.w-30{
  width: 30px !important;
}
.Discover{
  font-style: italic;
  font-weight: 600;
  color: #500F0F;
}
.Discover:hover{
  color: #000;
  text-decoration: none;
}
.about_us_img {
  background-image: url(../images/slider-1.jpg);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 70px;
  min-height: 700px;
  color: #fff;
}
.img-gradient {
  position: relative;
  display: block;
  z-index: 999;
}
.img-gradient::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.4);
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.9) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.9) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.9) 100%);
  background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.5) 100%);
  z-index: 9999999;
}
.title_bg_clr {
  position: absolute;
  z-index: 9999999;
  bottom: 10px;
}
.menu_breadcrumbs {
  text-align: left;
}
.menu_breadcrumbs ul {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  display: inline-block;
}
.menu_breadcrumbs ul li {
  float: left;
  list-style: none;
  font-size: 13px;
  color: #fff;
}
.menu_breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
}
.menu_breadcrumbs ul li a::after {
  padding: 0 5px;
  color: #fff;
  content: "\f285";
  font-family: bootstrap-icons !important;
}
.title_bg_clr span {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 5px;
}
.section-padding {
  padding: 80px 0px;
}
.f-25 {
  font-size: 25px;
}
.highlight-container {
  padding-top: 30px;
}
.highlight-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.highlight-icon {
  font-size: 1rem;
  color: #800000;
  margin-right: 10px;
  margin-top: 10px;
}
.highlight-text {
  font-weight: 400;
}
.border-itinerary {
  border-top: 5px solid #800000;
  border-bottom: 5px solid #800000;
}
.border-itinerary h2{
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.heading {
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.msg i {
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
.gren-gry-bg {
  background-color: #fdefce;
}
.form__section-hdr {
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
}
.form__section-hdr {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.form__section-hdr p {
  flex: 0 0 auto;
  margin: 0;
  font-size: 15px;
}
.form-control {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-left: 10px;
}

.form-control {
  font-size: 13px;
}

.msg {
  background-color: #fdefce;
  padding: 15px;
  font-size: 13px;
}

.msg--info {
  display: flex;
}
.msg a {
  color: #800000;
  text-decoration: none;
}
.video-section {
  background-color: #fdefce;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.video-icon {
  width: auto;
  height: auto;
  background-color: #800000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 20px;
}
.checkbox-container {
  display: flex;
  align-items: center;
}.form-check-input {
  width: 40px;
  height: 40px;
}
.form-check-label {
  margin-left: 8px;
  font-size: 13px;
}
.comming-soon-btn a:hover {
  border: 1px solid #5f0101;
  color: #5f0101;
  background-color: #fff;
}
.comming-soon-btn a {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #800000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #5f0101;
}
.timeline {
  border-left: 1px solid #35562a;
}
.calabus-safari-details .table {
 background-color: transparent !important;
}
.calabus-safari-details .table tbody tr td{
  background-color: rgba(0,0,0,.05);
}
.calabus-safari-details .table tbody tr td .middle{
  padding: 10px 20px;
  vertical-align: middle;
}
.timeline-destination {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #5f0101;
  display: inline-block;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  border-radius: 0px 5px 5px 0px;
}
.timeline h4 i {
  font-size: 10px;
}
.timeline .date {
  color: #888;
  font-style: italic;
  padding-top: 15px;
}
.about-details h2 {
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
  font-size: 30px;
  text-align: left !important;
  color: #5f0101;
}
.about-details h2 p {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 25px;
  font-weight: normal;
  color: #333;
  text-transform:none;
  font-family: 'Poppins', sans-serif !important;
}
.hotel-details h4 {
  margin: 0px;
  padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.private-jet {
  position: relative;
}
.private-jet span {
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 12px;
  top: 9px;
  padding: 5px;
  border-radius: 5px;
}
.bg-grey {
  background-color: #800000;
  color: #fff;
}
.bg-grey p {
  font-size: 11px;
}
.bg-grey i {
  font-size: 25px;
}
.bg-grey h4 {
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.bg-grey p {
  font-size: 11px;
}
.highlight-text a{
  color: #800000;
  text-decoration: none;
  font-size: 11px;
}
.highlight-text a:hover{
  color: #000;
  text-decoration: none;
}
.sticky-top-second {
  position: -webkit-sticky;
  position: sticky;
  top: 43px; /* Height of the first navbar */
  z-index: 999;
}
.accordion-collapse a {
  color: #6a0808;
  text-decoration: none;
  font-weight: 600;
}
.error-digit {
  font-size: 50px;
}
.carousel-caption2 {
  top: 40%;
}
.custom-nav {
  padding: 178px;
}
.custom-nav-item {
  color: black;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
  text-decoration: none;
}
.custom-nav-item::after {
  content: "|";
  color: black;
  margin-left: 20px;
}
.custom-nav-item:last-child::after {
  content: "";
}
.custom-nav-item:hover {
  color:#800000;
}
.tailor-safari-btn {
   color: white;
  border-radius: 5px;
  padding: 7px 15px;
  background-color: #6a0808;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #5f0101;
}
.tailor-safari-btn:hover {
  border: 1px solid #5f0101;
  color: #5f0101;
  text-decoration: none;
  background-color: transparent;
}
.btn-outline-custom {
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
  padding: 5px 15px;
}
.btn-outline-custom:hover{
  color: #fff;
  background-color: #6a0808;
}
.location-hotel{
  color: #6a0808;
  font-weight: 600;
}
.info-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
}
.whatsapp {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  letter-spacing: 3px;
}
.whatsapp i {
  color: green;
}
.hotel-location-btn-gold a{
  color: #b97a57 !important;
}
.hotel-location-btn-silver a{
  text-align: center !important;
  color: #7f7f7f;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.where-to-stay-section-modal-dialog {
  max-width: 90%;
}

.where-to-stay-section-custom-caption {
  padding: 30px;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}

.where-to-stay-section-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.where-to-stay-section-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.where-to-stay-section-slider-track img {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;

}

.where-to-stay-section-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
}

.where-to-stay-section-slider-btn.prev {
  left: 10px;
}

.where-to-stay-section-slider-btn.next {
  right: 10px;
}
.step-box {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 15px;
  height: 100%;
}
.where-to-stay-section-menu ul {
 margin: 0px;
 padding: 0px;
}
.where-to-stay-section-menu ul h3{
  color: #5f0101;
}
.where-to-stay-section-menu ul li{
  margin-left: 25px;
  padding-top: 5px;
  list-style: circle;
  display: inline flow-root list-item;
}
.cursor-pointer {
  cursor: pointer;
}
.step-icon {
  flex-shrink: 0;
  margin-right: 15px;
  background-color: #5f0101;
  padding:
2px 10px;
  border-radius:
5px;
}
.step-icon i {
  font-size: 30px;
  color: #fff;
}
.step-text .step-title {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
.step-text .step-desc {
padding-top: 10px;
  color: #333;
  line-height: 1.3;
}
.book-now-btn {
  margin-top: 40px;
}

.destination-detail-container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.destination-detail-row {
  margin: 0;
}

.destination-detail-col {
  padding: 0;
}

.destination-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-detail-text {
  padding: 3rem;
}

.destination-detail-heading {
  font-size: 2rem;
  font-weight: 300;
}

.destination-detail-highlight {
  font-family: 'Cursive', sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .destination-detail-text {
    padding: 1.5rem;
  }
}
.hero-safari-part-2 {
  background:
url('../images/special-offer-img.jpg') no-repeat center center/cover;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding:30px 0px;
}
.hero-safari-part-2 .content-box{
  background:
rgba(255, 255, 255, 0.8);
  padding:
30px;
  border-radius:
10px;
max-width: 100% !important ;
}
.sticky-safari-btn {
  position: fixed;
  top: 10%;
  right: 40px; /* Adjust to pull it into view after rotation */
  transform: rotate(-90deg);
  transform-origin: right top;
  background-color: #6a0808;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  z-index: 1050;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  letter-spacing: 3px;
}
.sticky-safari-btn:hover {
  background-color: #f1d8a2;
  color: #6a0808;
}

/* Sticky vertical button on the left */
.sticky-btn {
  position: fixed;
  top: 50%;
  right: 19px;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right top;
  background-color: #6a0808;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1050;
  border-radius: 5px 5px 0px 0px;
  transition: background 0.3s;
  letter-spacing: 2px;
}

.sticky-btn:hover {
  background-color: #f1d8a2;
  color: #6a0808;
}

/* Popup store box on the left */
.popup-store {
  position: fixed;
  right: 38px;
  top: 60%;
  transform: translateY(-50%);
  width: 300px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: none;
  z-index: 1040;
  transition: all 0.3s ease;
}

.popup-store img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.popup-store h5 {
  font-weight: bold;
}

/* Hover trigger */
.sticky-btn:hover + .popup-store,
.popup-store:hover {
  display: block;
}
/* Desktop hover behavior */
@media (min-width: 769px) {
  .sticky-btn:hover + .popup-store,
  .popup-store:hover {
    display: block;
  }
}

/* Mobile toggle */
@media (max-width: 768px) {
  .popup-store {
    top: 47%;
    right: 40px;
    transform: none;
    width: 280px;
  }
}
.hotel-location-btn-silver a:hover{
  color: #6a0808 !important;
}
.hotel-location-btn-gold a:hover{
  color: #6a0808 !important;
}
.section-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}
.checklist {
  list-style: none;
  padding: 0;
}
.checklist li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
}
.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: gray;
  font-size: 16px;
}
.table th {
  vertical-align: text-top;
  background-color: #800000;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.hotel-glance {
  background-color: #f7f7f7;
  color: #757575;
  text-align: center;
  line-height: 2.5;
  padding: 5px 0px;
}
.hotel-glance ul {
  margin: 0px;
  padding: 0px;
}
.hotel-glance ul li {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.hotel-glance-title {
  font-weight: 600;
  border-right: 1px solid #757575;
  padding-right: 10px;
}
.hotel-glance ul li a {
  color: #757575;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #757575;
  padding: 0 0.469rem;
  text-decoration: none;
}
.hotel-glance ul li a:hover {
  color: #6a0808;
}
.book-now-btn::after {
  border-bottom: 1px solid #6a0808;
  content: "";
  display: block;
  max-width: 100%;
  padding-top: 15px;
  position: relative;
  top: -34px;
  z-index: -1;
}
.book-now-btn a {
  margin: 0px auto;
}
.destination_btn a {
  width: 150px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #6a0808;
  color: #fff !important;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  line-height: 36px;
  letter-spacing: 2px;
  border: 1px solid #6a0808;
}
.destination_btn a:hover {
  background-color:#fff;
  color: #6a0808 !important;
  border: 1px solid #6a0808;
}
.hotel-glance-details h1 {
 color:#6a0808;
  font-size: 50px;
  letter-spacing: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.hotel-glance-details h2 {
  font-size: 30px;
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.title_bg_clr h1{
  font-family: "Rubik", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
.snap {
  width: 33.3%;
  float: left;
  border: 1px solid rgba(0,0,0,.1);
  margin-right: 1.75em;
  margin-bottom: 0.875em;
  padding: 1.75em;
  text-align: center;
}
.hotel-glance-details h4 {
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
.hotel-glance-details h4 {
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
.hotel-name .icon-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.hotel-name{
   display: flex;
  align-items: center;
 
}
.hotel-name img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
  border: 3px solid #fff;
}
.hotel-name .text-content {
  flex-grow: 1;
}
.hotel-name .read-more {
  color: #e4c67f; /* Gold color */
  text-decoration: none;
}
.hotel-name .read-more:hover {
  text-decoration: none;
  color: #fff;
}
.text-content .fw-bold{
  font-weight: 600 !important;
}
.fright {
  float: right;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
blockquote a {
  color: #8d7744;
  font-size: 15px;
  text-decoration: none;
}
blockquote {
  border-left: 5px solid #e5e5e5;
  padding: 0 0 0 0.938rem;
  margin: 0 0 1.5rem;
    margin-bottom: 1.5rem;
  line-height: 18px;
}
.g-social {
  display: flex;
}
.g-social-bg {
  background-color: #757575;
  padding: 30px 0;
  -moz-box-flex: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.g-social-bg i {
  font-size: 30px;
}
.g-title {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.g-social-bg:hover {
  background-color: #6a0808;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  background-color: #f3f3f3;
  margin-top: 5px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f1d8a2 !important;
}
.accordion-button:not(.collapsed)::after {
  color: #fff !important;
}
.nav-link:hover {
  color: #000;
}
.safari-hub-card {
  background: #6a0808;
  color: white;
 font-size: 13px;
 line-height: normal;
}
.safari-hub-card h4{
  color: #fff200;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.mega-menu h2 a {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #2f4f27;
}
.mega-menu h2 a i {
  color: #800e0e;
}
.request-btn a {
  background-color: #f1d8a2;
  display: block;
  text-align: center;
  color: #800e0e;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0px;
}
.request-btn a:hover {
  background-color: #800e0e;
  color: #fff;
}
.navbar-toggler{
  background-color: #800;
  color: #fff;
}
.nav-link:focus{
  color: #000;
}
.navbar-nav .nav-link.show{
  color: #000;
}
.about-img-part ul{
  margin: 0px;
  padding: 0px;
}
.about-img-part ul li{
  list-style: none;
  float: left;
  width: 30%;
  margin-right: 10px;
}
.blog-grid {
  position: relative;
  box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
  height: 100%;
  border: 0.0625rem solid rgba(220, 224, 229, 0.6);
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  height: 100%
}

.blog-grid span {
  color: #292dc2
}

.blog-grid img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem
}

.blog-grid-text {
  position: relative
}

.blog-grid-text>span {
  color: #292dc2;
  font-size: 13px;
  padding-right: 5px
}

.blog-grid-text h4 {
  line-height: normal;
  margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
  border-top: 1px dashed #cee1f8;
  padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
  margin-bottom: 0;
  font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
  margin-right: 0
}

.blog-grid-text ul {
  margin: 0;
  padding: 0
}

.blog-grid-text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
  margin-right: 0
}

.blog-grid-text ul li i {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px
}

.blog-grid-text p {
  font-weight: 400;
  padding: 0
}

.blog-list-left-heading:after,
.blog-title-box:after {
  content: '';
  height: 2px
}

.blog-grid-simple-content a:hover {
  color: #1d184a
}

.blog-grid-simple-content a:hover:after {
  color: #1d184a
}
.blog-grid-text {
  position: relative
}

.blog-grid-text>span {
  color: #292dc2;
  font-size: 13px;
  padding-right: 5px
}

.blog-grid-text h4 {
  line-height: normal;
  margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
  border-top: 1px dashed #333 !important;
  padding-top: 15px;
  margin-top: 15px;
}

.blog-grid-text .meta-style2 ul li {
  margin-bottom: 0;
  font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
  margin-right: 0
}

.blog-grid-text ul {
  margin: 0;
  padding: 0
}

.blog-grid-text ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
  margin-right: 0
}

.blog-grid-text ul li i {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px
}

.blog-grid-text p {
  font-weight: 400;
  padding: 0
}

.blog-part h2{
  color: #35562a;
  /*font-family: 'the_artisanregular';*/
  font-size: 30px;
 text-align: left;
}
.blog-grid a, a:active, a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}
.features-grid i {
  color: #5f0101;
  font-size: 22px;
}
.features-grid a {
  color: #5f0101;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.features-grid a:hover{
  color: #000;
}
.left-border {
  border-left: 1px solid #d1d2d3;
}
.contact-part h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
.phone {
  color: #800000;
  text-decoration: none;
  font-size: 50px;
  font-weight: 600;
}
.contact-bg {
  background-color: #dadada;
}
.contact-bg-right {
  background-color: #800000;
  color: #fff;
}
.contact-bg h3 {
  text-transform: uppercase;
  font-size: 22px;
}
.contact-bg-right strong {
  color: #e4c67f;
  font-weight: 600;
}
.help-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
}
.help-subtitle {
  font-size: 1rem;
  color: #666666;
  margin: 15px 0;
}
.help-buttons .btn {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  background-color: #800000;
  border: none;
  border-radius: 30px;
  padding: 10px 60px;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid #800000;
}
.help-buttons .btn + .btn {
  margin-left: 15px;
}
.help-buttons .btn:hover {
  background-color: #fff;
  color: #800000;
  border: 1px solid #800000;
}
.ftr-social ul {
  margin: 0px;
  padding: 0px;
}
.ftr-social ul li {
  display: inline-block;
  color: #800000;
  text-decoration: none;
  list-style: none;
  font-size: 25px;
  padding: 15px 5px;
}
.ftr-social ul li a {
  color: #800000;
}
.footer-destinations ul {
  margin: 0px;
  padding: 0px;
}
.footer-destinations ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.footer-destinations ul li a {
  text-decoration: none;
  color: #000;
}
.footer-destinations ul li::after {
  content: "\f2cf";
  color: #800000;
  margin: 0 7px 0 7px;
  font-size: 0.61111111em;
  line-height: 2.18181818em;
  font-family: bootstrap-icons !important;
}
.box-chat-right li {
  display: inline-block;
  width: 32%;
  margin-bottom: 20px;
}
.box-chat-right p.ctry {
  font-weight: 700;
}
.box-chat-right p.ph {
  font-weight: 400;
}
.comming-soon-btn a{
  color: #fff !important;
  text-decoration: none;
}
.comming-soon-btn a:hover{
  color: #800000 !important;
}
.contact-bg a {
  color: #800000;
  text-decoration: none;
}
.gyr-border {
  border-top: 1px solid #d1d2d3;
  border-bottom: 1px solid #d1d2d3;
}
.hero-safari-part {
  background: url('../images/special-offer-img.jpg') no-repeat center center/cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.content-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  margin-left: 5%;
}
.private-sfari-part .card{
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.private-sfari-part .card-title {
  color: #5f0101;
  text-decoration: none;
  font-style: normal;
}

.safari-lodges-card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}
.safari-lodges-card:hover{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  transition-duration: .25s;
  cursor: pointer;
}
.safari-lodges-card:hover .safari-lodges-title a{
  text-decoration: underline;
}
.safari-lodges-img-container {
  position: relative;
  overflow: hidden;
}
.safari-lodges-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.safari-lodges-title a{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.safari-lodges-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.safari-lodges-price {
  color: green;
  font-weight: bold;
  font-size: 18px;
}
.safari-lodges-rating {
  font-size: 14px;
  color: #333;
}
.safari-lodges{
  background-color: #f5f5f5;
}
.blog-listing-part p{
  color: #af945a;
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
}
.plan-section {
  background-color: #690000; /* Dark red background */
  color: white;
  text-align: center;
  padding: 40px 20px;
}
.plan-section h2 {
  font-size: 2rem;
  font-weight: bold;
}
.plan-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.btn-enquire {
  background-color: #e8c089; /* Light beige button */
  color: #690000;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}
.btn-enquire:hover {
  background-color: #d6a76a;
}
.srch_prt_2 span a {
  position: relative;
  top: 26px;
  left: 12px;
  color: #333;
  text-decoration: none;
}
.srch_box {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 5px 5px 5px 30px;
}
/* Sidebar Styling */
.blog-details-sidebar {
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Sticky Sidebar (New Unique Class) */
.sticky-sidebar {
  position: sticky;
  top: 70px; /* Adjust based on header height */
  height: 100vh;
  overflow-y: auto;
}

/* First Sidebar Section (Black Background) */
.sidebar-section-1 a{
  background: #222;
  color: white;
  padding: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.sidebar-section-1 i {
  font-size: 25px;
}

.travel_menu ul {
  margin: 0px;
  padding: 0px;
}
.travel_menu ul li {
  list-style: none;
  font-size: 15px;
  line-height: 35px;
}


/* Second Sidebar Section (Brown Background) */
.sidebar-section-2 a{
  background: #b76e58;
  color: white;
  padding: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.sidebar-section-2 i {
  font-size: 25px;
}

/* Third Sidebar Section (White Background) */
.sidebar-section-3 a{
  background: #834544;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.sidebar-section-3 i {
  font-size: 25px;
}
/* Content Section */
.blog-details-content {
  padding: 30px;
  background-color: #fff;
}

.blog-itinerary-box a{
  background-color: #6a0808; /* Matching brown color */
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-decoration: none;
  font-size: 20px;
}

.blog-itinerary-box a:hover {
  background-color: #f1d8a2;
  color: #6a0808;
}

.blog-itinerary-box i {
  font-size: 30px;
  margin-bottom: 10px;
}

.carousel-caption-2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.Filters-part .form-check-input{
  width: 15px;
  height: 15px;
}
.travel-guide p{
padding: 15px 0px 0px 0px;
}
.travel-guide ul li{
  padding-top: 10px;
}
.hero-section {
  background-color: #4c6837;
  color: white;
  text-align: center;
  padding:
40px 20px;
}
.hero-section h2 {
  color: #8b9f3b;
  font-size: 50px;
  line-height: normal;
}
.btn-cta {
  background-color: #8b9f3b;
  color: white;
  padding:
10px 20px;
  border:
none;
  font-weight: 600;
  font-size: 14px;
  border-radius:
0px;
}
.content-section {
  background-color: #e7e7e7;
  padding:
41px 20px;
}
.content-section h4 {
  color: #4c6837;
  font-weight: 600;
}
.go-for-this {
  color: #4c6837;
  font-weight: bold;
  text-decoration:
none;
}
.expert-card {
  background-color: #f2f2f2;
}
.expert-card h3 {
  color: #4c6837;
  font-weight: 600;
  font-size: 22px;
}
.contact-box {
  background:
#4d6137;
  color: white;
  padding:
10px;
  border-radius:
5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content-box {
      max-width: 90%;
      margin-left: 5%;
  }
}
@media all and (min-width: 992px) {
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}


@media (min-width: 200px) and (max-width: 765px){ 
  .sticky-top-second {
    position: -webkit-sticky;
    position: inherit;
  }
  .sticky-sidebar {
    height: auto;
    top: 56px;
    z-index: 999;
  }
  .sidebar-section-1 a{
    min-height: 115px;
    
  }
  .sidebar-section-2 a{
    min-height: 115px;
  }
  .sidebar-section-3 a{
    min-height: 115px;
  }
  .blog-details-sidebar {
    padding: 0;
    display: inherit;
    flex-direction: inherit;
  }
  .snap {
    width: 100%;
    float: none;
    border: 1px solid rgba(0,0,0,.1);
    margin-right: 1.75em;
    margin-bottom: 0.875em;
    padding: 1.75em;
    text-align: center;
  }
  .g-title{
    font-size: 10px;
  }
  .menu_breadcrumbs {
    text-align: center;
  }
  .custom-nav-item{
    display: block;
  }
  .d-flex-mobile{
    display: inline !important;
  text-align: center;
  }
  .tailor-safari-btn {
   
    width: 210px;
    margin: 0px auto;
    display: block;

  }
  .custom-nav a{
    padding: 10px 0px;
  }
  .btn-outline-custom{
    width: 210px;
    margin: 0px auto;
    display: block;
  }
  .custom-nav-item::after {
    display: none;
  }
  .booking-section {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 26px;
    padding: 10px;
  }
  .nav-item{
    text-align: center;
    width: 100%;
  }
  .menu-bg .navbar {
    width: 100%;
  }
  .search-txt{
    width: 100%;
  }
}
@media (min-width: 766px) and (max-width: 992px){
  .custom-nav {
    padding: 0px;
  }
  .title_bg_clr h1 {
    font-size: 20px;
  }
  .title_bg_clr {
    bottom: 10px;
  }
  .error-digit {
    font-size:30px;
  }
  .carousel-caption2 {
    top: 40% !important;
  }
  .snap{
    width: 45%;
  }
  .overlay-text {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    max-width: 96%;
    border-radius: 10px;
    color: black;
  }
  .carousel-caption {
    top: 7rem;
  }
  .carousel-caption h2{
    font-size: 25px;
  }
  .nav-tabs .nav-link{
    padding: 15px 10px;
  }
  .tour-info h5{
    font-size: 18px;
  }
  .specialist-card img {
    width: 100px;
    height: 100px;
  }
  .search-txt{
    width: 115px;
  }
}
@media (min-width: 993px) and (max-width: 1199px){
  .custom-nav {
    padding: 0px;
  }
  .title_bg_clr h1 {
    font-size: 20px;
  }
  .title_bg_clr {
    bottom: 10px;
  }
  .carousel-caption h2{
    font-size: 30px;
  }
  .carousel-caption {
    top: 8rem;
  }
  .error-digit {
    font-size: 50px;
  }
  .carousel-caption2 {
    top: 35% !important;
  }

 }
 
 
 /* Footer CSS 2025-06-05 */

.ftr-bg {
  background-image: url(../images/ftr-bg.jpg);
  color: #fff;
  padding: 60px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
.ftr-bg h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  
}
.white-border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0px;
}
.white-border-right {
  border-right: 1px solid #fff;
}
.our-partners h2 {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.our-partners h2::after {
  border-bottom: 2px solid #8b9f3b;
  content: "";
  display: block;
  max-width: 50px;
  padding-top: 15px;
  margin: 0px auto;
}
.our-partners ul {
  margin: 0px;
  padding: 0px;
}

.our-partners ul li {
  list-style: none;
}

.our-partners ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  text-transform: none;
}
.our-partners ul li a::before {
  content: "\f135";
  font-family: bootstrap-icons !important;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: #fff;
}
.copyright {
  padding: 15px 0px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  border-top: 1px solid #ccc;
}
.social-icons-part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslaetter-prt{
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}
.social-icn a{
  color: #fff;
}
.social-icn a:hover{
  color: #a0a0a0;
}
.social-icn{
  border: none !important;
}