/*



Theme Name: East Africa Wild

Theme URI: https://www.solaritsolutions.ca/

Author: Solar IT Solutions

Author URI: https://www.solaritsolutions.ca/

Description: This is a custom built  Wordpress template for East Africa Wild. Using this template or any other related codes for another website is prohibited. DO NOT UPDATE OR REINSTALL THIS THEME WITHOUT SUPPORT FROM ORIGINAL DEVELOPER. 

Requires at least: 6.0

Tested up to: 6.8

Requires PHP: 5.4

Version: 100.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: tetris-custom-eastafrica-wild

/* --- GLOBAL VARIABLES --- */

:root {

  --color-primary: #155e62; /* Teal */

  --color-accent: #d9a441; /* Gold */

  --color-background-dark: #000000;

  --color-background-light: #ffffff;

  --color-background-medium: #efefef;

  --color-text-light: #ffffff;

  --color-text-dark: #1e2121;

  --color-text-subtle: rgba(255, 255, 255, 0.95);



  --font-heading: 'IBM Plex Serif', serif;

  --font-title: 'IBM Plex Serif', serif;

  --font-body: 'IBM Plex Sans', sans-serif;

  --font-nav: 'Yantramanav', sans-serif;

  --font-utility: 'Roboto', sans-serif;

  --font-georgia: 'Georgia', serif;

  --font-fallback: sans-serif;



  --color-secondary: #d9a441;

  --color-dark-teal: #0e3c3e;

  --color-darker-teal: #0a2b2d;

  --color-muted: #b0b0b0;



  --h1-size: 60px;

  --h1-weight: 700;

  --h2-size: 48px;

  --h3-size: 20px;

  --subtitle-size: 18px;

  --subtitle-color: #666;

}



* {

  box-sizing: border-box;

}



body {

  margin: 0;

  padding: 0;

  font-family: var(--font-body);

  background-color: var(--color-background-light);

  color: var(--color-text-dark);

  overflow-x: hidden;

  /* Added top padding to body to account for the fixed header height (50px top bar + ~80px main bar) */

  padding-top: 130px; 

}

.team-container{

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 15px;

}

.container {

  width: 100%;

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 15px;

  /* Required for main header: */

  display: flex;

  align-items: center;

  justify-content: space-between;

  min-height: 58px;

}



a {

  text-decoration: none;

  color: inherit;

}



ul {

  list-style: none;

  margin: 0;

  padding: 0;

}



h1,

h2,

h3,

h4,

h5,

h6,

p {

  margin: 0;

}



img {

  max-width: 100%;

  height: auto;

  display: block;

}

.btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 12px 24px;

  border-radius: 6px;

  font-weight: 700;

  text-align: center;

  cursor: pointer;

  transition: background-color 0.3s ease;

  max-width: fit-content;

}



.btn-accent {

  background-color: var(--color-accent);

  color: var(--color-text-light);

  border: 2px solid var(--color-accent);

}



.btn-accent:hover {

  background-color: #c89331;

}





    /* --- HEADER --- */

    .site-header {



  position: fixed; 

  top: 0;

  left: 0;

  width: 100%;

  z-index: 100;

  background-color: var(--color-background-dark); 

}





.header-top-bar {

  background-color: var(--color-background-dark);

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

}



.header-top-container {

  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 50px;

  color: var(--color-text-subtle);

  font-family: var(--font-utility);

  font-size: 13px;

}



.header-top-left,

.header-top-right {

  display: flex;

  align-items: center;

  gap: 20px;

}



.header-info-item {

  display: flex;

  align-items: center;

  gap: 8px;

}





.header-icon {

  width: 14px;

  height: 14px;

}



.vertical-divider {

  width: 1px;

  height: 24px;

  background-color: rgba(255, 255, 255, 0.13);

}



.social-links {

  display: flex;

  align-items: center;

  gap: 12px;

}



.social-icon-link {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 28px;

  height: 28px;

  border-radius: 4px;

  color: white;

  font-size: 14px;

}



.social-icon-link.fb { background-color: #385da9; }

.social-icon-link.tw { background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCAF45);
 }

.social-icon-link.pi { background-color: #bd081c; }

.social-icon-link.li { background-color: #0073b1; }





.header-main {

   background-color: var(--color-background-medium);

  position: relative;



}



.logo-brand {

  display: block;

  text-decoration: none;

  line-height: 1;

}



.logo-brand img {

  height: 80px; 

  width: auto;

  display: block;

}



.main-nav {

  display: flex;

  align-items: center;

  flex-grow: 1;

  justify-content: flex-end;

  min-height: 58px;

}



.main-nav ul {

  display: flex;

  justify-content: flex-end;

  align-items: center;

  width: auto;

}



.main-nav li {

  position: relative;

  display: flex;

  align-items: center;

}



.main-nav li:not(:last-child)::after {

  content: '';

  display: block;

  width: 1px;

  height: 20px;

  background-color: #ccc;

  margin: 0;

}



.main-nav li a {

  display: block;

  padding: 0 25px;

  line-height: 58px;

  font-family: var(--font-nav);

  font-size: 14px;

  font-weight: 500;

  color: var(--color-text-dark);

  text-decoration: none;

  transition: color 0.3s;

}



.main-nav li a:hover {

    color: var(--color-primary);

}



.main-nav li a.active {

  color: var(--color-primary);

}



.main-nav li a i {

  font-size: 10px;

  margin-left: 5px;

  color: var(--color-primary);

}



.hamburger-btn {

  display: none;

  background: none;

  border: none;

  cursor: pointer;

  flex-direction: column;

  gap: 5px;

  padding: 10px;

  z-index: 1000;

}



.hamburger-btn span {

  display: block;

  width: 25px;

  height: 3px;

  background-color: var(--color-primary);

  border-radius: 2px;

  transition: 0.3s;

}



/* Dropdown Styles */

.main-nav li.has-dropdown {

  position: relative;

}



.main-nav li.has-dropdown .dropdown {

  display: none;

  position: absolute;

  top: 100%;

  left: 0;

  background-color: var(--color-background-light);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  min-width: 180px;

  z-index: 999;

  flex-direction: column;

}



.main-nav li.has-dropdown .dropdown li a {

  padding: 10px 20px;

  line-height: normal;

  font-size: 15px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  transition: background-color 0.3s;

}



.main-nav li.has-dropdown .dropdown li a:hover {

    background-color: var(--color-background-medium);

}



.main-nav li.has-dropdown:hover .dropdown {

  display: flex;

}





@media (max-width: 1024px) {
hero-content{
  margin-top:20px !important;
}
  .main-nav li a {

    font-size: 14px;

    padding: 0 15px;

  }

}



@media (max-width: 900px) {

  .hero-content{
  margin-top:50px !important;
}

  .header-top-right {

    gap: 10px;

  }

  .header-top-right .header-info-item:first-child {

      display: none;

  }

}




@media (max-width: 768px) {

  .header-top-bar {

    display: none;

  }
.hero-content{
  margin-top:40px !important;
}
  



  body {

      padding-top: 0px; 

  }



  .header-main {

    padding: 5px 0;

  }

   

  .hamburger-btn {

    display: flex;

    order: 2;

    margin-left: 15px;

  }



 

  .logo-brand img {

    height: 50px; 

  }



 

  .main-nav ul {

    display: none;

    flex-direction: column;

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    background-color: var(--color-background-light); 

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    padding: 10px 0;

    z-index: 998;

  }



  .main-nav ul.show {

    display: flex;

  }



  .main-nav li {

    width: 100%;

    display: block;

  }



  .main-nav li a {

    padding: 15px 20px;

    line-height: normal;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  }



  .main-nav li:not(:last-child)::after {

    display: none;

  }





  .main-nav li.has-dropdown .dropdown {

    position: relative;

    top: 0;

    left: 0;

    box-shadow: none;

    width: 100%;

    background-color: var(--color-background-medium);

    padding-left: 20px;

  }

}



@media (max-width: 480px) {

   

    .header-top-container {

        justify-content: center;

    }

    .header-top-left,

    .header-top-right .vertical-divider,

    .header-top-right .header-info-item {

        display: none; 

    }

    .header-top-right .social-links {

        display: flex; 

    }

}

    /* --- HERO --- */

.hero-section {

  position: relative;

  height: 950px;

  background-color: #333;

  /* background-image: url('images/ed35a9e212ed4b71f2a3dadf32a8fae00119f8d3.png'); */

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  color: var(--color-text-light);

}



.hero-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(180deg, rgba(128, 128, 128, 0.36) 0%, rgba(0, 0, 0, 0.36) 100%);

}



.hero-container {

  position: relative;

  z-index: 1;

  display: flex;

  justify-content: flex-end;

}



.hero-content {

  max-width: 370px;

  display: flex;

  flex-direction: column;

  gap: 20px;

  align-items: flex-start;

}



.hero-title {

  font-family: var(--font-heading);

  font-weight: 400;

  font-size: 76px;

  line-height: 1.1;

  letter-spacing: -3.8px;

}



.hero-title em {

  font-style: italic;

}



.hero-description {

  font-family: var(--font-body);

  font-size: 16px;

  line-height: 1.75;

}



@media (max-width: 768px) {

  .hero-section {

    height: 90vh;

     

  }

.journey-review-wrapper-title{
font-size: 40px !important;
}
 .team-header-wrapper {
        flex-direction: column;      
        align-items: flex-start;    
        margin-bottom: 30px;         
    }
.team-title{
  font-size: 35px !important;
}
  .hero-title {
margin-top:20px !important;
    font-size: 56px;

  }



  .hero-content {

    max-width: 100%;

  }
.features-title{
   font-size: 36px !important;
}
}



/* --- FEATURES --- */

.features-section {

  padding: 80px 0;

  background-color: var(--color-background-light);

  overflow: visible;

}



.features-container {

  display: grid;

  grid-template-columns: 290px 386px 1fr;

  gap: 60px;

  align-items: start;

}



.features-col-1 {

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.features-title {

  font-family: var(--font-heading);

  font-weight: 400;

  font-size: 48px;

  line-height: 1.2;

  letter-spacing: -1.44px;

  color: #000000;

}



.features-title em {

  font-style: italic;

  color: var(--color-primary);

}



.features-text {

  font-size: 16px;

  line-height: 1.75;

  padding-bottom: 18px;

}



.features-image-small {

  width: 150px;

  height: 175px;

  overflow: hidden;

  margin-top: auto;

  background: #ddd;

}



.features-col-2 {

  padding-top: 47px;

}



.image-collage {

  position: relative;

  height: 830px;

  width: 100%;

  background: #eee;

}



.collage-main-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 2px;

}



.collage-secondary-img {

  position: absolute;

  width: 150px;

  height: 177px;

  object-fit: cover;

  right: -50px;

  top: 278px;

  z-index: 2;

  background: #ccc;

}



.features-col-3 {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;

  position: relative;

}



.feature-top-wrapper {

  position: relative;

  width: 100%;

}



.feature-item {

  display: flex;

  flex-direction: column;

  gap: 15px;

  align-items: flex-start;

  max-width: 280px;

  position: relative;

  z-index: 2;

}



.item-top {

  align-self: flex-start;

  margin-top: 10px;

  max-width: 220px;

}



.feature-image-top-right {

  position: absolute;

  right: -60px;

  top: 20px;

  width: 150px;

  height: 200px;

  z-index: 1;

  /* background: #ddd; */

}



.item-middle {

  align-self: flex-end;

  margin-right: -40px;

  margin-top: 20px;

}



.item-bottom {

  align-self: flex-start;

  margin-bottom: 20px;

  margin-left: 50px;

}



.feature-icon-wrapper {

  width: 74px;

  height: 74px;

  border: 2px solid var(--color-primary);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 8px;

  background-color: var(--color-background-light);

}



.feature-icon-wrapper img {

  width: 35px;

  height: 35px;

}



.feature-item h6 {

  font-family: var(--font-body);

  font-weight: 600;

  font-size: 18px;

  line-height: 1.4;

  letter-spacing: 0.15px;

}



.feature-item p {

  font-size: 16px;

  line-height: 1.75;

}



@media (max-width: 1200px) {

  .features-container {

    grid-template-columns: 1fr 1fr;

    gap: 30px;

  }



  .features-col-3 {

    grid-column: 1 / 3;

    flex-direction: row;

    justify-content: space-between;

    height: auto;

    padding-top: 50px;

  }



  .feature-top-wrapper {

    width: auto;

    display: contents;

  }



  .item-top,

  .item-middle,

  .item-bottom {

    align-self: flex-start;

    margin: 0;

    max-width: 30%;

    text-align: center;

    align-items: center;

  }



  .feature-image-top-right,

  .features-image-small,

  .collage-secondary-img {

    display: none;

  }

}



@media (max-width: 768px) {

  .features-container {

    grid-template-columns: 1fr;

  }



  .features-col-2 {

    display: none;

  }



  .features-col-3 {

    flex-direction: column;

    gap: 40px;

    padding-top: 40px;

  }



  .item-top,

  .item-middle,

  .item-bottom {

    max-width: 100%;

    margin: 0;

  }

}





/* --- STORY --- */

 .story-section {

            padding: 5px 0 80px;

            background-color: var(--color-background-light);

        }



        .story-container {

            display: flex;

            flex-direction: column;

            gap: 60px;

            max-width: 95vw;

            width: 100%;

            margin: 0 auto;

            padding: 0 40px;

        }



        .story-title {

            font-family: var(--font-heading);

            font-weight: 400;

            font-size: 56px;

            line-height: 1.1;

            letter-spacing: -2px;

            text-align: left;

            color: var(--color-text-dark);

            padding-left: 20px;

            max-width: 1200px;

            margin: 0 auto;

            width: 100%;

        }



        .story-title em {

            font-style: italic;

            color: var(--color-primary);

        }



        .timeline-wrapper {

            position: relative;

            width: 100%;

            overflow: hidden; 

        }



        .timeline-track-bg {

            position: absolute;

            top: 45px;

            left: 0;

            width: 100%;

            height: 2px;

            background-color: var(--color-primary);

            z-index: 0;

        }



        .timeline-track-bg::before,

        .timeline-track-bg::after {

            content: '';

            position: absolute;

            top: 50%;

            transform: translateY(-50%);

            width: 24px;

            height: 24px;

            background-color: var(--color-accent);

            border-radius: 50%;

        }



        .timeline-track-bg::before {

            left: 0;

        }



        .timeline-track-bg::after {

            right: 0;

        }



        .timeline {

            display: flex;

         

            --timeline-gap: 20px;

            gap: var(--timeline-gap);

            overflow-x: auto; 

            flex-wrap: nowrap;

            padding: 10px 0 20px;

            position: relative;

            z-index: 1;

            width: 100%;

            

          

            -ms-overflow-style: none;

            scrollbar-width: none;

            scroll-behavior: smooth; 

        }

        

        .timeline::-webkit-scrollbar {

            display: none; 

        }



        .timeline-item {

            

            flex: 0 0 280px; 

            

            display: flex;

            flex-direction: column;

            align-items: center;

            position: relative;

        }

        



        @media (min-width: 900px) {

            .timeline-item {

               

                flex: 0 0 calc((100% - (3 * var(--timeline-gap))) / 4);

            }

        }





        .timeline-year {

            font-weight: 700;

            font-size: 18px;

            color: #000;

            margin-bottom: 15px;

        }



        .timeline-dot {
margin-top:-15px;
            width: 16px;

            height: 16px;

            background-color: #000;

            border-radius: 50%;

            margin-bottom: 25px;

            position: relative;

            z-index: 2;

        }



        .timeline-card {

            background-color: var(--color-primary);

            border-radius: 0;

            padding: 20px;

            color: var(--color-text-light);

            font-size: 16px;

            width: 100%;

            text-align: left;

            position: relative;

            margin-top: 10px;

        }



        .timeline-card p{

          font-size: 14px;

        }

        .timeline-card::before {

            content: '';

            position: absolute;

            top: -10px;

            left: 50%;

            transform: translateX(-50%);

            width: 0;

            height: 0;

            border-left: 10px solid transparent;

            border-right: 10px solid transparent;

            border-bottom: 10px solid var(--color-primary);

        }



        .card-image-wrapper {

            width: 100%;

            height: auto;

            aspect-ratio: 4/3;

            overflow: hidden;

            margin-bottom: 15px;

            background: #ddd;

        }



        .card-image-wrapper img {

            width: 100%;

            height: 100%;

            object-fit: cover;

        }



        .timeline-nav {

            background: none;

            border: none;

            width: 40px;

            height: 40px;

            cursor: pointer;

            display: flex;

            align-items: center;

            justify-content: center;

            position: absolute;

            top: 45px;

            z-index: 5;

        }

        

        .timeline-nav.prev {

          

            left: 10px;

            margin-top: 25px; 

        }



        .timeline-nav.next {

            

            right: 10px;

            margin-top: 25px; 

        }



        .timeline-nav img {

            max-width: 100%; 

            margin-bottom:40px;

            margin-top:10px;

        }



        @media (max-width: 1200px) {

          

            .timeline-nav {

                display: flex;

            }

        }

        

        

        @media (max-width: 900px) {

             .timeline-nav {

                display: none; 

            }

             .story-container {

                padding: 0 10px;

            }

        }



        @media (max-width: 768px) {

            .story-title {

                font-size: 36px;

                text-align: center;

                padding-left: 0;

            }
.journeys-title{
  font-size: 36px !important;
  letter-spacing: 1px !important;
}
.Adventure-title{
  font-size: 36px !important;
}
.cta-hero-section h1{
  font-size: 44px !important;
}
.story-section{
  padding: 0px !important;
}
.features-section{
  padding: 40px 0 !important;
}
        }

        /* --- BANNER --- */

.banner-section {

  position: relative;

  /* min-height: 100vh; */
 height: 90vh;
  min-height: 400px;
  max-height: 650px;
  background-color: #333;

  background-image: url('images\etr.png');

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-end;

  padding-bottom: 120px;

  color: var(--color-text-light);

  text-align: center;

}



.banner-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(34, 40, 49, 0.3);

}



.banner-content {

  position: relative;

  z-index: 1;

  max-width: 720px;

  margin-bottom: 40px;

}



.banner-subtitle {

  font-family: var(--font-body);

  font-weight: 600;

  font-size: 18px;

  line-height: 1.4;

  letter-spacing: 0.15px;

  margin-bottom: 20px;

}



.banner-title {

  font-family: var(--font-heading);

  font-weight: 400;

  font-size: 76px;

  line-height: 1.1;

  letter-spacing: -3.8px;

  font-style: italic;

}



@media (max-width: 768px) {
.journey-card-content{
padding: 20px !important;
}
.hero-team-section{
  height:400px !important;
}
  .banner-section {

    height: 70vh;

    padding-bottom: 80px;

  }



  .banner-title {

    font-size: 48px;

  }

}



/* --- JOURNEYS --- */

.journeys-section {

  background-color: var(--color-primary);

  padding-top: 80px;

  padding-bottom: 0;

  margin-top: 0;

  position: relative;

  z-index: 2;

  overflow: visible;

}



.journeys-container {

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.journeys-header {

  text-align: center;

  color: var(--color-text-light);

  margin-bottom: 30px;

}



.journeys-subtitle {

  font-family: var(--font-body);

  font-weight: 600;

  font-size: 18px;

  line-height: 1.4;

  letter-spacing: 0.15px;

  margin-bottom: 20px;

}



.journeys-title {

  font-family: var(--font-heading);

  font-weight: 400;

  font-size: 64px;

  line-height: 1.1;

  letter-spacing: -3.2px;

}



.journeys-title em {

  font-style: italic;

}



.journeys-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 40px;

  margin-bottom: -390px;

}



.journey-card {

  position: relative;

  height: 650px;

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  color: var(--color-text-light);

  overflow: hidden;

  background-color: #555;

}



.journey-card:nth-child(2) {

  transform: translateY(70px);

}



.journey-card-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);

  z-index: 0;

}



.journey-card-content {

  position: relative;

  z-index: 1;

  padding: 40px;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.card-trip-duration {

  font-family: var(--font-body);

  font-weight: 600;

  font-size: 18px;
  

}



.card-title {

  font-family: var(--font-heading);

  font-weight: 400;

  font-size: 38px;

  line-height: 1.3;

  letter-spacing: -1.14px;

}



.card-description {

  font-family: var(--font-body);

  font-size: 16px;

  line-height: 1.75;

  padding-bottom: 18px;

}



.card-footer {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

}



.card-price {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



.card-price>span {

  font-size: 16px;

  line-height: 1;

}



.card-price p {

  font-size: 24px;

  font-weight: 600;

  line-height: 1.4;

  letter-spacing: -0.6px;

}



.card-price p span {

  font-size: 16px;

  font-weight: 400;

  margin-left: 4px;

}



.card-footer .btn {

  padding: 12px 28px;

  font-size: 15px;

}



@media (max-width: 1024px) {

  .journeys-grid {

    grid-template-columns: 1fr;

    gap: 30px;

    margin-bottom: 0;

  }



  .journey-card {

    height: 500px;

    transform: none !important;

  }



  .journeys-section {

    padding-bottom: 120px;

  }

}

 

 /* --- LUXURY SAFARI --- */

.Luxury-Safari-Experiences-container {

  /* padding: 550px 20px 60px 20px; */
padding: 450px 20px 60px 20px; /*add 550px when unhide this section*/
  background-color: #F4FEFF;

  font-family: var(--font-body);

}



.Luxury-Safari-Experiences-header {

  text-align: center;

  margin-bottom: 40px;

}



.Luxury-Safari-Experiences-subtitle {

  color: var(--color-primary);

  font-size: var(--subtitle-size);

  font-weight: 500;

  letter-spacing: 0.5px;

  margin: 0;

}



.Luxury-Safari-Experiences-title {

  font-family: var(--font-title);

  color: var(--color-text-dark);

  font-size: var(--h2-size);

  font-weight: 500;

  margin-top: 5px;

}



.Luxury-Safari-Experiences-title span {

  font-style: italic;

  color: var(--color-primary);

}



.Luxury-Safari-Experiences-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  max-width: 95vw;

  width: 100%;

  margin: 0 auto;

}



.Luxury-Safari-Experiences-card {

  background-size: cover;

  background-position: center;

  border-radius: 8px;

  overflow: hidden;

  position: relative;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  /* aspect-ratio: 4/5; */

  background-color: #ccc;

}



.Luxury-Safari-Experiences-card-honeymoon {

  grid-column: 1 / span 2;

  grid-row: 1;

  background-image: url('Images/section.jpg');

  aspect-ratio: 8/5;

}



.Luxury-Safari-Experiences-card-multi-gen {

  grid-column: 3 / span 1;

  grid-row: 1;

  background-image: url('Images/section.jpg');

}



.Luxury-Safari-Experiences-card-solo-traveler {

  grid-column: 4 / span 1;

  grid-row: 1;

  background-image: url('Images/section.jpg');

}



.Luxury-Safari-Experiences-card-friends {

  grid-column: 1 / span 1;

  grid-row: 2;

  background-image: url('Images/section.jpg');

}



.Luxury-Safari-Experiences-card-groups {

  grid-column: 2 / span 1;

  grid-row: 2;

  background-image: url('Images/section.jpg');

}



.Luxury-Safari-Experiences-card-family-children {

  grid-column: 3 / span 2;

  grid-row: 2;

  background-image: url('Images/section.jpg');

  aspect-ratio: 8/5;

}



.Luxury-Safari-Experiences-overlay {

  padding: 20px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);

  color: var(--color-text-light);

  width: 100%;

}



.Luxury-Safari-Experiences-card-title {

  font-size: 14px;

  font-weight: bold;

  margin: 0 0 8px 0;

  letter-spacing: 1px;

  text-transform: uppercase;

}



.Luxury-Safari-Experiences-card-description {

  font-size: 14px;

  line-height: 1.5;

  margin: 0;

}



.Luxury-Safari-Experiences-footer {

  text-align: center;

  margin-top: 60px;

}



.Luxury-Safari-Experiences-footer-text {

  font-size: 16px;

  color: #000000;

  line-height: 1.6;

  margin-bottom: 25px;

  font-weight: 600;

}



.Luxury-Safari-Experiences-book-button {

  background-color: var(--color-secondary);

  color: var(--color-text-light);

  border: none;

  padding: 14px 35px;

  border-radius: 4px;

  font-size: 17px;

  font-weight: bold;

  cursor: pointer;

  transition: background-color 0.3s;

  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);

}



.Luxury-Safari-Experiences-book-button:hover {

  background-color: #c98e3b;

}



@media (max-width: 1000px) {

  .Luxury-Safari-Experiences-container {

    padding-top: 150px;

  }



  .Luxury-Safari-Experiences-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .Luxury-Safari-Experiences-card {

    grid-column: span 1 !important;

    grid-row: auto !important;

    aspect-ratio: 4/5 !important;

  }



  .Luxury-Safari-Experiences-card-honeymoon,

  .Luxury-Safari-Experiences-card-family-children {

    grid-column: span 2 !important;

    aspect-ratio: 16/9 !important;

  }

}



@media (max-width: 600px) {

  .Luxury-Safari-Experiences-grid {

    grid-template-columns: 1fr;

    gap: 15px;

  }



  .Luxury-Safari-Experiences-card,

  .Luxury-Safari-Experiences-card-honeymoon {

    grid-column: span 1 !important;

    aspect-ratio: 4/3 !important;

  }

}

      

        @media (max-width: 1000px) {

            .Luxury-Safari-Experiences-container {

                padding-top: 80px;

            }



            .Luxury-Safari-Experiences-grid {

                grid-template-columns: repeat(2, 1fr);

            }



           

            .Luxury-Safari-Experiences-card {

                grid-column: span 1 !important;

                grid-row: auto !important;

                padding-top: 125%; 

            }

            

           

            .Luxury-Safari-Experiences-card-honeymoon,

            .Luxury-Safari-Experiences-card-family-children {

                grid-column: span 2 !important;

                padding-top: 56.25%; 

            }

        }





        @media (max-width: 600px) {

            .Luxury-Safari-Experiences-grid {

                grid-template-columns: 1fr;

                gap: 15px;

            }



            .Luxury-Safari-Experiences-title {

                font-size: 36px;

            }



       

            .Luxury-Safari-Experiences-card,

            .Luxury-Safari-Experiences-card-honeymoon,

            .Luxury-Safari-Experiences-card-family-children {

                grid-column: span 1 !important;

                grid-row: auto !important;

                padding-top: 75%; 

            }

        }



/* --- ADVENTURE CAROUSEL --- */

/* .Adventure-carousel-container {

  width: 100%;

  margin-bottom: 100px;

  font-family: var(--font-body);

}



.Adventure-header {

  text-align: center;

  margin: 0 auto 40px auto;

  max-width: 1200px;

  padding: 30px 20px 10px 20px;

}



.Adventure-subtitle {

  font-size: var(--subtitle-size);

  color: var(--subtitle-color);

  margin: 0;

}



.Adventure-title {

  font-family: var(--font-title);

  font-size: var(--h2-size);

  font-weight: normal;

  color: black;

  margin: 5px 0 0 0;

}



.adventure-word {

  color: var(--color-primary);

  font-style: italic;

}



.Adventure-carousel-wrapper {

  width: 100vw;

  margin-left: calc(-50vw + 50%);

  position: relative;

  left: 0;

  display: flex;

  justify-content: center;

}



.Adventure-carousel-track {

  display: flex;

  gap: 20px;

  width: 100%;

  justify-content: center;

  padding: 0 20px;

  box-sizing: border-box;

}



.Adventure-carousel-item {

  flex: 1;

  position: relative;

  overflow: hidden;

  aspect-ratio: 3/4;

  height: auto;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  border-radius: 4px;

  margin: 0;

  min-width: 0;

}



.Adventure-carousel-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.Adventure-caption {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: #155e62b3;

  color: var(--color-text-light);

  text-align: center;

  padding: 10px 5px;

  font-size: 12px;

  font-weight: bold;

  letter-spacing: 1px;

}



@media (max-width: 1024px) {

  .Adventure-carousel-wrapper {

    margin-left: 0;

    width: 100%;

    justify-content: flex-start;

    overflow-x: auto;

  }



  .Adventure-carousel-track {

    width: auto;

    gap: 15px;

    padding: 0 20px;

  }



  .Adventure-carousel-item {

    flex: 0 0 250px;

    aspect-ratio: 3/4;

    height: auto;

  }

} */

 

.Adventure-carousel-container {

    width: 100%;

    margin-bottom: 100px;

}



.Adventure-header {

    text-align: center;

    margin: 0 auto 40px auto;

    padding: 30px 20px 10px 20px;

}

.Adventure-header p{

     color: var(--color-primary);

       font-size: var(--subtitle-size);

}

.Adventure-title {

    font-family: var(--font-title);

    font-size: var(--h2-size);

    color: black;

     font-weight:400;

}



.Adventure-carousel-container { width: 100%; margin-bottom: 100px; }



.adventure-word { color: var(--color-primary); font-style: italic; }

.Adventure-carousel-wrapper { width: 100%; overflow: hidden; position: relative; }

.Adventure-carousel-track { display: flex; gap: 20px; width: max-content; }

.Adventure-carousel-item { flex: 0 0 300px; position: relative; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.2); cursor: pointer; }

.Adventure-carousel-item img { width: 100%; height: 100%; object-fit: cover; }

.Adventure-caption { position: absolute; bottom: 0; width: 100%; background-color: #155e62b3; color: #fff; padding: 10px 5px; text-align: center; font-size: 14px; font-weight: bold; }



@media (max-width:1024px) { .Adventure-carousel-item { flex: 0 0 200px; } }



/* Popup Modal */

.popup-overlay {

    position: fixed;

    top:0; left:0;

    width:100%; height:100%;

    background: rgba(0,0,0,0.7);

    display:none;

    align-items:center;

    justify-content:center;

    z-index:1000;

}



.popup-box {

    width:90%;

    max-width:600px;

    background:white;

    border-radius:3px;

    padding:20px;

    position:relative;

}



.popup-close {

    position:absolute;

    top:10px;

    right:15px;

    font-size:22px;

    cursor:pointer;

}



.popup-title {

    font-size:22px;

    font-weight:600;

    margin-bottom:10px !important;

}

.p-title em {

    font-style:italic;

    color:#155e62 !important;

    font-weight:400;

    margin-bottom:10px !important;



}

.popup-desc {

    font-size:14px;

    margin:10px 0 20px 0 !important;

    color:#444;

    line-height: 1.2;

}

.popup-desc{

  margin-bottom:10px !important;

}

.popup-desc p , li{

    margin:0 0 10px 0 !important;

}

.p-title h2{

    margin-bottom:10px !important;

}

/* Responsive */

@media (max-width:1024px) {

    .Adventure-carousel-item { flex: 0 0 200px; }

}

/* --- OUR GUESTS (UPDATED - COWORKER LOGIC WITH HEIGHT FIX) --- */

.slider-container {

  background-image: url(https://africawildsafaris.com/wp-content/uploads/2026/01/Green.png);

  background-color: transparent;

  background-repeat: no-repeat;

  background-size: 80% 100%;

  background-position: center;

  width: 100%;

  box-sizing: border-box;

  padding-bottom: 150px;

  padding-top: 50px;

  margin-bottom: 100px;

}



.header {

  text-align: center;

  color: white;

  margin-bottom: 40px;

}

.eaw-slider-container {

    background-image: url(Images/Green.jpg);

    background-color: transparent;

    background-repeat: no-repeat;

    background-size: 80% 100%;

    background-position: center;

    width: 100%;

    box-sizing: border-box;

    padding-bottom: 150px;

    padding-top: 50px;

    margin-bottom: 100px;

}



/* Header Section */

.eaw-header {

    text-align: center;

    color: white;

    margin-bottom: 40px;

}



/* Slider Window (Hides overflow) */

.eaw-slider-wrapper {

    width: 100%;

    overflow: hidden; 

    position: relative;

}



/* The Moving Slider Track */

.eaw-slider {

    display: flex;

    gap: 20px;

    width: max-content;

    transform: translateX(0);

}



/* Individual Slide/Card Wrapper */

.eaw-slide {

    perspective: 1000px;

    flex: 0 0 280px;

    height: 380px;

}



/* The Flipping Card Element */

.eaw-card {

    width: 100%;

    height: 100%;

    border-radius: 12px;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);

    cursor: pointer;

    transform-style: preserve-3d;

    transition: transform 0.6s;

    position: relative;

}



.eaw-card:hover {

    transform: rotateY(180deg);

}



/* Card Faces */

.eaw-card-front,

.eaw-card-back {

    position: absolute;

    width: 100%;

    height: 100%;

    backface-visibility: hidden;

    border-radius: 12px;

    overflow: hidden;

}



.eaw-card-front img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* Card Back Styles */

.eaw-card-back {

    background: rgba(0, 0, 0, 0.85);

    color: white;

    transform: rotateY(180deg);

    border-radius: 12px;

    padding: 20px;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    height: 100%;

    text-align: center;

}



.eaw-card-back .eaw-content {

    flex: 1;

    overflow: hidden;

    font-size: 13px;

}



.eaw-card-back .eaw-content p {

    margin: 0 0 5px 0; 

}



.eaw-card-back .eaw-reviewer-name {

    margin-bottom: 5px; 

    font-weight: bold;

    display: block;

    text-align: center;

}



.eaw-read-more-link {

    display: block;

    text-align: center;

    margin-top: 10px;

}



.eaw-read-more-link a {

    text-decoration: none;

    background-color: #D9A441;

    color: #fff;

    padding: 8px 15px;

    border-radius: 3px;

    font-weight: 500;

    transition: background-color 0.3s;

}



.eaw-read-more-link a:hover {

    background-color: #b58634;

}



/* Responsive adjustments */

@media (max-width: 1024px) {

    .eaw-slider-container {

        background-size: 100% 100%;

        padding: 60px 0;

    }



    .eaw-slide {

        flex: 0 0 220px;

    }

}

@media (max-width: 1024px) {

  .slider-container {

    background-size: 100% 100%;

    padding: 60px 0;

  }



  .slide {

    flex: 0 0 220px;

  }

}

/* --- CTA --- */

.cta-hero-section {

  background-color: #444;

  background-image: url('/Images/shutterstock.webp');

  background-size: cover;

  background-position: center;
 height: 90vh;
  min-height: 400px;
  max-height: 650px;
  /* min-height: 500px; */
 /* min-height: 80vh; */
  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

}



.cta-hero-content {

  text-align: center;

  max-width: 80%;

  z-index: 10;

}



.cta-hero-section h1 {

  font-family: var(--font-title);

  color: var(--color-text-light);

  font-size: var(--h1-size);

  font-weight: 400;

  line-height: 1.2;

  margin-bottom: 20px;

}



.cta-book-button {

  background-color: white;

  color: black;

  display: inline-block;

  padding: 10px 30px;

  text-decoration: none;

  border-radius: 45px;

  font-weight: 600;

  transition: background-color 0.3s;

}



.cta-book-button:hover {

  background-color: #c98e3b;

}

/* --- FOOTER (INTEGRATED) --- */

        .site-footer {

            background-color: #155e62;

            color: #fff; 

            padding: 30px 20px 10px; 

         

        }



      

        .footer-container {

            max-width: 1200px; 

            margin: 0 auto; 

            display: grid;

           

            grid-template-columns: 2fr 1fr 1.5fr 1.5fr; 

            gap: 30px; 

            padding-bottom: 30px;

            border-bottom: 1px solid rgba(255, 255, 255, 0.1); 

        }



        .footer-col h3 {

            font-size: 1.2em;

            margin-bottom: 15px;

            font-weight: bold;

            color: #fff;

        }



        .footer-col h4 {

            font-size: 1em;

            margin-top: 15px;

            margin-bottom: 5px;

            font-weight: bold;

        }



        .footer-col p, .footer-col address {

            font-size: 0.9em;

            line-height: 1.6;

            margin: 0;

            font-style: normal;

            color: #b3c0bd; 

        }



        .accreditation .logo-group {

            display: flex;

            flex-direction: column; 

            gap: 15px;

            margin-top: 15px;

        }



       

        .logo {

            max-width: 150px; 

            height: 50px; 

            background-color: #fff; 

            border-radius: 3px;

            display: flex;

            align-items: center;

            justify-content: center;

            font-weight: bold;

            color: #0b4947;

            text-decoration: none;

            font-size: 0.8em;

        }

        .atta-logo .logo::after { content: "ATTA Logo"; }

        .cpbc-logo .logo::after { content: "Consumer Protection BC Logo"; }



       

        .footer-bottom {

            max-width: 1200px;

            margin: 10px auto 0;

            display: flex;

            justify-content: space-between;

            align-items: center;

            flex-wrap: wrap; 

            padding: 10px 0;

            font-size: 0.8em;

        }



        .footer-bottom .copyright {

            color: #b3c0bd;

        }



        .footer-bottom .footer-links a {

            color: #b3c0bd;

            text-decoration: none;

            margin: 0 5px;

            white-space: nowrap; 

        }



        .footer-bottom .footer-links a:hover {

            color: #fff;

        }



       

        @media (max-width: 768px) {
   .timeline-card p{font-size: 12px;}
    .africa-btn {
  width: 80%;
  margin: 0 auto;
}
.btn-view-all{margin: 10px auto;}
            .footer-container {

            

                grid-template-columns: repeat(2, 1fr);

            }

            .accreditation .logo-group {

                flex-direction: row; 

                flex-wrap: wrap;

            }

        }



        @media (max-width: 480px) {

            .site-footer {

                padding: 30px 15px 10px;

            }

            

            .footer-container {

               

                grid-template-columns: 1fr;

            }

            

            .footer-col {

                margin-bottom: 20px; 

            }



            

            .footer-bottom {

                flex-direction: column;

                text-align: center;

                gap: 15px;

            }

            

            .footer-bottom .footer-links {

                order: -1; 

            }

        }



/*team page*/

.hero-team-container {

  position: relative;

  z-index: 1;

  display: flex;

  justify-content: center;

}



.hero-team-content {

  /* max-width: 450px; */

  margin-top:50px;

  display: flex;

  flex-direction: column;

  gap: 20px;
  text-align: center;
align-items: center;
  /* align-items: flex-start; */

}



.hero-team-title {

  font-family: var(--font-heading);

  font-weight: 500;

  font-size: 40px;

  line-height: 1.1;

  letter-spacing: 1.5px;

}



.hero-team-title em {

  font-style: italic;

}

.hero-team-section {

  position: relative;

  height: 550px;

  background-color: #333;

  /* background-image: url('images/ed35a9e212ed4b71f2a3dadf32a8fae00119f8d3.png'); */

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  color: var(--color-text-light);

}

   .welcome-container {

            width: 100%;

       

            margin: 0 auto;

            padding: 0 15px;

        }

        img { max-width: 100%; height: auto; display: block; }



   

        .welcome-section {

             font-family: var(--font-body);

            background-color: var(--color-background-light);

            color: var(--color-text-dark);

            padding: 80px 0;

            background-color: var(--color-background-light);

        }



  

        .welcome-content-wrapper {

            display: flex;

            align-items: flex-start; 

            justify-content: space-between;

            gap: 40px;

            max-width: 1200px; 

            margin: 0 auto;

            padding: 0 20px;

        }



        .welcome-text-area {

            flex-grow: 1;

            max-width: 65%; 

        }



        .welcome-title {

            font-family: var(--font-title);

            font-size: 40px;

            font-weight: 400;

            line-height: 1.2;

            margin-bottom: 30px;

            color: var(--color-text-dark);

        }



        .welcome-title em {

            font-style: italic;

            color: var(--color-primary);

        }



        .welcome-paragraph {

            font-size: 16px;

            line-height: 1.6;

            margin-bottom: 20px;

            color: #444;

            font-style: var(  --font-utility);

        }

        

        .welcome-signature {

            margin-top: 30px;

            padding-top: 15px;

         

                      color: var(--color-text-dark);

        }

        

        .welcome-signature p {

            font-size: 14px;

            line-height: 1.5;

          

        }

        

        .welcome-image-area {

            flex-shrink: 0; 

            width: 450px; 

            max-width: 55%;

            margin-top:50px;

            

         ;

        }

        

        .welcome-image-area img {

             width: 450px; 

        }

        

      

        @media (max-width: 900px) {

            .welcome-content-wrapper {

                flex-direction: column; 

                align-items: center;

                gap: 20px;

                padding: 0 15px;

            }

            

            .welcome-text-area {

                max-width: 100%;

            }

            

            .welcome-image-area {

                width: 100%;

                max-width: 450px; 

                margin-top: 0;

            }

            

            .welcome-title {

                font-size: 32px;

                text-align: center;

            }

        }

        

        /* .floating-inquire-btn {

  position: fixed;

  bottom: 20px;

  right: 20px;

  background: var(--color-accent);   

  color: #fff;

  padding: 10px 15px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 600;

  text-decoration: none;

  box-shadow: 0 8px 20px rgba(0,0,0,0.3);

  z-index: 9999;

  transition: all 0.3s ease;

    border: 2px solid #fff;

    display: inline-flex;

    

      font-weight: 700;

      text-align: center;

      cursor: pointer;

      transition: background-color 0.3s ease;

      max-width: fit-content;

}



.floating-inquire-btn:hover {

  background: #000;

  transform: scale(1.05);

} */



    .floating-inquire-btn {

        position: fixed;

        bottom: 20px;

        right: 20px;

        background:#d9a441;

        color: #fff;

        padding: 12px 20px;

        border-radius: 8px; 

        font-size: 15px;

        font-weight: 700;

        text-decoration: none;

        box-shadow: 0 8px 20px rgba(0,0,0,0.3);

        z-index: 999;

        border: 2px solid #fff;

        cursor: pointer;

        transition: all 0.3s ease;

    }

    .inquire-overlay {

        position: fixed;

        inset: 0;

        background: rgba(0,0,0,0.5);

        opacity: 0;

        visibility: hidden;

        transition: 0.3s ease;

        z-index: 9998;

    }



    .inquire-overlay.active {

        opacity: 1;

        visibility: visible;

    }



    .inquire-side-nav {

        position: fixed;

        top: 0;

        right: -400px; 

        width: 380px;

        height: 100vh; 

        background: #fff;

        padding: 0;

        box-shadow: -10px 0 30px rgba(0,0,0,0.1);

        transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 

        z-index: 9999;

        display: flex;

        flex-direction: column;

        box-sizing: border-box;

        

     

        overflow-y: auto;  

        overflow-x: hidden; 

        -webkit-overflow-scrolling: touch; 

    }



    .inquire-side-nav.active {

        right: 0; 

    }





    .nav-content-wrapper {

        padding: 40px 30px;

        position: relative;

    }



   

    .close-btn {

        font-size: 35px;

        cursor: pointer;

        position: absolute;

        top: 10px;

        left: 20px; 

        color: #888;

        line-height: 1;

        z-index: 10000;

    }



    

    .inquire-side-nav h2 {

        margin-top: 20px;

        font-size: 24px;

        color: #333;

    }





    .inquire-side-nav::-webkit-scrollbar {

        width: 8px;

    }

    .inquire-side-nav::-webkit-scrollbar-track {

        background: #f1f1f1;

    }

    .inquire-side-nav::-webkit-scrollbar-thumb {

        background:#d9a441;

        border-radius: 4px;

    }



    @media (max-width: 480px) {

        .inquire-side-nav {

            width: 100%;

            right: -100%;

        }

    }

/*team page*/

        .team-slider-container { scroll-behavior: smooth; }



        .team-section {

            padding: 20px 0 0; 

            background-color: var(--color-background-light);

        }



        .team-header-wrapper {

            display: flex;

            justify-content: space-between;

            align-items: flex-end;

            margin-bottom: 50px;

            max-width: 1200px; 

            margin-left: auto;

            margin-right: auto;

            padding: 0 15px; 

        }



        .team-subtitle {

            /* text-transform: uppercase; */

            font-size: 14px;

            font-weight: 600;

            color:#555;

            margin-bottom: 10px;

        }



        .team-title {

            font-family: var(--font-title);

            font-size: var(--h1-size);

            font-weight: 400;

            line-height: 1.1;

            color: var(--color-text-dark);

            max-width: 700px;

        }



        .team-title em {

            font-style: italic;

            color: var(--color-primary);

        }



        .btn-view-all {

            padding: 12px 25px;

            border: 1px solid var(--color-text-dark);

            border-radius: 50px;

            font-size: 16px;

            font-weight: 500;

            transition: background-color 0.3s;

            flex-shrink: 0;

        }



        .btn-view-all:hover {

            background-color: #f0f0f0;

        }

        



       

.team-slider-container-wrapper {

  max-width: 1200px;

  margin: 0 auto;

  position: relative;

}

/* 

.team-slider-section {

  position: relative;

  padding-bottom: 80px;

}





.swiper {

  width: 100%;

  height: 100%;

  

}





.team-card {

  background-color: #0e3c3e;

  border-radius: 2px;

  overflow: hidden;

  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);

}



.team-card-image {

  width: 100%;

  height: 450px;

  object-fit: cover;

}



.team-card-info {

  padding: 20px 25px;

  text-align: center;

  color: white;

}

.team-card-info p{

  margin: 5px 0;

  font-size: 15px;

  margin-bottom: 5px;

  font-style: italic;

  font-weight: 300 !important;

}



.swiper-button-prev,

.swiper-button-next {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 10;

  cursor: pointer;



  background: rgba(255, 255, 255, 0.938);



  color: #000 !important;

  padding: 8px 16px;

  border-radius: 6px;

  transition: all 0.3s ease;



  width: auto;

  height: auto;

  margin-top: 0;

  font-size: 20px;

  font-weight: bold;

}



.swiper-button-prev::after,

.swiper-button-next::after {

  content: '' !important;

}





.swiper-button-prev {

  left: 0px;

}



.swiper-button-next {

  right: 0px;

}





.swiper-button-prev:hover,

.swiper-button-next:hover {

  background: rgba(0, 0, 0, 0.1);

}





@media (max-width: 1000px) {

  .swiper-button-prev,

  .swiper-button-next {

    display: none;

  }



  .swiper {

    padding:  50px;

  }

}

        @media (max-width: 1250px) {

            

             .team-card { width: calc((100vw - 100px - 50px) / 3); min-width: 300px; } 

             .team-cards-wrapper { padding: 0 30px; }

        }



        @media (max-width: 1000px) {

    

            .team-title { font-size: 48px; }

            .team-header-wrapper { flex-direction: column; align-items: flex-start; gap: 20px; }

            .team-card { width: calc(50% - 12.5px); } 

            .team-cards-wrapper { padding: 0 20px; }

            .team-nav-controls { display: none; } 

        }



        @media (max-width: 768px) {

          

            .team-card { width: calc(100% - 40px); } 

            .team-card-image { height: 400px; }

        }

        

        @media (max-width: 600px) {

            .team-title { font-size: 36px; }

        }

         */

            .team-slider-container-wrapper {

            max-width: 1200px;

            margin: 0 auto;

            position: relative;

        }



        .team-slider-section {

            position: relative;

            padding-bottom: 80px;

        }



        .swiper {

            width: 100%;

            height: 100%;

        }



        .team-card {

            background-color: #155e62;

            border-radius: 2px;

            overflow: hidden;

            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);

            cursor: pointer;

            transition: transform 0.2s ease, box-shadow 0.2s ease;

        }



        .team-card:hover {

            transform: translateY(-5px);

            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);

        }



        .team-card-image {

            width: 100%;

            height: 450px;

            object-fit: cover;

        }



        .team-card-info {

            padding: 20px 25px;

            text-align: center;

            color: white;

        }



        .team-card-info p {

           font-family: var(--font-body);

  font-style: italic;

            margin: 5px 0;

            font-size: 15px;

            margin-bottom: 5px;

            font-style: italic;

            font-weight: 300 !important;

        }



        /* Hidden description */

        .card-full-description {

            display: none;

        }



        .swiper-button-prev,

        .swiper-button-next {

            position: absolute;

            top: 50%;

            transform: translateY(-50%);

            z-index: 10;

            cursor: pointer;

            background: rgba(255, 255, 255, 0.938);

            color: #000 !important;

            padding: 8px 16px;

            border-radius: 6px;

            transition: all 0.3s ease;

            font-size: 20px;

            font-weight: bold;

        }



        .swiper-button-prev::after,

        .swiper-button-next::after {

            content: '' !important;

        }



        .swiper-button-prev { left: 0px; }

        .swiper-button-next { right: 0px; }



        .swiper-button-prev:hover,

        .swiper-button-next:hover {

            background: rgba(0, 0, 0, 0.1);

        }



        /* Modal */

        .modal {

            display: none;

            position: fixed;

            z-index: 1000;

            left: 0;

            top: 0;

            width: 100%;

            height: 100%;

            background-color: rgba(0,0,0,0.7);

          

        }



        .modal-content {

            background-color: #fefefe;

            margin: 5% auto;

            padding: 0;

            border: 1px solid #888;

            width: 80%;

            max-width: 500px;

            border-radius: 5px;

            position: relative;

            animation-name: animatetop;

            animation-duration: 0.4s;

        }



        @keyframes animatetop {

            from {top: -300px; opacity: 0}

            to {top: 0; opacity: 1}

        }



        .modal-header {

            padding: 30px 20px;

            /* background-color: #0e3c3e; */

            color: #000;

            border-top-left-radius: 5px;

            border-top-right-radius: 5px;

            border-bottom: 1px solid #d6d6d6;

        }



        .modal-body {

            padding: 20px;

        }



        .modal-body p {

            margin-bottom: 2em;

            font-size: 13px;

            line-height: 1.6;

        }



        .modal-body p:last-child {

            margin-bottom: 0;

        }



        .close-btn {

            color: black;

            position: absolute;

            top: 10px;

            right: 20px;

            font-size: 28px;

            font-weight: bold;

            cursor: pointer;

            z-index: 10;

        }



        @media (max-width: 1000px) {

            .swiper-button-prev,

            .swiper-button-next {

                display: none;

            }

            .swiper {

                padding: 50px;

            }

        }



        @media (max-width: 600px) {

            .modal-content {

                width: 95%;

            }

        }

           #modalName{
margin-right:8px;
            font-style: italic;

            color: #155e62;

        }

.guides-intro {

  padding: 20px 0 40px;

}



.guides-subtitle {

  /* text-transform: uppercase; */

  font-size: 14px;

  font-weight: 600;

  color: #555;

  margin-bottom: 5px;

}



.guides-title {

  font-family: var(--font-title);

  font-size: 60px;

  font-weight: 400;

  line-height: 1.1;

  margin: 0;

}



.guides-title em {

  color: var(--color-primary);

}







.guides-layout {

  display: grid;

  grid-template-columns: 3fr 1.5fr;

  gap: 40px;

  align-items: start;

  padding-bottom: 80px;

}







.video-box {

  position: relative;

  width: 100%;

  /* height: 575px;   */

  border-radius: 3px;

  overflow: hidden;

  

}



.video-box img {

  width: 100%;

  /* height: 100%; */

   height: 575px; 

  border: none;

}





.right-box {

  display: flex;

  flex-direction: column;

  gap: 25px;

}



.right-box p {

  font-size: 16px;

  line-height: 1.6;

  color: #555;

}



.small-img {

  height: 420px;    

  object-fit: cover;

  border-radius: 3px;

}







@media (max-width: 900px) {

  .guides-layout {

    grid-template-columns: 1fr;

  }



  .video-box {

    height: 300px;

  }



  .small-img {

    height: 300px;

  }



  .guides-title {

    font-size: 48px;

  }

}



@media (max-width: 600px) {

  .guides-title {

    font-size: 36px;

  }



  .video-box {

    height: 240px;

  }



  .small-img {

    height: 240px;

  }

}

.hero-journey-title{

  font-family: var(--font-heading);

  font-weight: 500;

  font-size: 48px;

  line-height: 1.1;

  letter-spacing: 1.2px;

 

}

.hero-journey-content{

  max-width: 800px;

  margin-top:20px;

  font-family: var(--font-body);

  font-size: 16px;

  line-height: 1.6;

 

}

/*journey page*/

   

.hero-journey-title {

    color: #fff;

    font-family: var(--font-title);

    font-size: 40px;

    font-weight: 400;

    text-align: center;

    margin: 0;

   

}









.journey-overlap-card-wrapper {

    margin-top: -100px; 

    padding-bottom: 80px;

    position: relative;

    z-index: 10;

}



.journey-overlap-card-container {

    display: flex;

    align-items: stretch;

    border-radius: 8px;

    overflow: visible;



    background: transparent;

    gap: 15px;

}





.review-partners-box {

      box-shadow: 0 15px 30px rgba(0,0,0,0.15);

    flex-grow: 1;

    background-color: #fff;

    display: grid;

    grid-template-columns: 1.2fr 1fr 1fr;

    align-items: center;

    /* padding: 25px 0; */

    border-radius: 3px 0 0 3px;

    margin-left:30px;

}





.review-partner-item {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    position: relative;

    padding: 0 20px;

}



.review-partner-item:not(:last-child)::after {

    content: '';

    position: absolute;

    right: 0;

    top: 20%;

    bottom: 20%;

    width: 1px;

    background-color: var(--color-bg-light);

}



.review-title {

    font-family: var(--font-title);

    font-size: 25px;

    font-weight: 400;

    color: var(--color-text-dark);

    text-align: center;

}

.review-title em {

    color: var(--color-primary);

  font-style: italic !important

}





.reviews-io-logo {

    font-size: 18px;

    font-weight: 600;

    color: var(--color-text-dark);

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 5px;

}



.star {

    color: var(--color-accent-gold);

    font-size: 20px;

}



.safari-bookings-logo {

    /* width: 120px; */

    height: auto;

}





.book-now-button {

     background-color: #d1a650;

    color: #fff;

    text-align: center;

    padding:  50px;

    font-size: 22px;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: background-color 0.3s;

    position: relative;

    transform: translateX(20px);

    min-width: 150px;

    border-radius: 0 3px 3px 0;

    height: 100%;

    text-decoration: none;

    right: 60px;
 box-shadow: 0 8px 20px rgba(0,0,0,0.3);

        z-index: 999;

        border: 2px solid #fff;

        cursor: pointer;

        transition: all 0.3s ease;
}



.book-now-button:hover {

    background-color: #d1a650;

}


.journey-review-story-wrapper{

    text-align: center;
margin-top:25px;
    padding: 30px !important;

}


@media (max-width: 900px) {

    .journey-overlap-card-container {

        flex-direction: column;

        gap: 10px;

    }



    .review-partners-box {

        grid-template-columns: 1fr;

        gap: 15px;

        padding: 15px 0;

        border-radius: 8px;

        margin-left: 0 !important;

    }



    .review-partner-item:not(:last-child)::after {

        content: none;

    }



    .book-now-button {

        transform: translateX(0);

        min-height: 60px;

        border-radius: 0 0 8px 8px;

        align-items: center;

        right: 0;

        margin-top:-10px;

    }

}
.journey-review-story-wrapper{

    text-align: center;
margin-top:25px;
    padding: 50px;

}
.journey-review-wrapper{

    text-align: center;
margin-top:25px;
    /* padding: 50px; */

}
.journey-review-wrapper-review{
      text-align: center;
margin-top:15px;
}
.journey-review-wrapper-safari{
    text-align: center;
margin-top:0px;
    padding: 50px;

}
.journey-review-wrapper-sub-title{

    font-family: var(--font-body);

    font-size: 20px;

    color: var(--color-primary);

    margin: 0;

    font-weight: 500;}

    .journey-review-wrapper-title{

        font-family: var(--font-title);

        font-size: 56px;

        color: var(--color-text-dark);

        margin: 10px 0 0 0;

        font-weight: 400;

    

    }

    .journey-review-wrapper-title em{

        color: var(--color-primary);

      font-style: italic !important



    }

    



.feature-card {

    padding: 30px;

    border-radius: 6px;

    display: grid;

    grid-template-columns: 1.2fr 1.3fr; 

    gap: 40px;

    align-items: stretch;

}





.feature-image-wrapper {

    width: 100%;

    height: 100%;

    border-radius: 6px;

    overflow: hidden;

    display: flex;

}



.feature-image {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.feature-content {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.feature-subtitle {

    /* text-transform: uppercase; */

    font-size: 12px;

    font-weight: 600;

    color:#555;

    margin-bottom: 5px;

}



.feature-title {

    font-family: var(--font-title);

    font-size: 48px;

    font-weight: 400;

    line-height: 1.1;

    margin: 0 0 20px 0;

    color: var(--color-primary-dark);

}



.feature-title em {

    color: var( --color-primary);

    font-style: italic;

}



.feature-text {

    font-family: var(  --font-utility);

    font-size: 16px;

    line-height: 1.6;

    color: #555;

    margin-bottom: 30px;

}



.feature-button {

    background-color:#d1a650;

    color: #fff;

    padding: 12px 25px;

    text-decoration: none;

    border-radius: 4px;

    font-size: 16px;

    font-weight: 600;

    max-width: 150px;

    text-align: center;

    border: none;

    cursor: pointer;

    transition: background-color 0.2s;

    margin-top: auto; 

}



.feature-button:hover {

    background-color: #d1a650;

}







@media (max-width: 900px) {

    .feature-card {

        grid-template-columns: 1fr;

        gap: 20px;

        padding: 25px;

    }



    .feature-image-wrapper {

        height: 300px; 

    }



    .feature-title {

        font-size: 38px;

    }



    .feature-button {

        max-width: 100%;

    }

}



.testimonials-section {

    max-width: 1100px;

    margin: 0 auto;

    position: relative;

    margin-bottom: 50px;

    margin-top: 50px;

   

}



/* CARD SAME HEIGHT */

.testimonial-card {

    background-color: var(--color-primary);

    color: white;

    border-radius: 12px;

    padding: 20px;

  

    display: flex;

    flex-direction: column;

    justify-content: space-between;

  

}



/* .card-text-box {

    overflow-y: auto;

    padding-right: 10px;

    flex: 1;

    

    

} */

.card-text-box {

    overflow-y: auto;       

    padding: 10px;          

    max-height: 300px;      

    min-height: 300px;      

    flex: 1;                

}







.card-text-box::-webkit-scrollbar {

    width: 6px;

}



.card-text-box::-webkit-scrollbar-thumb {

    background: var(--color-accent);

    border-radius: 10px;

}



.card-stars {

    color: var(--color-accent);

    font-size: 30px;

    margin-bottom: 10px;

}



/* .card-text {

    font-size: 11px;

    line-height: 1.6;

   font-family: var(  --font-utility);

    margin: 0;

} */

.card-text {font-size: 12px;font-family: var(  --font-utility);margin: 0;letter-spacing:0.4px;}


.card-footer {

    padding-top: 15px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.card-author-details {

    display: flex;

    align-items: center;

}



.card-avatar {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    object-fit: cover;

    margin-right: 15px;

}



.card-author-name {

    font-weight: 600;

    font-size: 16px;

    color: var(--color-accent);

}



.card-author-role {

    font-size: 14px;

    color: var(--color-text-subtle);

}



.quote-mark {

    font-size: 80px;

    color: rgba(255, 255, 255, 0.4);

}



/* Transparent arrow buttons */

.swiper-button-next,

.swiper-button-prev {

    width: 45px;

    height: 45px;

    background: rgba(255,255,255,0.3);

    border-radius: 10px;

    backdrop-filter: blur(5px);

}



.swiper-button-next:after,

.swiper-button-prev:after {

    font-size: 18px;

    color: black;

    font-weight: bold;

}



/* Hide arrows on mobile */

@media (max-width: 1000px) {

    .swiper-button-prev,

    .swiper-button-next {

        display: none;

    }



    .swiper {

        padding: 0 10px;

    }

}



        .package-list {

            display: flex;

            flex-wrap: wrap;

            gap: 30px;

            justify-content: center;

            max-width: 1200px;

            margin: 0 auto;

            margin-top: 50px;

            margin-bottom: 50px;

        }



      

        .package-card {

            flex: 1 1 300px;

            max-width: 380px;

            position: relative; 

            border-radius: 10px;

            overflow: hidden;

      

        }



        .package-image-container {

            position: relative;

            width: 100%;

            

            height: 350px; 

            overflow: hidden;

        }



        .package-image {

                border-radius: 4px ;

            width: 100%;

            height: 80%;

            object-fit: cover;

            display: block;

        }



        .discount-badge {

            position: absolute;

            top: 20px;

            right: 5px;

            background-color: #D9A441;

            color: #fff;

            padding: 8px 15px;

            border-radius: 6px ;

            font-size: 14px;

            font-weight: bold;

            letter-spacing: 0.5px;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

        }



      

        .package-content {

             font-family: var(  --font-utility);

            position: absolute;

            bottom: 0;

            left: 15px;

            right: 15px;

            background-color: #F1F4F9;

            border-radius: 4px;

            padding: 20px;

            padding-top: 10px;

            margin-top: 120px; 

            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);



          

            transform: translateY(-20px); 

        }



        .package-title {

            font-size: 16px;

            font-weight: 300;

            margin: 0 0 5px 0;

            color: #333;

            font-family: 'Vidaloka', serif;

        }



        .package-details {

            font-size: 14px;

            color: #777;

            margin: 0 0 15px 0;

        }



        .package-details i {

            margin-right: 5px;

            color: #155E62;

        }



      

        .package-rating {

            font-size: 16px;

            margin-bottom: 20px;

            color: #155E62; 

        }



        .star-filled {

            margin-right: -2px;

        }



      

        .content-divider {

            border: none;

            border-top: 1px solid #e0e0e0;

            margin: 15px 0;

        }



      

        .package-footer {

            display: flex;

            justify-content: space-between;

            align-items: center;

            font-size: 16px;

        }



        .package-duration {

            font-weight: 600;

            color: #000;

        }



        .explore-link {

            color: #000;

            text-decoration: none;

            font-weight: 500;

            transition: color 0.2s;

            font-family: 'Vidaloka', serif;

        }



        .explore-link:hover {

            color: #155e62;

        }



        @media (max-width: 1000px) {

            .package-card {

                flex: 1 1 45%;

            }

        }



        @media (max-width: 650px) {

            .package-card {

                flex: 1 1 100%;

                max-width: 100%;

            }

        }

         .blog-container {

            max-width: 1200px;

            margin: 40px auto;

            padding: 0 20px;

            display: flex; 

            gap: 30px;

        }



        .blog-main-content {

            flex: 3; 

            min-width: 0; 

        }



      

        .featured-post {

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

            border-radius: 4px;

            overflow: hidden;

            margin-bottom: 30px;

        }



        .featured-post-image {

            width: 100%;

            height: 450px; 

            object-fit: cover;

            display: block;

        }



        .featured-text-box {

            background-color: #1e5a59; 

            color: #fff;

            padding: 30px;

        }



        .post-meta {

            font-size: 12px;

            margin-bottom: 15px;

            opacity: 1;

        }

        

        .post-meta span:first-child {

            background-color: #D9A441; 

            padding: 5px 10px;

            margin-right: 10px;

            font-weight: bold;

            border-radius: 5px;

        }



        .featured-text-box h2 {

            font-family: 'IBM Plex Sans', sans-serif;

            font-size: 32px;

            max-width: 700px;

            margin: 0 0 15px 0;

            font-weight: 700;

            line-height: 1.2;

        }



        .featured-text-box p {

               font-family: var(  --font-utility);

            font-size: 18px;

            line-height: 1.8;

            opacity: 0.9;

            max-width: 800px;

            letter-spacing: 0.5px;

        }



      

        .posts-grid {

            display: flex;

            flex-wrap: wrap;

            gap: 30px;

            margin-bottom: 30px;

        }



        .post-card {

            flex: 1 1 calc(50% - 15px); 

            background-color: #fff;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

            border-radius: 4px;

            overflow: hidden;

            min-width: 300px;

            cursor: pointer; 

            transition: transform 0.2s;

        }



        .post-card:hover {

            transform: translateY(-5px);

        }



        .post-card-image {

            width: 100%;

            height: 300px; 

            object-fit: cover;

            display: block;

        }



        .post-card-content {

           

            margin-left: auto;

            margin-right: auto;

            position: relative; 

            min-height: 200px; 

            padding-bottom: 50px;

            text-align: left; 

            font-family: "Rubik", sans-serif;

            padding: 15px; 

        }

       
.recent-posts-widget img{
  height:45px;
  margin-top:-50px;
  
}

        .post-card-content h4 {

            font-size: 22px;

            font-family: "Rubik", sans-serif;

            margin: 0 0 10px 0;

            font-weight: 500;

            line-height: 1.3;

            color: #2E3031;

        }



        .post-card-meta {

            font-size: 12px;

            color: #777;

            margin-bottom: 10px;

        }

        

        .post-card-meta span {

            margin-right: 10px;

        }



        .post-card-content p {

             font-family: var(  --font-utility);

            font-size: 14px;

            line-height: 1.5;

            color: #555;

            margin-bottom: 20px;

        }



.read-more-btn {

    display: inline-block;

    background-color: #1e5a59;

    color: #fff;

    padding: 10px 18px;

    text-decoration: none;

    font-size: 12px;

    font-weight: bold;

    border-radius: 1px;

    

    position: absolute; 

    right: 15px ;     

    bottom: 15px ;      

}

        .pagination {

            display: flex;

            justify-content: center;

            align-items: center;

            margin-top: 20px;

        }

        

        .pagination a, .pagination span {

            text-decoration: none;

            color: #555;

            padding: 8px 15px;

            margin: 0 4px;

            border: 1px solid #ddd;

            border-radius: 4px;

            font-size: 14px;

        }

        

        .pagination .current {

            background-color: #1e5a59;

            color: #fff;

            border-color: #1e5a59;

        }

        

        .pagination .next {

            background-color: #f7f7f7;

            font-weight: bold;

        }



       

        .blog-sidebar {

            flex: 1; 
          margin-top:-50px;

        }



        .blog-sidebar-widget {

            background-color: #fff !important;

            padding: 20px;

            margin-bottom: 30px;

            border-radius: 2px;

            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

        }



        .blog-sidebar-widget h3 {

            font-weight: 400;

            font-size: 22px;

            margin-top: 0;

            margin-bottom: 20px;

            padding-bottom: 10px;

            border-bottom: 1px solid #eee;

            color: #000000;

            font-family: 'Rubik', sans-serif;

        }



       .search-widget { 

            padding: 20px; 

            margin-bottom: 30px; 

        }

        .search-widget form { display: flex; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; }

        .search-widget input { border: none; padding: 10px; width: 100%; outline: none; font-size: 14px; }

        .search-widget button { background-color: #1e5a59; color: #fff; border: none; padding: 10px 15px; cursor: pointer; border-radius: 0; }

        

        .categories-widget ul { list-style: none; padding: 0; margin: 0; }

        .categories-widget li { border-bottom: 1px solid #eee; }

        .categories-widget li:last-child { border-bottom: none; }

        .categories-widget a {font-family: 'Rubik', sans-serif; display: block; padding: 15px 0; text-decoration: none; color: #2E3031; font-size: 14px; transition: color 0.2s, padding-left 0.2s; }

        .categories-widget a i { font-size: 12px; margin-right: 10px; color: #999; transition: margin-right 0.2s, color 0.2s; }

        .categories-widget a:hover { color: #1e5a59; padding-left: 5px; }

        .categories-widget a:hover i { color: #1e5a59; margin-right: 15px; }





       

        .post-item { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-bottom: 1px solid #eee; }

        .post-item:last-child { border-bottom: none; }

        .post-info { display: flex; flex-direction: column; flex-grow: 1; padding-right: 15px; }

        .post-info a { font-size: 15px; color: #333; text-decoration: none; font-weight: 500; line-height: 1.4; margin-bottom: 5px; }

        .post-info p { font-size: 12px; color: #777; margin: 0; }

        .post-info p i { margin-right: 5px; color: #777; }

        .post-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }



      

        .tour-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; }

        .tour-item:last-child { border-bottom: none; }

        .tour-info-left { display: flex; flex-direction: column; flex-grow: 1; padding-right: 15px; }

        .tour-info-left p { font-weight: 500; margin: 0; color: #333; font-size: 16px; }

        .tour-rating { margin: 3px 0 3px 0; white-space: nowrap; }

        .tour-rating .fas { font-size: 14px; color: #f7a01d; margin-right: 1px; }

        .tour-rating .far { font-size: 14px; color: #ccc; margin-right: 1px; }

        .old-price { text-decoration: line-through; color: #999; font-size: 13px; margin-right: 5px; font-weight: 400;font-style: italic; }

        .new-price { color: #1e5a59; font-weight: 700; font-size: 16px; }

        .tour-item .tour-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }

        

      

        .tag-list { display: flex; flex-wrap: wrap; gap: 8px; }

        .tag-item { font-family: "Rubik", sans-serif; background-color: #F6F7F9; color: #7E8588; padding: 10px 10px; font-size: 14px; border-radius: 1px; text-decoration: none; transition: background-color 0.2s; }

        .tag-item:hover { background-color: #ddd; }





      

        @media (max-width: 900px) {

            .blog-container {

                flex-direction: column;

            }

            .blog-main-content, .blog-sidebar {

                flex: none;

                width: 100%;

            }

            

        }

        

        @media (max-width: 600px) {

            .posts-grid {

                flex-direction: column;

            }

            .post-card {

                

                flex: 1 1 100%; 

                min-width: unset;

            }

        }

        .destination-title {

    color: #fff;

    font-family: var(--font-title) !important;

    font-size: 48px;

    font-weight: 400;

    text-align: center;

    margin: 0;

   

}

.destination-sub-title{

  color: #D9A441;

    font-family: var(  --font-body);

    font-size: 32px;

    font-weight: 300;

    text-align: center;

    margin: 0;

}

/*single destination page*/

    



.desc-search-bar {

    position: absolute;

    left: 50%;

    bottom: -40px;

    transform: translateX(-50%);

    background: #fff;

    display: flex;

    width: 80%;

    max-width: 800px;

    padding: 30px 20px;

    box-shadow: 0 20px 40px rgba(0,0,0,0.2);

    border-radius: 2px;

    margin-bottom: 50px;

}



.desc-search-item {

    flex: 1;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 0 20px;

}





.desc-search-item:not(:last-child) {

    border-right: 1px solid #e5e5e5;

}





.desc-search-item i {

    font-size: 30px;

    color: #2c6e63;

    margin-top: 6px;

}



.dropdown-wrapper {

    position: relative;

    width: 100%;

}





.dropdown-wrapper select {

    border: none;

    outline: none;

    background: none;

    font-size: 18px;

    font-weight: 500;

    color: #333;

    width: 100%;

    appearance: none;

    cursor: pointer;

    margin-bottom: 5px;

}



.dropdown-wrapper p {

    font-size: 14px;

    color: #777;

}



.dropdown-text {

    font-size: 18px;

    font-weight: 500;

    color: #333;

    margin-top: 10px;

}





.dropdown-wrapper::after {

    content: "\f078";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    color: #999;

    pointer-events: none;

}





.dropdown-wrapper:hover select {

    color: #2c6e63;

}



@media (max-width: 900px) {

    .desc-search-bar {

        flex-direction: column;

        width: 90%;

        bottom: -180px;

    }



    .desc-search-item {

        padding: 15px 0;

    }



    .desc-search-item:not(:last-child) {

        border-right: none;

        border-bottom: 1px solid #e5e5e5;

    }



    .hero-title {
letter-spacing:1px;
        font-size: 34px;

    }

    .subtitle-destination{

        margin-top: 150px !important;

    }

}

.africa-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 15px;

     line-height: 1.4;

    

      letter-spacing: 0.5px;

}





.africa-intro-section {
margin-top:30px !important;
    padding: 80px 0 40px;

}





.africa-intro-grid {

    display: flex;

    gap: 40px;

    flex-wrap: wrap;

}





.africa-image-column {

    flex: 1;

    min-width: 300px;

}



.africa-main-image-card {

    border-radius: 8px;

    overflow: hidden;

    box-shadow:  0 5px 20px rgba(0, 0, 0, 0.08);

    margin-bottom: 20px;

}



.africa-main-image-card img {

    width: 100%;

    height: auto;

    object-fit: cover;

    /* aspect-ratio: 16 / 15; */

}



.africa-small-image-row {

    display: flex;

    gap: 20px;

    flex-wrap: wrap;

}



.africa-small-image-card {

    flex: 1;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:  0 5px 20px rgba(0, 0, 0, 0.08);

}



.africa-small-image-card img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



/* Content Column */

.africa-content-column {

    flex: 1.2;

    min-width: 400px;

}



.africa-content-column h1 {

    

    font-size: 38px;

    font-weight: 400;

    color: #333;

    margin-bottom: 20px;

}



.africa-content-column h1 em {

    font-style: normal;

    font-weight: 500;

    color: #2c6e63;

}



.africa-content-column h2 {

    font-size: 20px;

    font-weight: 700;

    color: #333;

    margin: 30px 0 15px;

}



.africa-content-column p {

     font-family: var(   --font-title);

    margin-bottom: 15px;

    font-size: 15px;

    color: #626262;

    letter-spacing: 0.5px !important;

}



.africa-content-column ul {

     font-family: var(  --font-title);

    list-style: none;

    padding: 0;

    margin-bottom: 30px;

}



.africa-content-column ul li {
 font-family: var(  --font-title);
    padding-left: 1.5em;

    position: relative;

    margin-bottom: 8px;

    font-size: 15px;

    color: #626262;

}



.africa-content-column ul li::before {

    content: "\2022";

    color: #2c6e63;

    font-weight: bold;

    display: inline-block;

    width: 1em;

    margin-left: -1em;

}



/* Buttons */

.africa-button-group {

    display: flex;
 margin-bottom:10px;
    gap: 15px;

    /* margin-top: 40px; */

    justify-content: center;

    flex-wrap: wrap;

}

.africa-button-our-group{

   display: flex;

    gap: 15px;

    margin-top: 20px;

    justify-content: center;

    flex-wrap: wrap;

    margin-bottom: 50px;

}

.africa-btn {

    padding: 10px 20px;

    font-weight: 500;

    font-size: 16px;

    text-align: center;

    border-radius: 4px;

    transition: background-color 0.3s;

    white-space: nowrap;

    flex: 0 1 auto;

    border: none;

    cursor: pointer;

    text-decoration: none;

}



.africa-btn-accent {

    background-color: #D9A441;

    color: white;

}

.africa-btn-teal{

    background-color: #2c6e63;

    color: white;

}

.africa-btn-accent:hover {

    background-color: #c7953d;

}



.africa-btn-primary {

    background-color: #2c6e63;

    color: white;

}



.africa-btn-primary:hover {

    background-color: #24574d;

}



/* Responsive */

@media (max-width: 992px) {

    .africa-intro-section{

        padding: 20px;

    }

    .africa-intro-grid {

        flex-direction: column;

        gap: 30px;

    }

    .africa-image-column, .africa-content-column {

        min-width: 100%;

    }

    .africa-small-image-row {

        flex-wrap: wrap;

        gap: 15px;

    }

    .africa-small-image-card {

        flex: 1 1 48%;

    }

    .africa-content-column h1 {

        font-size: 34px;

    }

    .africa-button-group {

        margin-top: 30px;

    }

}



@media (max-width: 576px) {

    .africa-small-image-row {

        flex-direction: column;

    }

    .africa-small-image-card {

        flex: 1 1 100%;

    }

    .africa-button-group {

        flex-direction: column;

        gap: 10px;

    }

    .africa-content-column h1 {

        font-size: 28px;

    }

}
/* 
    .dest-feature-section {
background-image: url("https://africawildsafaris.com/wp-content/uploads/2026/01/Image-1.png");
            padding: 10px 0;

            text-align: center;

            line-height: 1.4;

        } */


.dest-feature-section {
    background-image: url("https://africawildsafaris.com/wp-content/uploads/2026/01/Image-1.png");
    background-repeat: no-repeat;
   
    background-position: center calc(50% - 50px);
    background-size: cover;
    padding: 10px 0;

    text-align: center;
    line-height: 1.4;
}

       

        .feature-grid {

            display: flex;

            justify-content: space-between;

            position: relative;

            padding: 30px 0;

            margin-top: 30px;

        }



    

        /* .feature-grid::before {

            content: "";

            position: absolute;

            top: 0;

            left: 50%;

            width: 90%;

            height: 100%;

            transform: translateX(-50%);

            

            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 200"><path fill="none" stroke="%23ddd" stroke-dasharray="10 10" stroke-width="2" d="M0 80 Q250 10 500 80 T1000 80"/></svg>');

            background-repeat: no-repeat;

            background-size: 100% auto;

            z-index: 1; 

            pointer-events: none;

            top: 10px; 

            height: 60px;

        } */





      

        .dest-feature-item {

            flex: 1;

            max-width: 250px;

            padding: 0 15px;

            position: relative;

            z-index: 2; 

        }

        

       

        .dest-feature-item::after {

            content: "";

            position: absolute;

            top: 40px; 

            left: 50%;

            transform: translate(-50%, -50%);

            width: 10px;

            height: 10px;

            background-color: #fff; 

            border: 2px solid #ddd;

            border-radius: 50%;

            z-index: 3;

        }





       

        .dest-feature-icon-box {

            display: flex;

            justify-content: center;

            align-items: center;

            width: 200px;

            height: 150px;

            /* background-color: white; */

            margin: 0 auto 15px;

            border-radius: 50%;

            position: relative; 

            z-index: 4;

        }



        

        .dest-feature-icon-box img,

        .dest-feature-icon-box i {

            font-size: 40px; 

            color:#2c6e63;

            width: 100%;

            height: 120%;

            object-fit: contain;

            

        }

        

        .dest-feature-icon-box .fa-paw {

            font-size: 40px;

            color: #2c6e63;

            padding: 0; 

        }

       

 


        .dest-feature-item p {

            font-size: 14px;

            color: #555;

        }



      

        @media (max-width: 992px) {

            .feature-grid {

                flex-wrap: wrap;

                justify-content: center;

                gap: 40px 20px;

                padding: 0;

            }

            

            .dest-feature-item {

                flex: 1 1 45%; 

                max-width: 45%;

                margin-bottom: 30px;

            }

            

          

            .feature-grid::before,

            .dest-feature-item::after {

                display: none;

            }

        }



        @media (max-width: 576px) {

            .dest-feature-item {

                flex: 1 1 100%; 

                max-width: 100%;

            }

        }

          .dest-container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 15px;

        }

        .sec {

  padding: 60px 80px;

  

  max-width:1200 px; 

}



.wrap-desc {

  display: flex;

  gap: 0;

  align-items: stretch; 

  height: 100%;

}





.left-destination-slider-details {

  flex: 1;

  display: flex;

  align-items: center; 

}



.left-destination-slider-details-inner {

  width: 100%;

  justify-content: center;

  justify-content: center;

}



.left-destination-slider-details h1 {

  font-size: 48px;

  margin-bottom: 20px;

  font-weight: 300 !important;

  margin-left:100px;

}



.left-destination-slider-details h1 span {

  color: #2f7f7a;

  font-style: italic;

   font-weight: 300 !important;

  

}



.left-destination-slider-details p {

  max-width: 520px;

  font-size: 15px;

  line-height: 1.7;

  color: #555;

  margin-bottom: 30px;

   margin-left:100px;

     font-family: var(  --font-utility);

}





.swipe {

  margin-top: 20px;

  max-width: 650px; 

  width: 100%;

  position: relative;

  padding: 0 40px; 

}



.swiper-slide {

  width: auto;

}





.destination-slider-card {

  width: 100%; 

  height: 160px;

  position: relative;

  overflow: hidden;

}



.destination-slider-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}





.ctext {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 10px 8px;

  background-color: rgba(47,127,122,0.8);

  text-align: center;

  color: #fff;

}



.ctext h4 {

  font-size: 13px;

  font-weight: 400;

  letter-spacing: 0.5px;

}















.right-destination-slider-details {

  flex: 1;

}



.right-destination-slider-details img {

  width: 100%;

  height: 100%;

  object-fit: cover;



  min-height: 420px; 

}





@media (max-width: 1024px) {

  .sec {

    padding: 40px 20px; 

    min-height: auto;

  }



 

  .wrap-desc {

    flex-direction: column;

    align-items: flex-start;

  }



 

  .left-destination-slider-details {

    width: 100%;

    align-items: flex-start; 

    padding-bottom: 20px; 

  }

  

  .left-destination-slider-details h1 {

    font-size: 40px;

  }



 

  .swipe {

    max-width: 100%; 

  }



  .right-destination-slider-details {

    width: 100%;

  }



  .right-destination-slider-details img {

    height: 350px; 

    min-height: 350px; 

  }

}





@media (max-width: 480px) {

  .sec {

    padding: 30px 15px;

  }

  

  .left-destination-slider-details h1 {

    font-size: 32px;

    margin-left: 0px !important;

  }

.left-destination-slider-details p{

    margin-left:0px !important;

}

 

  .swipe {

    padding: 0 30px; 

  }

  

 

  .swiper-button-prev {

    left: 5px; 

  }

  

  .swiper-button-next {

    right: 5px; 

  }



  .right-destination-slider-details img {

    height: 250px; 

    min-height: 250px;

  }

}

/*experience page*/



.desc-search-bar {

    position: absolute;

    left: 50%;

    bottom: -40px;

    transform: translateX(-50%);

    background: #fff;

    display: flex;

    width: 80%;

    max-width: 800px;

    padding: 30px 20px;

    box-shadow: 0 20px 40px rgba(0,0,0,0.2);

    border-radius: 2px;

    margin-bottom: 50px;

}





.desc-search-item {

    flex: 1;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 0 20px;

}





.desc-search-item:not(:last-child) {

    border-right: 1px solid #e5e5e5;

}





.desc-search-item i {

    font-size: 30px;

    color: #2c6e63;

    margin-top: 6px;

}



.dropdown-wrapper {

    position: relative;

    width: 100%;

}





.dropdown-wrapper select {

   font-family  : var(  --font-utility);

    border: none;

    outline: none;

    background: none;

    font-size: 18px;

    font-weight: 500;

    color: #333;

    width: 100%;

    appearance: none;

    cursor: pointer;

    margin-bottom: 5px;

}





.dropdown-wrapper p {

    font-size: 14px;

    color: #777;

}





.dropdown-text {

    font-size: 18px;

    font-weight: 500;

    color: #333;

    margin-top: 10px;

}





.dropdown-wrapper::after {

    content: "\f078";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    color: #999;

    pointer-events: none;

}



/* Hover effect */

.dropdown-wrapper:hover select {

    color: #2c6e63;

}



/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {

    .desc-search-bar {

        flex-direction: column;

        width: 90%;

        bottom: -180px;

    }



    .desc-search-item {

        padding: 15px 0;

    }



    .desc-search-item:not(:last-child) {

        border-right: none;

        border-bottom: 1px solid #e5e5e5;

    }



    .hero-title {

        font-size: 34px;

    }

    .subtitle-destination{

        margin-top: 150px !important;

    }

}

.africa-container {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 15px;

     line-height: 1.4;

    

      letter-spacing: 0.5px;

}





.africa-intro-section {

    padding: 5px 0 40px;

}



/* Grid */

.africa-intro-grid {

    display: flex;

    gap: 40px;

    flex-wrap: wrap;

}



/* Image Column */

.africa-image-column {

    flex: 1;

    min-width: 300px;

}



.africa-main-image-card {

    border-radius: 8px;

    overflow: hidden;

    box-shadow:  0 5px 20px rgba(0, 0, 0, 0.08);

    margin-bottom: 20px;

}



.africa-main-image-card img {

    width: 100%;

    height: auto;

    object-fit: cover;

    /* aspect-ratio: 16 / 15; */

}



.africa-small-image-row {

    display: flex;

    gap: 20px;

    flex-wrap: wrap;

}



.africa-small-image-card {

    flex: 1;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:  0 5px 20px rgba(0, 0, 0, 0.08);

}



.africa-small-image-card img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



/* Content Column */

.africa-content-column {

    flex: 1.2;

    min-width: 400px;

}



.africa-content-column h1 {


font-family: 'IBM Plex Serif', serif;
    font-size: 38px;

    font-weight: 400;

    color: #333;

    margin-bottom: 20px;

}



.africa-content-column h1 em {
font-family: 'IBM Plex Serif', serif;
    font-style: normal;

    font-weight: 500;

    color: #2c6e63;

}



.africa-content-column h2 {

    font-size: 20px;

    font-weight: 700;

    color: #333;

    margin: 30px 0 15px;

}



.africa-content-column p {

    margin-bottom: 15px;

    font-size: 15px;

    color: #626262;

      font-family: var(  --font-utility);

}



.africa-content-column ul {

    list-style: none;

    padding: 0;

    margin-bottom: 30px;

      font-family: var(  --font-utility);

}



.africa-content-column ul li {

     font-family: var(  --font-utility);

    padding-left: 1.5em;

    position: relative;

    margin-bottom: 8px;

    font-size: 15px;

    color: #626262;

}



.africa-content-column ul li::before {

    content: "\2022";

    color: #2c6e63;

    font-weight: bold;

    display: inline-block;

    width: 1em;

    margin-left: -1em;

}



/* Buttons */

.africa-button-group {

    display: flex;

    gap: 15px;

    /* margin-top: 40px; */

    justify-content: center;

    flex-wrap: wrap;

}



.africa-btn {

    padding: 10px 20px;

    font-weight: 500;

    font-size: 16px;

    text-align: center;

    border-radius: 4px;

    transition: background-color 0.3s;

    white-space: nowrap;

    flex: 0 1 auto;

    border: none;

    cursor: pointer;

    text-decoration: none;

}



.africa-btn-accent {
/* margin-top:-30px; */
    background-color: #D9A441;
 margin-bottom:20px !important;
    color: white;

}



.africa-btn-accent:hover {

    background-color: #c7953d;

}



.africa-btn-primary {

    background-color: #2c6e63;

    color: white;

}



.africa-btn-primary:hover {

    background-color: #24574d;

}



/* Responsive */

@media (max-width: 992px) {

    .africa-intro-section{

        padding: 20px;

    }

    .africa-intro-grid {

        flex-direction: column;

        gap: 30px;

    }

    .africa-image-column, .africa-content-column {

        min-width: 100%;

    }

    .africa-small-image-row {

        flex-wrap: wrap;

        gap: 15px;

    }

    .africa-small-image-card {

        flex: 1 1 48%;

    }

    .africa-content-column h1 {

        font-size: 34px;

    }

    .africa-button-group {

        margin-top: 30px;

    }

}



@media (max-width: 576px) {

    .africa-small-image-row {

        flex-direction: column;

    }

    .africa-small-image-card {

        flex: 1 1 100%;

    }

    .africa-button-group {

        flex-direction: column;

        gap: 10px;

    }

    .africa-content-column h1 {

        font-size: 28px;

    }

}

    .dest-feature-section {

            padding: 10px 0;

            text-align: center;

            line-height: 1.4;

        }



       

        .feature-grid {

            display: flex;

            justify-content: space-between;

            position: relative;

            padding: 30px 0;

            margin-top: 30px;

        }



    
/* 
        .feature-grid::before {

            content: "";

            position: absolute;

            top: 0;

            left: 50%;

            width: 90%;

            height: 100%;

            transform: translateX(-50%);

            

            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 200"><path fill="none" stroke="%23ddd" stroke-dasharray="10 10" stroke-width="2" d="M0 80 Q250 10 500 80 T1000 80"/></svg>');

            background-repeat: no-repeat;

            background-size: 100% auto;

            z-index: 1; 

            pointer-events: none;

            top: 10px; 

            height: 60px;

        } */





      

        .dest-feature-item {

            flex: 1;

            max-width: 250px;

            padding: 0 15px;

            position: relative;

            z-index: 2; 

        }

        

       

        .dest-feature-item::after {

            content: "";

            position: absolute;

            top: 40px; 

            left: 50%;

            transform: translate(-50%, -50%);

            width: 10px;

            height: 10px;

            background-color: #fff; 

            border: 2px solid #ddd;

            border-radius: 50%;

            z-index: 3;

        }





       

        .dest-feature-icon-box {

            display: flex;

            justify-content: center;

            align-items: center;

            width: 200px;

            height: 150px;

            /* background-color: white;  */

            margin: 0 auto 15px;

            border-radius: 50%;

            position: relative; 

            z-index: 4;

        }



        

        .dest-feature-icon-box img,

        .dest-feature-icon-box i {

            font-size: 40px; 

            color:#2c6e63;

            width: 100%;

            height: 120%;

            object-fit: contain;

            

        }

        

        .dest-feature-icon-box .fa-paw {

            font-size: 40px;

            color: #2c6e63;

            padding: 0; 

        }

       

        .dest-feature-item h3 {
font-family:  'IBM Plex Serif', serif;;
            font-size: 22px;

            font-weight: 500;

            color: #000;

            margin-bottom: 10px;

            text-transform: capitalize;

        }



        .dest-feature-item p {

            font-size: 14px;

            color: #555;

        }



      

        @media (max-width: 992px) {

            .feature-grid {

                flex-wrap: wrap;

                justify-content: center;

                gap: 40px 20px;

                padding: 0;

            }

            

            .dest-feature-item {

                flex: 1 1 45%; 

                max-width: 45%;

                margin-bottom: 30px;

            }

            

          

            .feature-grid::before,

            .dest-feature-item::after {

                display: none;

            }

        }



        @media (max-width: 576px) {

            .dest-feature-item {

                flex: 1 1 100%; 

                max-width: 100%;

            }

        }

          .dest-container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 15px;

        }

                /* .sec {

  padding: 60px 80px;

  

  max-width:1200 px; 

} */
  .sec {
  padding: 60px 80px;
  max-width: 1500px;
  margin: 0 auto;   
}


.wrap-desc {

  display: flex;

  gap: 0;

  align-items: stretch; 

  height: 100%;

    font-family : var(  --font-utility);

}





.left-destination-slider-details {

  flex: 1;

  display: flex;

  align-items: center; 

}



.left-destination-slider-details-inner {

  width: 100%;

  justify-content: center;

  justify-content: center;

}



.left-destination-slider-details h1 {

  font-size: 48px;

  margin-bottom: 20px;

  font-weight: 300 !important;

  margin-left:100px;

  font-family:  'IBM Plex Serif', serif;;
}



.left-destination-slider-details h1 span {
 font-family:  'IBM Plex Serif', serif;;
  color: #2f7f7a;

  font-style: italic;

   font-weight: 300 !important;

  

}



.left-destination-slider-details p {

  max-width: 520px;

  font-size: 15px;

  line-height: 1.7;

  color: #555;

  margin-bottom: 30px;

   margin-left:100px;

     font-family : var(--font-utility);

}





.swipe {

  margin-top: 20px;

  max-width: 650px; 

  width: 100%;

  position: relative;

  padding: 0 40px; 

}



.swiper-slide {

  width: auto;

}





.destination-slider-card {

  width: 100%; 

  height: 160px;

  position: relative;

  overflow: hidden;

}



.destination-slider-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}





.ctext {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 10px 8px;

  background-color: rgba(47,127,122,0.8);

  text-align: center;

  color: #fff;

}



.ctext h4 {

  font-size: 13px;

  font-weight: 400;

  letter-spacing: 0.5px;

}















.right-destination-slider-details {

  flex: 1;

   font-family: var(  --font-utility);

}



.right-destination-slider-details img {

  width: 100%;

  height: 100%;

  object-fit: cover;



  min-height: 420px; 

}





@media (max-width: 1024px) {

  .sec {

    padding: 40px 20px; 

    min-height: auto;

  }



 

  .wrap-desc {

    flex-direction: column;

    align-items: flex-start;

  }



 

  .left-destination-slider-details {

    width: 100%;

    align-items: flex-start; 

    padding-bottom: 20px; 

  }

  

  .left-destination-slider-details h1 {

    font-size: 40px;

  }



 

  .swipe {

    max-width: 100%; 

  }



  .right-destination-slider-details {

    width: 100%;

  }



  .right-destination-slider-details img {

    height: 350px; 

    min-height: 350px; 

  }

}





@media (max-width: 480px) {

  .sec {

    padding: 30px 15px;

  }

  

  .left-destination-slider-details h1 {

    font-size: 32px;

    margin-left: 0px !important;

  }

.left-destination-slider-details p{

    margin-left:0px !important;

}

 

  .swipe {

    padding: 0 30px; 

  }

  

 

  .swiper-button-prev {

    left: 5px; 

  }

  

  .swiper-button-next {

    right: 5px; 

  }



  .right-destination-slider-details img {

    height: 250px; 

    min-height: 250px;

  }

}

/*multi destination page*/

 .safari-dest-hero-section {

            max-width: 1200px;

            margin: 0 auto;

            display: flex;

            flex-direction: row;

            gap: 60px;

            align-items: flex-start;

            padding: 50px 0px;

        }



        

        .safari-dest-media-holder {

            flex: 1;

            min-width: 45%;

            position: relative;

            aspect-ratio: 4 / 5; 

            background: #000;

            border-radius: 8px;

            overflow: hidden;

            box-shadow: 0 20px 40px rgba(0,0,0,0.1);

             margin-top: 20px;

        }



        .safari-dest-media-holder iframe {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            border: none;

           

        }



        

        .safari-dest-text-content {

            flex: 1.2;

            display: flex;

            flex-direction: column;

            padding-top: 20px;

             font-family: var(  --font-utility);

        }



        .safari-dest-main-heading {

           

            font-size: 50px;

            line-height: 1.1;

            margin-bottom: 25px;

            color: #1a1a1a;

            font-weight: 400;

       font-family: var( --font-heading) !important ;

        }



        .safari-dest-main-heading span { 

            font-style: italic ; 

            color: #0d5c63; 

            font-weight: 400; 

            font-size: 50px;

            font-family: var( --font-heading) !important ;

               

        }



        .safari-dest-lead-para {

            font-size: 16px;

            color: #555;

            margin-bottom: 45px;

            border-left: 3px solid #0d5c63;

            padding-left: 25px;

            line-height: 2;

            max-width: 600px;

             font-family: var(  --font-utility);

        }



       

        .safari-dest-details-grid {

            display: grid;

            grid-template-columns: 1fr 1.5fr;

            gap: 30px;

            align-items: stretch;

            margin-top:-25px;

        }



      

        .safari-dest-trust-card {

            background-color: #fff;

            padding: 40px 20px;

            text-align: center;

            

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            border-radius: 4px;

        }



        .safari-dest-trust-card a {

            display: block;

            margin-bottom: 12px;

        }



        .safari-dest-trust-card img {

            max-width: 120px;

            height: auto;

        }



        .safari-dest-rating-number {

            font-size: 58px;

            font-weight: 700;

            color: #D9A441;

            line-height: 1;

            margin: 15px 0 5px;

        }



        .safari-dest-star-rating { 

            color:  goldenrod; 

            font-size: 22px; 

            margin-bottom: 12px; 

        }



        .safari-dest-review-stat {

            font-size: 12px;

            color: #999;

            text-transform: uppercase;

            letter-spacing: 1.5px;

            font-weight: 600;

        }



        .safari-dest-cta-link {

            margin-top: 25px;

            background-color: #0d5c63;

            color: white;

            border: none;

            padding: 14px 30px;

            font-size: 13px;

            font-weight: 700;

            cursor: pointer;

            text-transform: uppercase;

            border-radius: 2px;

            transition: 0.3s ease;

        }



        .safari-dest-cta-link:hover {

            background-color: #084349;

            transform: translateY(-2px);

        }



        

        .safari-dest-feature-list {

            display: flex;

            flex-direction: column;

            justify-content: center;

               font-family: var(  --font-utility);

        }



        .safari-dest-feature-row {

            display: flex;

            gap: 20px;

            padding: 25px 0;

        }



        .safari-dest-feature-row:first-child { padding-top: 0; }



        .safari-dest-feature-row + .safari-dest-feature-row {

            border-top: 1px solid #eee;

        }



        .safari-dest-icon-box img {

            width: 35px;

            height: auto;

            opacity: 0.9;

              margin-bottom: 12px;

        }



        .safari-dest-feature-title {

            font-size: 20px;

            font-weight: 700;

            margin-bottom:12px;

            color: #1a1a1a;

            font-family: var(--font-body);

        }



        .safari-dest-feature-desc {

            font-size: 15px;

            color: #777;

            line-height: 1.8;

             font-family: var(  --font-utility);

        }



    



        @media (max-width: 1100px) {

            body{

                padding:0px !important;

            }

            .safari-dest-hero-section {

                flex-direction: column;

                gap: 50px;

            }



            .safari-dest-media-holder {

                width: 100%;

                aspect-ratio: 16 / 9; 

            }



            .safari-dest-text-content {

                width: 100%;

                padding-top: 0;

            }

        }



        @media (max-width: 768px) {

          

              .safari-dest-hero-section{
                  padding:0px 15px;  
                margin-top:150px;

            }

                        .package-list{
               padding:0px 10px;
}


            .safari-dest-details-grid {
                  padding:0px 25px;  
                grid-template-columns: 1fr; 

            }



            .safari-dest-main-heading {

                font-size: 48px;

            }

        }



        @media (max-width: 480px) {

            body { padding: 30px 15px; }

            .safari-dest-main-heading { font-size: 38px; }

            .safari-dest-feature-row { flex-direction: column; gap: 10px; }

            .safari-dest-lead-para { padding-left: 15px; }

        }

/*our story page*/

         .our-story-container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 40px 20px;

            line-height: 1.6;

        }



        .our-story-wrapper {

            display: flex;

            align-items: center;

            gap: 40px;

        }



       

        .our-story-wrapper.our-story-reverse {

            flex-direction: row-reverse;

        }



        .our-story-text, 

        .our-story-text-dark, 

        .our-story-image {

            flex: 1;

        }



       

        .our-story-title em {

            

            font-weight: 500;

            font-style: italic;

                    

        }

    

        .our-story-title  {

            display: block;

            width: 100%;

            

            max-width: 480px; 

            padding: 12px 25px;

            border-radius: 10px;

            font-size: 17px;

            font-weight: 500;

           

            /* font-family: 'IBM Plex Serif', serif !important; */

            margin-bottom: 30px;

            box-sizing: border-box;

            text-align: left;

            background-color: #F6F6F6;

            color: #252525;          

        }

   

        .our-story-text p {

            margin-bottom: 25px;

            font-family:  'Roboto', sans-serif;

            font-size: 14px;

            color: #626262; 

        }



     

        .our-story-text-dark p {

            margin-bottom: 25px;

            font-family:  'Roboto', sans-serif;

            font-size: 15px;

            color: #e0e0e0;

        }



        

        .our-story-image img {

            width: 100%;

            height: 500px;

            object-fit: cover;

            border-radius: 15px;

            display: block;

            box-shadow: 0 10px 30px rgba(0,0,0,0.1);

        }



       

        .our-story-section-light {

            background-color: #ffffff;

        }



        .our-story-section-dark {

            background-color: #155E62; 

            color: #ffffff;

        }



        

        @media (max-width: 992px) {

            .our-story-title {

                max-width: 100%; 

            }

        }



        @media (max-width: 768px) {

            .our-story-wrapper, 

            .our-story-wrapper.our-story-reverse {

                flex-direction: column-reverse;

                gap: 30px;

            }



            .our-story-container {

                padding: 40px 20px;

            }



            .our-story-image img {

                height: 350px;

            }

        }

        .our-story-gallery-section {

            padding: 60px 0;

            background-color: #ffffff;

                /* max-width: 1200px; */

            margin: 0 auto;

            padding: 20px 20px;

            line-height: 1.6;

        }



        .our-story-swiper-container {

            width: 100%;

            padding: 20px 0 50px 0;

            margin-left: auto;

            margin-right: auto;

            position: relative;

            overflow: hidden;

            list-style: none;

            z-index: 1;

        }



        .our-story-swiper-wrapper {

            position: relative;

            width: 100%;

            height: 100%;

            z-index: 1;

            display: flex;

            transition-property: transform;

            box-sizing: content-box;

        }



        .our-story-swiper-slide {

            flex-shrink: 0;

            width: auto;

            position: relative;

            transition-property: transform;

        }



        .our-story-swiper-slide img {

            width: 280px;

            height: 200px;

            object-fit: cover;

            border-radius: 2px;

            display: block;

        }



       

        .our-story-swiper-pagination {

            position: absolute;

            text-align: center;

            transition: .3s opacity;

            transform: translate3d(0,0,0);

            z-index: 10;

            bottom: 10px;

            width: 100%;

        }



       

        @media (max-width: 992px) {

            .our-story-title { max-width: 100%; }

            .our-story-wrapper { gap: 30px; }

        }



        @media (max-width: 768px) {

            .our-story-wrapper, 

            .our-story-wrapper.our-story-reverse {

                flex-direction: column-reverse;

            }

            .our-story-image img { height: 350px; }

            .our-story-container { padding: 40px 20px; }

            .our-story-swiper-slide img {

                width: 220px;

                height: 160px;

            }

        }

        /*kenya page*/

         .sh-hero-container {
 height: 90vh;
  min-height: 400px;
  max-height: 650px;
             font-family: 'IBM Plex Serif', serif;

            position: relative;
/* 
            height: 90vh; */

            width: 100%;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            background-repeat: no-repeat;

            background-position: center center;

            background-size: cover;

        }



        .sh-hero-main-content {

            text-align: center;

            color: white;

            font-family: 'IBM Plex Serif', serif;

            z-index: 2;

            padding-bottom: 80px;

        }



        .sh-hero-title {

            font-size: 54px;

            font-weight: 400;

            line-height: 1.1;

            margin-bottom: 10px;

        }



        .sh-hero-title em {

            display: block;

            font-style: italic;

            font-weight: 400; /* Made slightly bolder for the IBM Plex look */

            font-size: 54px;

            margin-top: 10px;

        }



        .sh-cta-wrapper {

            margin-top: 35px;

        }



        .sh-btn-expert {

            background-color: #D9A441; 

            color: white;

            padding: 16px 40px;

            border-radius: 30px;

            text-decoration: none;

            font-family: 'IBM Plex Sans', serif !important; /* Consistent font */

            font-size: 17px;

            font-weight: 500;

            transition: all 0.3s ease;

            display: inline-block;

        }



        .sh-btn-expert:hover {

            transform: translateY(-3px);

            box-shadow: 0 5px 15px rgba(0,0,0,0.3);

            background-color: #c49642;

        }



        /* Unique Bottom Navigation */

        .sh-bottom-navbar {

            position: absolute;

            bottom: 0;

            width: 100%;

            background-color: #0b4d4d; 

            padding: 20px 0;

        }



        .sh-nav-list {

            display: flex;

            justify-content: center;

            align-items: center;

            list-style: none;

            max-width: 1100px;

            margin: 0 auto;

        }



        .sh-nav-item {

            position: relative;

            padding: 0 35px;

        }



        .sh-nav-item:not(:last-child)::after {

            content: "";

            position: absolute;

            right: 0;

            top: 50%;

            transform: translateY(-50%);

            height: 18px;

            width: 1px;

            background-color: rgba(255, 255, 255, 0.3);

        }



        .sh-nav-link {

            color: white;

            text-decoration: none;

            font-family: 'IBM Plex Sans', serif;

            font-size: 14px;

            font-weight: 400;

            letter-spacing: 0.5px;

        }



       

        .sh-journey-wrapper {

            padding: 20px 20px;

            text-align: center;

            background-color: #fff;

        }



        .sh-destination-heading {

            font-family: 'IBM Plex Serif', serif;

            font-size: clamp(28px, 4vw, 48px);

            color: #333;

            font-weight: 400;

            padding: 20px 0;

        }



        .sh-destination-heading em {

            font-style: italic;

            color: #0b4d4d; 

        }



        

        @media (max-width: 768px) {

            .sh-nav-list {

                flex-wrap: wrap;

                padding: 0 10px;

            }

            .sh-nav-item {

                padding: 8px 15px;

            }

            .sh-nav-item:not(:last-child)::after {

                display: none;

            }

            .sh-hero-title em {

                display: inline;

            }

        }

         .sh-content-container {

            max-width: 1200px;

            margin: 0px auto;

            padding: 0 24px;

            line-height: 1.6;

            margin-bottom: 30px;

        }



        .sh-section-row {

            display: grid;

            grid-template-columns: 1fr 1.4fr;

            gap: 50px;

            align-items: start;

        }



        /* Left side: Map and images */

        .sh-visual-assets img {

            width: 100%;

            border-radius: 24px;

            display: block;

            margin-bottom: 24px;

            object-fit: cover;

        }

        .sh-visual-assets iframe {

            width: 100%;

            border-radius: 24px;

            display: block;

            margin-bottom: 24px;

        }



        /* Right side: Text and mini-gallery */

        .sh-text-body h2 {

            font-size: clamp(28px, 4vw, 40px);

            font-weight: 400;

            line-height: 1.4;

            margin-bottom: 12px;

            color: #333333;
            font-family:  'IBM Plex Serif', serif;

        }



        .sh-text-body h2 em {
 font-family:  'IBM Plex Serif', serif;
            font-style: italic;

            color: #0b4d4d; /* Direct Teal for Emphasis */

        }



        .sh-lead-text {

            display: block;

            font-style: italic;

            color: #666666;

            font-size: 1.1rem;

            margin-bottom: 20px;

        }



        .sh-description {

            font-size: 1rem;

            color: #444444;

            margin-bottom: 24px;

        }



        .sh-image-mini-grid {

            display: grid;

            grid-template-columns: 1fr 1fr;

            gap: 16px;

            margin: 30px 0;

        }



        .sh-image-mini-grid img {

            width: 100%;

            border-radius: 16px;

            height: 200px;

            object-fit: cover;

        }



        .sh-feature-list {

            /* list-style: none; */

            margin-top: 20px;

        }



        .sh-feature-list li {

            margin-bottom: 16px;

            padding-left: 24px;

            position: relative;

            font-size: 15px;

            color: #444444;

        }



        .sh-feature-list li::before {

            content: "•";

            color: #000; /* Direct Gold Bullet Color */

            position: absolute;

            left: 0;

            font-size: 1.2rem;

            line-height: 1;

        }



        /* --- MOBILE RESPONSIVENESS --- */

        @media (max-width: 992px) {

            .sh-section-row {

                grid-template-columns: 1fr;

            }

            .sh-nav-list {

                flex-wrap: wrap;

                gap: 10px;

            }

            .sh-nav-item {

                border-right: none;

                padding: 5px 15px;

            }

            .sh-main-title em {

                display: inline;

            }

        }

          .green-box-section {
margin-bottom:10px;
            background-color: #f4f8f8; 

            padding: 80px 0; 

            width: 100%;

        }



        .sh-container {

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 20px; 

        }



       

        .sh-timing-header {

            display: flex;

            justify-content: space-between;

            align-items: flex-start;

            margin-bottom: 60px;

            gap: 40px;

        }



        .sh-title-area h2 {

            font-family: 'IBM Plex Serif', serif;

            font-size: 42px; 

            font-weight: 400;

            line-height: 1.1;

            color: #313a3a;

        }



        .sh-title-area h2 em {

            display: block;

            color: #2c6e6e;

            font-style: italic;

        }



        .sh-desc-area {

            max-width: 450px;

            padding-top: 10px;

            line-height: 1.6;

            letter-spacing: 0.5px;

        }



        .sh-desc-area p {

            font-size: 15px;

            color: #777;

            margin-bottom: 25px;

        }



        .sh-timing-link {

            color: #333;

            font-weight: 700;

            font-size: 13px;

            text-decoration: none;

            border-bottom: 1.5px solid #333;

            padding-bottom: 4px;

        }



        /* --- GRID & CARDS --- */

        .sh-timing-grid {

            display: grid;

            grid-template-columns: repeat(4, 1fr);

            gap: 25px;

        }



        .sh-card {

            background: #ffffff;

            padding: 45px 30px;

            border-radius: 12px;

            min-height: 300px;

            display: flex;

            flex-direction: column;

            border: 1px solid rgba(0,0,0,0.02);

            box-shadow: 0 4px 20px rgba(0,0,0,0.02);

            transition: transform 0.3s ease;

        }



        .sh-card:hover {

            transform: translateY(-5px);

        }



        .sh-card.teal { 

            background-color: #1a5e5e; 

            color: #ffffff; 

            border: none;

        }

.close-btn-footer{

  color:#000;

  font-size: 45px;

  margin-left: 20px;

}

        .sh-card img {

            width: 48px;

            height: 48px;

            object-fit: contain;

            margin-bottom: 40px;

            display: block;

        }



       

        .sh-card.teal img {

            filter: brightness(0) invert(1);

        }



        .sh-card h3 { 

            font-size: 22px; 

            margin-bottom: 15px; 

            font-weight: 600;

        }

         .sh-card.teap{color: #fff;}

        l

        .sh-card p { 

            font-size: 15px; 

            color: #555;

            margin-bottom: 4px;

        }



       



        .sh-card .sh-sub { 

            margin-top: 10px;

            font-size: 13px;

            opacity: 0.7;

            

        }



     

        @media (max-width: 1100px) {

            .sh-timing-grid { grid-template-columns: repeat(2, 1fr); }

            .sh-timing-header { flex-direction: column; text-align: left; }

        }



        @media (max-width: 600px) {

            .sh-timing-grid { grid-template-columns: 1fr; }

            .sh-title-area h2 { font-size: 32px; }

        }

               .dest-gallery-wrapper {

            display: grid;

            grid-template-columns: repeat(3, 1fr); 

            grid-auto-rows: 350px; 

            gap: 20px;

            max-width: 1200px;

            margin: auto;

        }



        @media (max-width: 992px) {

            .dest-gallery-wrapper { grid-template-columns: repeat(2, 1fr); }

        }



        

        .dest-card {

             font-family:'IBM Plex Sans', sans-serif ;

            position: relative;

            border-radius: 10px;

            overflow: hidden;

            cursor: pointer;

            box-shadow: 0 10px 20px rgba(0,0,0,0.05);

            background: #000;

        }



        .dest-card--large { grid-column: span 2; }



        .dest-card__img {

            width: 100%;

            height: 100%;

            object-fit: cover;

            transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);

            display: block;

        }



        .dest-card__info {

            position: absolute;

            bottom: 0; left: 0; right: 0;

            padding: 25px;

            background: #191a1aa2;

            color: white;

             font-family:'Roboto', sans-serif ;

            transform: translateY(calc(100% - 70px)); 

            transition: transform 0.4s ease;

            max-height: 100%;

            overflow-y: auto;

            scrollbar-width: thin;

            scrollbar-color: rgba(255,255,255,0.3) transparent;

        }



        .dest-card__title {

            margin-bottom: 15px;

            font-size: 1.25rem;

            font-weight: 600;

            line-height: 1.2;

        }



       

        .dest-card__link { display: none; }



        .dest-card__desc {

            font-size: 0.9rem;

            line-height: 1.5;

            opacity: 0; 

            transition: opacity 0.4s ease;

        }



    

        @media (min-width: 601px) {

            .dest-card:hover .dest-card__info {

                transform: translateY(0);

            }

            .dest-card:hover .dest-card__desc {

                opacity: 1;

            }

            .dest-card:hover .dest-card__img {

                transform: scale(1.1);

            }

        }



      

        @media (max-width: 600px) {

            .dest-gallery-wrapper {

                grid-template-columns: 1fr; 

                grid-auto-rows: auto;

                padding: 0px 10px;

            }

          

            .dest-card--large { grid-column: span 1 !important; }



            .dest-card {

                display: flex;

                flex-direction: column;

                overflow: visible;

                background: white;

                height: auto;

            }



            .dest-card__img {

                height: 250px;

                border-radius: 15px;

            }



            .dest-card__info {

                position: static;

                transform: none !important;

                background: #fff;

                color: #333;

                padding: 15px 10px;

                overflow-y: visible;

                font-family: 'Roboto', sans-serif;

            }



            .dest-card__title { color: #1a1a1a; margin-bottom: 10px; }



            .dest-card__link {

                display: inline-block;

                background: #1a1a1a;

                color: #fff;

                padding: 10px 15px;

                border-radius: 5px;

                text-decoration: none;

                font-size: 0.75rem;

                font-weight: 700;

                margin-bottom: 10px;

            }



            .dest-card__desc {

                display: none; 

                opacity: 1;

                margin-top: 10px;

                border-top: 1px solid #eee;

                padding-top: 10px;

            }



           

            .is-open .dest-card__desc {

                display: block;

            }

        }

          

        .conservancy-slider-wrapper {

            max-width: 1200px;

            margin: 0 auto;

            position: relative;

            padding: 20px 0px;

        }



        .conservancy-slider {

            overflow: hidden;

            border-radius: 25px;

        }



        

        .conservancy-slide {

            height: auto;

            display: flex;

            flex-shrink: 0;

            width: 100%;

            position: relative;

            transition-property: transform;

        }



        

        .conservancy-card {

            background: #135354; /* Dark Teal */

            border-radius: 30px;

            overflow: hidden;

            display: flex;

            flex-direction: column;

            width: 100%;

            box-shadow: 0 15px 35px rgba(0,0,0,0.1);

        }



        .conservancy-card-image {

            width: 100%;

            height: 260px;

            object-fit: cover;

        }



        .conservancy-card-body {

            padding: 35px 25px;

            color: #ffffff;

            flex-grow: 1;

            display: flex;

            flex-direction: column;

        }



        .conservancy-card-body h3 {

            margin: 0 0 20px 0;

            font-size: 1.6rem;

            font-weight: 600;

        }



        .conservancy-card-body p {

            margin: 0;

            font-size: 0.95rem;

            line-height: 1.6;

            opacity: 0.95;

            font-weight: 400;

        }



      

        .conservancy-next, 

        .conservancy-prev {

            position: absolute;

            background: #ffffff !important;

            width: 45px !important;

            height: 45px !important;

            border-radius: 50%;

            color: #000000 !important;

            box-shadow: 0 4px 12px rgba(0,0,0,0.12);

            top: 50%;

            transform: translateY(-50%);

            z-index: 10;

            cursor: pointer;

            display: flex;

            align-items: center;

            justify-content: center;

        }



        .conservancy-prev { left: -50px !important; }

        .conservancy-next { right: -50px !important; }



        .conservancy-next::after, 

        .conservancy-prev::after {

            font-family: swiper-icons;

            font-size: 1.1rem !important;

            font-weight: 900;

        }

        .conservancy-prev::after { content: 'prev'; }

        .conservancy-next::after { content: 'next'; }



        

        .conservancy-pagination {

            position: absolute;

            text-align: center;

            transition: .3s opacity;

            transform: translate3d(0,0,0);

            z-index: 10;

            bottom: -50px !important;

        }



        .conservancy-pagination .swiper-pagination-bullet-active {

            background: #135354 !important;

            opacity: 1;

        }



        @media (max-width: 768px) {

            .conservancy-slider-wrapper { padding: 0 10px; }

            .conservancy-next, .conservancy-prev { display: none; }

        }

        

        .likipedia-slider-wrapper {

           max-width: 1200px;

            margin: 0 auto;

            position: relative;

            padding: 20px 0px;

        }



        .likipedia-slider {

            overflow: hidden;

            border-radius: 25px;

        }



        .likipedia-slide {

            height: auto;

            display: flex;

            flex-shrink: 0;

            width: 100%;

            position: relative;

            transition-property: transform;

        }



        .likipedia-card {

            background: #135354; /* Dark Teal */

            border-radius: 30px;

            overflow: hidden;

            display: flex;

            flex-direction: column;

            width: 100%;

            box-shadow: 0 15px 35px rgba(0,0,0,0.1);

        }



        .likipedia-card-image {

            width: 100%;

            height: 260px;

            object-fit: cover;

        }



        .likipedia-card-body {

            padding: 35px 25px;

            color: #ffffff;

            flex-grow: 1;

            display: flex;

            flex-direction: column;

        }



        .likipedia-card-body h3 {

            margin: 0 0 20px 0;

            font-size: 1.6rem;

            font-weight: 600;

        }



        .likipedia-card-body p {

            margin: 0;

            font-size: 0.95rem;

            line-height: 1.6;

            opacity: 0.95;

            font-weight: 400;

        }



        .likipedia-next, 

        .likipedia-prev {

            position: absolute;

            background: #ffffff !important;

            width: 45px !important;

            height: 45px !important;

            border-radius: 50%;

            color: #000000 !important;

            box-shadow: 0 4px 12px rgba(0,0,0,0.12);

            top: 50%;

            transform: translateY(-50%);

            z-index: 10;

            cursor: pointer;

            display: flex;

            align-items: center;

            justify-content: center;

        }



        .likipedia-prev { left: -50px !important; }

        .likipedia-next { right: -50px !important; }



        .likipedia-next::after, 

        .likipedia-prev::after {

            font-family: swiper-icons;

            font-size: 1.1rem !important;

            font-weight: 900;

        }

        .likipedia-prev::after { content: 'prev'; }

        .likipedia-next::after { content: 'next'; }



        .likipedia-pagination {

            position: absolute;

            text-align: center;

            transition: .3s opacity;

            transform: translate3d(0,0,0);

            z-index: 10;

            bottom: -50px !important;

        }



        .likipedia-pagination .swiper-pagination-bullet-active {

            background: #135354 !important;

            opacity: 1;

        }



        @media (max-width: 768px) {

            .likipedia-slider-wrapper { padding: 0 10px; }

            .likipedia-next, .likipedia-prev { display: none; }

        }

     .journey-review-wrapper-para-new {

    max-width: 800px;      

    margin: 0 auto !important;        

    padding: 30px !important;

    text-align: center !important;    

    display: flex !important;

    font-size: 14px !important;

    flex-direction: column !important;

    justify-content: center !important;

    align-items: center !important;

    line-height: 1.5;

}

    .likipedia-amenities-container {

            display: grid;

            grid-template-columns: repeat(6, 1fr); 

            gap: 15px;

            max-width: 1200px;

            margin: 0px auto;

            padding: 0 20px;

        }



        .likipedia-amenity-card {

            background: #ffffff;

            border: 1px solid #e0e0e0;

            padding: 30px 15px;

            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            text-align: center;

            min-height: 150px;

            transition: transform 0.3s ease;

        }



        .likipedia-amenity-card:hover {

            transform: translateY(-5px);

            box-shadow: 0 10px 20px rgba(0,0,0,0.05);

        }



        .likipedia-amenity-card img {

            width: 65px;

            height: auto;

            margin-bottom: 20px;

        }
.dest-card__desc ul li { 
 list-style: circle !important;
}

  
.dest-card__desc h4{
  font-size: 17px !important;
  font-weight:800px;
  margin-bottom:5px;
  font-style:initial;
}

        .likipedia-amenity-card p {

            color: #000;

            font-size: 1rem;

            font-weight: 700;

            line-height: 1.3;

            margin: 0;

        }



       

        .journey-review-wrapper-para {

            max-width: 800px;

            margin: 80px auto;

            padding: 20px;

            text-align: center;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }



        .journey-review-wrapper-para h2 {

            color: #135354;

            font-size: 2.2rem;

            margin-bottom: 15px;

        }



        .journey-review-wrapper-para p {

            font-size: 1.1rem;

            line-height: 1.8;

            color: #555;

        }



    

        .likipedia-slider-wrapper {

            max-width: 1250px;

            margin: 60px auto 100px;

            position: relative;

            padding: 0 60px;

        }



        .likipedia-slider {

            overflow: hidden;

            border-radius: 25px;

        }



        .likipedia-slide {

            height: auto;

            display: flex;

        }



        .likipedia-card {

            background: #135354;

            border-radius: 30px;

            overflow: hidden;

            display: flex;

            flex-direction: column;

            width: 100%;

            box-shadow: 0 15px 35px rgba(0,0,0,0.1);

        }



        .likipedia-card-image {

            width: 100%;

            height: 260px;

            object-fit: cover;

        }



        .likipedia-card-body {

            padding: 35px 25px;

            color: #ffffff;

            flex-grow: 1;

        }



        .likipedia-card-body h3 {

            margin: 0 0 15px 0;

            font-size: 1.5rem;

        }



        .likipedia-card-body p {

            margin: 0;

            font-size: 0.95rem;

            line-height: 1.6;

            opacity: 0.9;

        }



        

        .likipedia-next, .likipedia-prev {

            position: absolute;

            background: #ffffff !important;

            width: 45px !important;

            height: 45px !important;

            border-radius: 50%;

            color: #000 !important;

            box-shadow: 0 4px 12px rgba(0,0,0,0.1);

            top: 50%;

            transform: translateY(-50%);

            z-index: 10;

            cursor: pointer;

            display: flex;

            align-items: center;

            justify-content: center;

        }



        .likipedia-prev { left: 0px !important; }

        .likipedia-next { right: 0px !important; }



        .likipedia-next::after, .likipedia-prev::after {

            font-family: swiper-icons;

            font-size: 1.1rem !important;

        }



        .likipedia-pagination {

            position: absolute;

            bottom: -50px !important;

            text-align: center;

            width: 100%;

        }



        .likipedia-pagination .swiper-pagination-bullet-active {

            background: #135354 !important;

        }



       

        @media (max-width: 1024px) {

            .likipedia-amenities-container { grid-template-columns: repeat(3, 1fr); }

        }



        @media (max-width: 768px) {

            .likipedia-slider-wrapper { padding: 0 10px; }

            .likipedia-next, .likipedia-prev { display: none; }

            .likipedia-amenities-container { grid-template-columns: repeat(2, 1fr); }

        }

         .likipedia-exp-container {

            max-width: 1400px;

            margin: 0 auto;

            position: relative;

            padding: 50px 50px;

        }



        .likipedia-exp-slider {

            overflow: hidden;

            padding-bottom: 60px;

        }



        .likipedia-exp-card {

            position: relative;

            height: 300px;

            display: flex;

            flex-direction: column;

            justify-content: flex-end;

            overflow: hidden;

            border-radius: 4px;

        }



        .likipedia-exp-card img {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            object-fit: cover;

            z-index: 1;

        }



        .likipedia-exp-info-box {

            position: relative;

            z-index: 2;

            background: #ffffff;

            margin: 0 15px 15px 15px;

            padding: 15px 10px;

            text-align: center;

            box-shadow: 0 10px 30px rgba(0,0,0,0.1);

            min-height: 70px;

            display: flex;

            align-items: center;

            justify-content: center;

        }



        .likipedia-exp-info-box h4 {

            margin: 0;

            color: #135354;

            font-size: 0.9rem;

            font-weight: 700;

            line-height: 1.3;

        }



        .likipedia-exp-next,

        .likipedia-exp-prev {

            color: #135354 !important;

            background: #ffffff !important;

            width: 40px !important;

            height: 40px !important;

            border-radius: 50%;

            box-shadow: 0 4px 10px rgba(0,0,0,0.1);

        }



        .likipedia-exp-next::after,

        .likipedia-exp-prev::after {

            font-size: 1rem !important;

            font-weight: bold;

        }



        .likipedia-exp-pagination .swiper-pagination-bullet-active {

            background: #135354 !important;

        }



        @media (max-width: 768px) {

            .likipedia-exp-container { padding: 0 15px; margin-bottom:30px; }

            .likipedia-exp-next,

            .likipedia-exp-prev { display: none; }

        }

                .likipedia-hero {

            position: relative;

            /* height: 80vh; */
 height: 90vh;
  min-height: 400px;
  max-height: 650px;
            display: flex;

            flex-direction: column;

            align-items: center;

            justify-content: center;

            text-align: center;

            color: white;

            padding: 0px;

            overflow: hidden;

        }



        .likipedia-hero img.hero-bg {

            position: absolute;

            inset: 0;

            width: 100%;

            height: 100%;

            object-fit: cover;

            z-index: 1;

        }



        .likipedia-hero-overlay {

            position: absolute;

            inset: 0;

            background: rgba(0, 0, 0, 0.4);

            z-index: 2;

        }



        .likipedia-hero-content {
 

 
            position: relative;

            z-index: 3;

        }



        .likipedia-hero h1 {

           font-family: var(--font-title) !important;

  color: var(--color-text-light);

  font-size: var(--h1-size);

  font-weight: 400;

  line-height: 1.2;

  margin-bottom: 20px;
text-align: center;


        }



        .likipedia-hero h1 em {

            font-style: italic;

            font-family: Georgia, serif;

        }



        .book-btn {

            background: white;

            color: #333;

            padding: 12px 35px;

            border-radius: 50px;

            text-decoration: none;

            font-weight: bold;

            display: inline-block;

        }

.likipedia-hero p{
font-size: 20px;
    margin: 20px 0 30px;
    font-style: italic;
    font-weight: 400;

}

   /*article*/

   



.article-image {

    padding: 0 40px;

}



.article-image img {

    width: 90%;

    height: auto;

    display: block;

    margin: 0 auto;

    object-fit: cover;

}





.blog-content-container {

    max-width: 1200px;

    margin: 20px auto;

    padding: 0 20px;

    display: flex;

    gap: 30px;

}





.main-content {

    margin-top: 50px;

    flex: 0 0 70%;

    background: #fff;

    padding: 35px;

    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.06);

}





.main-content h1 {

    font-size: 2.3rem;

    line-height: 1.3;

    margin-bottom: 15px;

}



.main-content h2 {

    margin-top: 50px;

    font-size: 1.6rem;

}



.main-content h3 {

    margin-top: 35px;

    font-size: 1.25rem;

}



/* Paragraphs */

.main-content p {

    font-size: 1rem;

    line-height: 1.8;

    margin-bottom: 20px;

}





.post-meta {

    font-size: 0.9rem;

    color: #fff;

    margin-bottom: 35px;

    padding-bottom: 15px;

    border-bottom: 1px solid #eee;

}



.post-meta a {

    /* color: #c89b3c; */

    text-decoration: none;

}





.featured-image figcaption {

    background: #2c3e50;

    color: #fff;

    display: inline-block;

    padding: 6px 14px;

    font-size: 0.75rem;

    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 20px;

    border-radius: 4px;

}





.wp-block-image img {

    max-width: 80%;

    height: auto;

    border-radius: 8px;

}





.wp-block-table {

    width: 100%;

    border-collapse: collapse;

    margin: 40px 0;

}



.wp-block-table th,

.wp-block-table td {

    padding: 14px;

    border: 1px solid #eee;

}



.wp-block-table th {

    background: #f4f4f4;

    font-weight: 600;

}





.sidebar {

    flex: 0 0 30%;

}



.search-widget,

.categories-widget,

.latest-posts-widget {

    background: #fff;

    padding: 22px;

    border-radius: 10px;

    margin-bottom: 25px;

    box-shadow: 0 6px 20px rgba(0,0,0,0.05);

}





.latest-post {

    display: flex;

    gap: 14px;

    margin-bottom: 15px;

}



.latest-post img {

    width: 80px;

    height: 60px;

    object-fit: cover;

    border-radius: 6px;

}



.latest-post .post-info a {

    font-size: 0.9rem;

    font-weight: 600;

    color: #333;

    text-decoration: none;

}





.article-navigation {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    margin-top: 60px;

    padding-top: 25px;

    border-top: 2px solid #eee;

}



.article-nav-label {

    font-size: 0.75rem;

    color: #999;

}



.article-navigation a {

    font-weight: 600;

    text-decoration: none;

    color: #222;

}





.sl-related-posts {

    margin-top: 70px;

}



.sl-posts-container {

    display: flex;

    gap: 20px;

    transition: transform 0.4s ease;

}



.sl-post-card {

    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    flex: 0 0 calc(33.333% - 14px);

    box-shadow: 0 6px 20px rgba(0,0,0,0.06);

}



.sl-post-card img {

    width: 100%;

    height: 200px;

    object-fit: cover;

}



.sl-post-content {

    padding: 15px;

}



.sl-post-content h3 {

    font-size: 1rem;

    margin: 10px 0 0;

}





@media (max-width: 992px) {

    .blog-content-container {

        flex-direction: column;

    }



    .main-content,

    .sidebar {

        flex: 100%;

    }



    .sl-post-card {

        flex: 0 0 100%;

    }

}



@media (max-width: 576px) {

    .main-content {

        padding: 22px;

    }



    .main-content h1 {

        font-size: 1.8rem;

    }



    .article-navigation {

        flex-direction: column;

    }

}













.search-widget {

    margin-top:50px;

    background-color: #ffffff;

    border: 1px solid #ddd;

    padding: 8px 15px;

    display: flex;

    margin-bottom: 30px;

}



.search-widget input[type="text"] {

    flex-grow: 1;

    border: none;

    padding: 5px;

    outline: none;

    font-size: 0.9em;

}



.search-widget button {

    background-color: white;

    border: none;

    color: #155e62;

    font-size: 1.2em;

    cursor: pointer;

    padding: 0 5px;

}











@media (max-width: 1024px) {

    

    

    

   

    .search-box {

        max-width: 400px;

    }

}







@media (max-width: 768px) {

    

 

    .blog-content-container {

        flex-direction: column; 

        padding: 20px;

    }



    

    .main-content, .sidebar {

        flex: none; 

        width: 100%;

        padding-top: 0;

    }

    

    

    .featured-image {

        margin: 0 0 20px 0; 

    }

    

    .article-main-section {

        padding: 20px 20px 0; 

        margin-top: 0;

    }

    

   

    .sidebar {

        order: 2; 

    }

    

  

    .topbar, .nav {

        display: none;

    }



    .mobile-header {

        display: flex; 

        justify-content: space-between;

        align-items: center;

        padding: 10px 20px;

        background-color: #fff;

    }

}

    

@media (max-width: 576px) {

    .article-image img {

        margin-top:120px;

    }

}
.adventure-explore-btn {
    display: inline-block;
  
    color: white; 
    text-decoration: none;
    font-size: 12px;
    background: none;
    border: none;   
    padding: 0;       
    cursor: pointer;
    transition: color 0.3s; 
}

.adventure-explore-btn:hover {
    color: black; 
}

.team-view-btn{
  background-color: transparent;
  border:1px solid white;
  border-radius: 4px;
  font-size: 13px;
  color:white;
  padding: 1px 8px;
}
.team-view-btn:hover{
  background-color: transparent;
  border:1px solid black;
  border-radius: 4px;
  font-size: 13px;
   color: black; 
}
.hero-logos {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.hero-logos img {
    height: 70px;   
    width: auto;
}
.hero-logos2 img{
   height: 50px !important;   
    width: auto;
}
