




body {
            font-family: ;
            margin: 0;
            padding: 0;
            background: url('africa/images/africasafariandtours (1).jpg') no-repeat center center fixed;
            background-size: cover;
            
        }









.main-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 100px;
            text-align: center;
            padding: 20px;
            width: 100%;
        }

        .main-content h1 {
            font-size: 3em;
            color: #ffffff;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        }

        .main-content p {
            font-size: 1.2em;
            color: #e3f2fd;
            margin-bottom: 30px;
        }

        .search-container {
            background-color: #ffffff;
            padding: 20px 30px;
            border-radius: 20px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            max-width: 500px;
            width: 90%;
            position: relative;
        }

        .search-bar {
            display: flex;
            position: relative;
            width: 100%;
        }

        .search-bar input {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #ddd;
            border-radius: 25px;
            font-size: 1em;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .search-bar input:focus {
            border-color: #4facfe;
        }

        .search-bar button {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #4facfe;
            border: none;
            border-radius: 25px;
            color: #ffffff;
            font-size: 1em;
            padding: 10px 2px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .search-bar button:hover {
            background-color: #0078fe;
        }

        .suggestions {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #ffffff;
            border: 1px solid #ddd;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            z-index: 10;
        }

        .suggestions a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            color: #333;
            transition: background-color 0.3s ease;
        }

        .suggestions a:hover {
            background-color: #f0f0f0;
        }


.about-us {
    margin: 20px auto;
    padding: 15px; /* Reduced padding for smaller screens */
    max-width: 90%; /* Full width on smaller screens */
    text-align: center;
    background: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    border-radius: 15px; /* Slightly smaller border-radius for a sleek look */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #333;
}

.about-us h2 {
    font-size: 1.8em; /* Slightly smaller for mobile */
    color: #4facfe;
    margin-bottom: 10px;
}

.about-us p {
    font-size: 1em; /* Adjusted font size for readability on small screens */
    line-height: 1.4;
    color: #555;
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
    .about-us {
        margin: 15px auto;
        padding: 10px;
        max-width: 95%; /* Almost full width on smaller devices */
        border-radius: 10px;
    }

    .about-us h2 {
        font-size: 1.6em;
    }

    .about-us p {
        font-size: 0.9em;
    }
}



.banners {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px auto;
    max-width: 1200px;
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 48%;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blue-banner {
    background: linear-gradient(135deg, #1e90ff, #007bff);
}

.yellow-banner {
    background: linear-gradient(135deg, #ffdd67, #007bff);
}

.banner h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.banner h3 span {
    color: #ffd700; /* Highlighted text color */
}

.banner p {
    font-size: 16px;
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, color 0.3s;
}

.btn:hover {
    background-color: #333;
    color: white;
}


        
            
.country-links .links-container {
    display: flex;               /* Flexbox to align items in one line */
    justify-content: center;     /* Center the links within the container */
    align-items: center;         /* Vertically center the links */
    width: 100%;                 /* Ensure the container takes full width */
    padding: 0;                  /* Remove any padding */
}

.country-links a {
    text-decoration: none;
    color: white;              /* Color of the links */
    font-size: 14px;             /* Smaller font size to reduce space */
    padding: 5px 10px;           /* Smaller padding around the links */
    margin: 0;                    /* Remove all horizontal and vertical margin */
    text-align: center;          /* Center the text inside each link */
    font-weight: bold;           /* Make the country names bold */
}

.country-links a:hover {
    text-decoration: underline;
    color: #0056b3;              /* Hover color */
}

       
        
        }
        
        .login-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff; /* Blue background color */
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #007bff; /* Border color matches the background */
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px; /* Adds some space from other content */
}

.login-btn:hover {
    background-color: #0056b3; /* Darker blue when hovered */
    border-color: #0056b3; /* Adds border color on hover */
}

.login-btn:active {
    background-color: #003366; /* Even darker blue when clicked */
    border-color: #003366;
}

        
        .country-links a {
  display: inline-block;
  transition: transform 0.2s ease;
}

.country-links a:hover {
  transform: scale(1.1);
}

       
       
       
     .country-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 12px;
  max-width: 600px;
  margin: 2rem auto;
  justify-items: center;
}

.country-links a {
  display: block;
  width: 40px;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease;
}

.country-links a:hover {
  transform: scale(1.2);
}

.country-links img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  display: block;
}

/* Optional: Show country name on hover */
.country-links a::after {
  content: attr(title);
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.country-links a:hover::after {
  opacity: 1;
}
  
       
       
       
       
       
       .logo-container {
  text-align: center;
  margin-bottom: 1rem;
  position: static; /* ensures it scrolls with the page */
}

.logo {
  font-size: 25px;
  font-weight: bold;
  color: #e9ba17;
}

.slogan {
  font-size: 12px;
  color: white;
  margin-top: 6px;
  font-style: italic;
  line-height: 1.4;
}


       
       
      /* Default: hidden on mobile */
.desktop-footer-menu {
  display: none;
}

/* Show only on screens wider than 992px (desktop) */
@media (min-width: 992px) {
  .desktop-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  }

  .desktop-footer-menu a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
  }

  .desktop-footer-menu a:hover {
    color: #0077cc;
  }
}
 
       
       
       
       
       




























