 @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');     



      /* Navbar custom style */
      body 
      {
        font-family: "Exo", sans-serif;
      }
      .blog-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.blog-inner a 
{
      color: #189444;
    text-decoration: none;
}

.blog-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-img img {
  transform: scale(1.05);
}

.blog-content h5 a:hover {
  color: #0d6efd;
}

.blog-meta i {
  color:#189444;
}

.blog-section {
  background-color: #f9fafb;
}

.blog-inner h1, .blog-inner h2 {
    color: #020202;
}

.blog-inner p {
    color: #555;
    line-height: 1.8;
}

.blog-inner img {
    transition: transform 0.3s ease;
}

.blog-inner img:hover {
    transform: scale(1.05);
}

.blog-inner .container {
    max-width: 1100px;
}

.blog-inner .fw-bold {
    font-weight: 700;
}

.blog-inner .text-muted {
    color: #6c757d !important;
}


      .accommodation-card img
      {

            height: 284px;
    object-fit: cover;

      }
      .navbar {
           background-color: #000000;
      }
      .navbar-nav .nav-link {
color: #f5d58c !important;
    font-weight: 500;
    margin-left: 2px;
    font-size: 15px;
      }
      .site-footer a 
      {
            color: white;
    text-decoration: none;
      }
.accordion-button
      {
    background: #d6ffe5;
    color: #000000 !important;
      }
      .accordion-button:not(.collapsed)
      {
    background: #d6ffe5;
    color: #000000 !important;
      }

      .navbar-nav .nav-link:hover {
        color: #fff !important;
      }
      .logo {
     width:66%;
      }

      /* Hero/Video section */
      .hero-section {

          min-width: 100%;
        width: 100%;
        overflow: hidden;
      }
      /* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 750px;       /* Full screen */
  overflow: hidden;
}
.icons img  
{
      width:30px;
    height: 30px;
}

/* Responsive Video */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Ensures video fills container */
  z-index: -1;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35); /* optional dark overlay */
  z-index: 0;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}

/* Responsive Text */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
}
      .hero-section video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        z-index: -1;
      }
      .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3); /* dark overlay for readability */
      }
      .hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #fff;
        text-align: center;
      }

        .top-bar {
    background-color:#189444; /* matches navbar */
    color: white;
    font-family: 'Lora', serif;
    font-size: 0.9rem;
  }
  .top-bar a:hover {
    text-decoration: underline;
  }

  .promo-banner {
    font-family: 'Lora', serif;
        padding: 50px 0px;
  }

  .welcome-text {
    color: #27ae60;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .welcome-text span {
    color: #f07300;
  }

  .main-heading {
    font-size: 2.5rem;
    color: #27ae60;
  }
  .main-heading span {
    color: #27ae60;
  }

  .btn-knowmore {
    background-color: #f07300;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .btn-knowmore:hover {
    background-color: #d65f00;
    color: white;
  }

  .features-bar {
    background-color: #f07300;
    padding: 0px 0;
    color: white;
  }

  .features-bar i {
    color: white;
  }
  .pd-0 
  {
    padding: 0px;
  }
  .banner-img
  {
    height: 338px;
      width: 88%;
    object-fit: cover;
    border-radius: 20px;
    border-bottom: 10px solid #f07300;
  }
.lead {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

   .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
        text-align: center;
    margin-bottom: 17px;
  }
  .section-title span {
    color: #27ae60;
  }
  .section-subtext {
    max-width: 800px;
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Cards */
  .accommodation-card {
    background:#ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .accommodation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .accommodation-card h6 {
    font-size: 1rem;
    margin-top: 15px;
    color: #222;
  }
  .accommodation-card .highlight {
    color: #27ae60;
    font-weight: 700;
  }

  /* Button */
  .btn-know {
    background: #f07300;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.3s;
  }
  .btn-know:hover {
    background: #d65f00;
  }

  .accommodation-section
  {
        background: #fff7de;
  }
  .icons i 
  {
    color: #c6c6c6;
  }

  .explore-section img {
    object-fit: cover;
    height: 100%;
    min-height: 350px;
  }
  .explore-section .btn-warning {
    background-color: #f68c1f;
    border: none;
    width: 26%;
    color: white !important;
  }
  .explore-section .btn-warning:hover {
    background-color: #d77412;
  }
  .explore-section .ryt
  {
padding: 116px 66px !important;
  }

    .activity-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  /* Hero */
.hero{
position:relative; min-height:64vh; color:#fff; display:grid; place-items:center; text-align:center;
     background: linear-gradient(180deg, rgb(103 103 103), rgb(83 83 83)), url(images/hero-victoria-falls.jpg) center / cover no-repeat;
}
.brand-badge{letter-spacing:.08em}
.hero .container{z-index:2}
.hero .kicker{font-weight:600; text-transform:uppercase; letter-spacing:.14em}
.hero .shadow-soft{ text-shadow:0 10px 30px rgba(0,0,0,.35)}
.hero .card-cta{background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25)}


/* Section helpers */
.section-title{font-weight:800; letter-spacing:.02em}
.lead-strong{font-size:1.1rem}


/* Feature cards */
.feature-card{height:100%; border:0; border-radius:1rem; background:#fff}
.feature-icon{width:3.25rem; height:3.25rem; display:grid; place-items:center; border-radius:.85rem; background:rgba(15,118,110,.1); color:var(--pp-primary)}
.check{color:var(--pp-primary)}


/* Timeline */
.timeline{position:relative}
.timeline::before{content:""; position:absolute; left:calc(1.2rem - 2px); top:.25rem; bottom:.25rem; width:4px; background:linear-gradient(var(--pp-primary), var(--pp-accent)); border-radius:2px}
.timeline .item{position:relative; padding-left:3.25rem}
.timeline .dot{position:absolute; left:.35rem; top:.2rem; width:1.7rem; height:1.7rem; border-radius:50%;     background: #079e40; border:4px solid var(--pp-primary)}


/* Badges */
.pill{border:1px dashed var(--pp-primary); color:var(--pp-primary); background:rgba(15,118,110,.06)}
  .act-wrp img
  {
        height: 217px;
        object-fit: cover;
  }

  .activity-card img {
    transition: transform 0.4s ease;
    object-fit: cover;
       height: 260px;
  }
  .activity-card:hover img {
    transform: scale(1.1);
  }
  .activity-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  .activity-card:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
  }
  .activity-card h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    background: #1aad4e;
    padding: 4px 20px;
    position: relative;
    top: 84px;
    border-radius: 20px;
  }

  .fine-dining-section {
  background:#043817;
  position: relative;
  overflow: hidden;
      color: white;
}

.fine-dining-section h2 {
  font-family: 'Lora', serif; /* Matches elegant style */
      color: white;
}

.fine-dining-section .btn-dark {
  background: #4b5d2a;
  border: none;
  transition: 0.3s ease;
}
.fine-dining-section .btn-dark:hover {
  background: #2f3c1b;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}
.profile-initial {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
.stars {
  font-size: 18px;
  letter-spacing: 3px;
}
.testimonial-section 
{
  padding: 150px 0px;
}

/* Footer Styles */
.site-footer {
  background: #000000;
  color: #fff;
  padding: 50px 0 0 0;
  font-size: 15px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #c2743b;
}

.footer-bottom {
  background: #f68c1f;
  padding: 12px 0;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
  transition: color 0.3s ease;
      text-decoration: none;
        font-family: "Exo", sans-serif;
}
.contact-info
{
    font-family: "Exo", sans-serif;
}

.social-icons a:hover {
  color: #000;
}

/* Parallax Background */
.parallax-bg {
  background: url('../images/ti.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* Key for parallax */
  position: relative;
  z-index: 1;
  padding: 80px 0;
  color: #fff;
}

/* Dark overlay to improve readability */
.parallax-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}

.testimonial-card {
  background: #fff;
  color: #000;
}
.explore-section
{
      background: #212529;
}

.testimonial-section .section-title {
  color: white;
  text-align: center;
  font-weight: bold;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before
{
  color: rgb(24 148 68);
}

    .apartment-section {
      padding: 50px 0;
    }
    .apartment-title {
      font-weight: 700;
      color: #2d7d2d;
    }
    .apartment-subtitle {
      font-weight: 600;
      font-size: 1.3rem;
      margin: 15px 0;
    }
    .highlight {
      color: #ff6600;
    }
    .feature-icons {
      display: flex;
      gap: 30px;
      margin: 20px 0;
    }
    .feature-icons div {
      text-align: center;
      font-size: 0.9rem;
    }
    .feature-icons img {
    width: 40px;
    display: block;
    margin: 0 auto 8px;
    height: 36px;
    }
    .book-btn {
      background: #ff9800;
      color: #fff;
      font-weight: 600;
      padding: 12px 30px;
      border-radius:54px;
      border: none;
      transition: 0.3s;
    }
    .book-btn:hover {
      background: #e68900;
    }
    .main-img {
      border-radius: 10px;
      width: 100%;
    }
    .thumb-img {
      border-radius: 10px;
      width: 100%;
    }
    .thumb-row {
      margin-top: 15px;
    }
        .carousel-item img {
      border-radius: 15px;
      object-fit: cover;
      width: 100%;
      height:auto; /* main slider height */
    }
    .thumb img {
      border-radius: 10px;
         height: auto;
      object-fit: cover;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .thumb img:hover {
      transform: scale(1.05);
    }
        .rafting-section {
      background: #f8f8f8;
      padding: 60px 0;
    }
    .rafting-content {
      background: #fff;
      padding: 40px;
      border-left:10px solid #f7931e; /* Orange border */
    }
    .rafting-content h2 {
      font-weight: 700;
    }
    .rafting-content h2 span {
      color: #f7931e; /* Orange text */
    }
    .rafting-content p {
      color: #333;
      margin: 20px 0;
      line-height: 1.6;
    }
    .rafting-btn {
      background: #f7931e;
      color: #fff;
      font-weight: 600;
      padding: 7px 30px;
      border-radius:37px;
      text-decoration: none;
      transition: 0.3s;
      display: inline-block;
    }
    .rafting-btn:hover {
      background: #d9780f;
      color: #fff;
    }
    .rafting-img img {
      width: 100%;
      height: 337px;
      object-fit: cover;
      border-radius: 0px;
    }
    .pd-zero 
    {
      padding: 0px;
    }
    .dining-section {
      background-color:#5b5b5c; 
      color: #fff;
      min-height:50vh;
      display: flex;
      align-items: center;
    }
    .dining-img {
    
    background: url(../images/cheft.jpg) center / cover no-repeat;
    min-height: 515px;
    object-fit: cover;
    }
    .dining-content h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .dining-content p {
      font-size: 1rem;
      margin: 20px 0;
      color: #ccc;
    }
    .dining-btn {
      border: 1px solid #fff;
      color: #fff;
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .dining-btn:hover {
      background: #fff;
      color: #000;
    }
        .dine-section {
      padding: 60px 0;
    }
    .dine-section h2 {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }
    .dine-section h2 span {
      color: #2f4f1f; /* Dark green */
    }
    .dine-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }
    .dine-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .dine-card:hover img {
      transform: scale(1.05);
    }
    .dine-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.5);
      color: #fff;
      padding: 20px;
    }
    .dine-overlay h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .dine-overlay p {
      font-size: 0.9rem;
      margin-bottom: 0;
    }
    .dine-plus {
      position: absolute;
    bottom: 8px;
    right: 11px;
      background: #2f4f1f;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      cursor: pointer;
    }

        .food-section {
      background-color: #000; /* black background */
      color: #fff;
      padding: 60px 0;
    }
    .food-section h1 {
      font-size: 48px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .food-section p {
      font-size: 16px;
      line-height: 1.6;
      margin-top: 20px;
      color: #ccc;
    }
    .food-img img {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
    }
    .top-bar .btn 
    {
    background: white;
    border: white;
      font-family: "Exo", sans-serif;
    }
    /* Hero Section */
.transfer-hero {
  background: url('../images/tr-bnr.jpg') center center/cover no-repeat;
  min-height:69vh;
  position: relative;
}
.transfer-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
/*  background: rgba(0,0,0,0.6);*/
}
.transfer-hero .container {
  position: relative;
  z-index: 2;
}
.tr-left
{
      height: 209px;
    width: 100%;
    object-fit: cover;
    border-radius: 31px;
}

/* Service Cards */
.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}
.service-card img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.taxi-classes-section {
  background: #111; /* Dark background */
  color: #fff;
}

.taxi-tabs {
  flex-wrap: wrap;
}

.taxi-tab {
  font-weight: 600;
  color: #ddd;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}

.taxi-tab .dot {
  display: block;
  margin: 5px auto 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
}

.taxi-tab.active,
.taxi-tab:hover {
  color: #FFD700; /* Yellow highlight */
}

.taxi-tab .dot.active {
  background: #FFD700; /* Yellow dot */
}

.taxi-img img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  max-height: 450px;
  object-fit: cover;
      width: 90%;
}
.cab-service-section h2 {
  font-size: 2rem;
  line-height: 1.4;
}

.cab-service-section p {
  font-size: 1rem;
}

.cab-service-section .image-box img {
  border-radius: 12px;
  object-fit: cover;
}

.cab-service-section .d-flex i {
  color: #000;
}

#about img 
{
      height: 441px;
    width: 100%;
    object-fit: cover;
}
/* Section polish */
  #top-destinations .display-6 { letter-spacing: -0.02em; }

  /* Card */
  .destination-card {
    background: #fff;
    transition: transform .35s ease, box-shadow .35s ease;
  }
  .destination-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
  }

  /* Image wrapper with gradient overlay */
  .dest-img {
    position: relative;
    isolation: isolate;
  }
  .dest-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.35) 100%);
    z-index: 1;
  }
  .dest-img img {
    filter: saturate(1.05) contrast(1.02);
    transition: transform .6s ease;
  }
  .destination-card:hover .dest-img img {
    transform: scale(1.05);
  }
.object-fit-cover {
    object-fit: cover !important;
  }

/*  .dest-badge {
    background: rgba(0,0,0,.55);
  }*/
/*  .unesco-badge {
    left: auto;
    right: .75rem;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    box-shadow: 0 4px 14px rgba(13,110,253,.35);
  }*/

  /* Wide variant cards for visual rhythm */
  @media (min-width: 992px) {
    .destination-card--wide .dest-img { border-bottom: 0; }
  }

  /* Utility: ensure images cover nicely */
  .object-fit-cover {
    object-fit: cover !important;
  }
}

    .contact-section {
      padding: 60px 0;
    }
   .contact-section .contact-info {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
          height: 423px;
    }
   .contact-section .contact-info h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }
    .info-item i {
      font-size: 1.5rem;
      color: #1aad4e;
      margin-right: 12px;
    }
    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }
    .contact-form h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .form-control {
      border-radius: 10px;
    }
    .btn-primary {
      border-radius: 12px;
      padding: 10px 20px;
    }
    iframe {
      border: 0;
      border-radius: 15px;
      width: 100%;
      height: 300px;
    }
    .btn-cnt 
    {
          background: #189444;
    border: #189444;
    }

    /* Review Hero Section */
    .review-hero {
      background: url('../images/rvw-bnr.png') center/cover no-repeat;
      position: relative;
      color: #fff;
      text-align: center;
      padding: 120px 20px;
    }
    .review-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.4);
    }
    .review-hero .hero-content {
      position: relative;
      z-index: 1;
    }
    .review-hero .hero-content h1 {
      font-weight: 700;
      text-transform: uppercase;
    }
    .review-hero .hero-content p {
      font-size: 1.2rem;
      margin-top: 10px;
    }

    /* Review Section */
    .reviews-section {
      background: #fff;
      margin-top:60px;
      border-radius: 20px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      padding: 40px;
    }
    .review-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .review-card h6 {
      font-weight: 700;
      margin-bottom: 5px;
    }
    .review-platform {
      font-size: 0.9rem;
      margin-bottom: 10px;
      color: #666;
    }
    .review-text {
      font-size: 0.95rem;
      color: #444;
    }
    .review-links a {
      display: block;
      font-size: 1rem;
      margin-bottom: 12px;
      text-decoration: none;
      color: #d35400;
      font-weight: 600;
    }
    .review-links a i {
      margin-right: 8px;
      font-size: 1.2rem;
    }
    .social-links a {
      display: inline-flex;
      align-items: center;
      margin-right: 20px;
      font-size: 1rem;
      color: #000;
      text-decoration: none;
    }
    .social-links a i {
      margin-right: 6px;
      font-size: 1.3rem;
    }
.list-group-item.active
{
  background-color: #189444;
}
        .pp-badge{
    font-size: .85rem;
    background: rgb(214 255 229);
    color: #33a25b;
    border: 1px solid rgb(24 148 68);
    padding: .35rem .6rem;
    border-radius: 2rem;
    }
    /* TOC */
    .pp-toc{
      position: sticky;
      top: 1rem;
    }
    .pp-toc .list-group-item{
      border:0;
      padding:.45rem .25rem;
      background: transparent;
    }
    .pp-toc .list-group-item.active{
      background: transparent;
       color: #189444;
      font-weight:600;
    }
    /* Cards / sections */
    .pp-card{
      border:1px solid rgba(13,110,253,.12);
      box-shadow: 0 6px 20px rgba(13,110,253,.06);
      border-radius:1rem;
    }
    .pp-section h3{
      scroll-margin-top: 90px; /* offset for fixed navs if any */
    }
    /* Back to top */
    .back-to-top{
      position: fixed;
      right: 1rem;
      bottom: 1rem;
      display: none;
      z-index: 1040;
    }
    /* Small helper for code-like dates */
    .pp-kbd{
      background:#fff;
      border:1px solid #e9ecef;
      padding:.25rem .5rem;
      border-radius:.5rem;
     
      font-size:.9rem;
    }
    .pp-hero a 
    {
          color: #189444;
    }
    .pp-card a 
    {
        color: #189444;
    }






    @media (max-width: 768px) 
    {
.contact-section .contact-info span 
{
  display: block !important;
}
  .contact-info span 
  {
    display: none;
  }
  .top-bar
  {
        padding: 12px 0px;
  }
.navbar-brand 
{
      width: 50%;
}

.logo {
    width: 100%;
}
.hero-section
{
  height: 250px;
}
.banner-img
{
  height: 240px;
  margin-bottom: 20px;
}
.welcome-text
{
  margin-bottom: 10px !important; 
          font-size: 17px;
}
.lead
{
  text-align: justify;
      font-size: 15px;
}
.main-heading
{
      font-size: 32px;
}
.section-title
{
      font-size: 28px;
}
.btn-knowmore {
    background-color: #f07300;
    color: white;
    padding: 7px 16px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}
.explore-section .ryt {
    padding: 52px 18px !important;
    text-align: justify;
    font-size: 15px;
}
.explore-section .btn-warning
{
      width: 55%;
}
.fine-dining-section .btn-dark
{
      margin-bottom: 10px;
}
.footer-bottom p
{
      font-size: 14px;
}
.social-icons a
{
      font-size: 14px;
}

.inner-banner
{
    padding: 43px 0 !important;
}
.hero .kicker
{
font-size: 13px;
}
#about img
{
      height: 280px;
}
.btn-lg 
{
      font-size: 14px;
}
.inner-banner h1 
{
      font-size: 18px;
}
.breadcrumb
{
  font-size: 10px;
}
.apartment-title
{
      font-size: 19px;
    line-height: 33px;
}
.book-btn
{
  padding: 8px 24px;
}
.rafting-content
{
      padding: 19px;
}
.rafting-section
{
      padding: 10px 0;
}
.rafting-content h2
{
      font-size: 21px;
    line-height: 34px;
}
.rafting-btn
{
  padding: 7px 21px;
}
.dining-img
{
      min-height: 293px;
}
.dining-content h1
{
  font-size: 21px;
}
.dining-content p 
{
  text-align: justify;
          font-size: 12px;
}
.food-section h1
{
  font-size: 23px;
}
.abt-section .btn-warning
{
  width: auto !important;
}

    }
    


    .abt-section p
    {
      color: black;
    }

    .abt-section .btn-warning {
    background-color: #f68c1f;
    border: none;
    width: 26%;
    color: white !important;
}