/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

h1, h2, h3, p {
    margin: 0;
}

header {
    text-align: center;
    background-color: #004d40;
    color: white;
    padding: 20px;
    position: relative;
}

header .home-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
}

header h1 {
    font-size: 2.5em;
    font-weight: bold;
}

header p {
    font-size: 1.2em;
    margin-top: 10px;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
}

.hero-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-overlay h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.book-now {
    padding: 15px 30px;
    background-color: #ff6f61;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.book-now:hover {
    background-color: #ff3b2f;
}

/* Tour Plan */
.tour-plan {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.tour-plan h2 {
    font-size: 2em;
    color: #004d40;
    margin-bottom: 20px;
    text-align: center;
}

.tour-plan h3 {
    color: #333;
    margin-top: 20px;
}

.tour-plan ul {
    list-style: none;
    padding: 0;
}

.tour-plan ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.tour-plan strong {
    color: #004d40;
}

/* Location Map */
.location-map {
    text-align: center;
    margin: 40px auto;
    max-width: 900px;
}

.map-container {
    width: 100%;
    height: 450px;
    margin-top: 20px;
}

/* Footer */
.footer {
    text-align: center;
    background-color: #004d40;
    color: white;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
}
.map-container {
    position: relative;
    width: 100%;
    height: 450px;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.image-gallery {
    text-align: center;
    margin: 50px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item {
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.learn-more {
    font-size: 16px;
    color: #007BFF;
    text-decoration: none;
    margin-left: 10px;
}

.learn-more:hover {
    text-decoration: underline;
}
.goog-te-gadget-simple {
    background-color: #4285F4;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.goog-te-gadget-simple:hover {
    background-color: #357ae8;
}

.goog-te-gadget-icon {
    display: none; /* Hides the default Google icon */
}

/* Dropdown styling */
.goog-te-combo {
    margin-left: 8px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    color: #4285F4;
    cursor: pointer;
}

/* Adjust mobile display */
@media (max-width: 768px) {
    #google_translate_element {
        right: 50%;
        bottom: 80px;
        transform: translateX(50%);
    }
    .whatsapp-button {
        right: 50%;
        bottom: 20px;
        transform: translateX(50%);
    }
}
.footer {
    background-color: #2b2b2b;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footer-about,
.footer-contact,
.footer-social {
    flex: 1 1 300px;
    margin: 10px;
}

.footer h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #f39c12;
}

.footer p {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
}

.footer-link {
    color: #f39c12;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.social-links a {
    margin: 0 10px;
    font-size: 30px;
    color: #f39c12;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    font-size: 0.9em;
}

.footer-bottom .footer-link {
    margin: 0 5px;
}


#google_translate_element {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1001;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #4285F4;
}

/* Styling the Google Translate Dropdown */
.goog-te-gadget-simple {
    background-color: #4285F4;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.goog-te-gadget-simple:hover {
    background-color: #357ae8;
}

.goog-te-gadget-icon {
    display: none; /* Hides the default Google icon */
}

/* Dropdown styling */
.goog-te-combo {
    margin-left: 8px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    color: #4285F4;
    cursor: pointer;
}

/* Adjust mobile display */
@media (max-width: 768px) {
    #google_translate_element {
        right: 50%;
        bottom: 80px;
        transform: translateX(50%);
    }
    .whatsapp-button {
        right: 50%;
        bottom: 20px;
        transform: translateX(50%);
    }
}

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 1000; /* High z-index to ensure it stays on top */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .whatsapp-button img {
    height: 24px; /* Icon size */
    margin-right: 10px; /* Spacing between icon and text */
  }
  @media (max-width: 768px) {
  .whatsapp-button {
      right: 50%;
      bottom: 20px;
      transform: translateX(50%);
  }
  }
  /* Safari Pricing Section Styles */
.safari-pricing {
    background-color: #f9f9f9;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.safari-pricing h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
    position: relative;
}

.safari-pricing h2::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #27ae60;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
}

.pricing-option {
    background-color: #fff;
    border-left: 6px solid #27ae60;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.pricing-option h3 {
    color: #2980b9;
    margin-bottom: 10px;
}

.pricing-option ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #333;
}

.pricing-option p {
    margin: 5px 0;
    color: #555;
}

.inclusions, .exclusions {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

.inclusions h3, .exclusions h3 {
    color: #16a085;
    margin-bottom: 15px;
}

.inclusions ul, .exclusions ul {
    list-style-type: circle;
    padding-left: 20px;
    color: #444;
}

@media (max-width: 768px) {
    .safari-pricing {
        padding: 20px 10px;
    }

    .pricing-option, .inclusions, .exclusions {
        padding: 20px;
    }

    .safari-pricing h2 {
        font-size: 1.6em;
    }
}

