.elementor-7252 .elementor-element.elementor-element-09a341a{--spacer-size:50px;}.elementor-7252 .elementor-element.elementor-element-0f843fa{text-align:center;}.elementor-7252 .elementor-element.elementor-element-e086ce3{--spacer-size:50px;}.elementor-7252 .elementor-element.elementor-element-7894228{text-align:center;}/* Start custom CSS for html, class: .elementor-element-5465fdc */.hero-section {
    position: relative;
    width: 100%;
    height: 130vh; /* Adjust as needed */
    background-image: url('https://andamanstour.in/wp-content/uploads/2025/06/port-blair-destination-in-andaman-scaled.jpg'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px; /* Adjust as needed for breadcrumb */
    box-sizing: border-box;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 0;
}

.navbar-breadcrumb {
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 1200px; /* Adjust as needed */
    text-align: left;
    margin-bottom: 20px;
    top: 40px;
}

.navbar-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
}

.navbar-breadcrumb a:hover {
    text-decoration: underline;
}

.hero-content {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px; /* Adjust as needed */
    margin-top: auto; /* Pushes content down towards bottom */
    margin-bottom: 50px; /* Space from the bottom */
}

.text-content {
    flex: 1;
    max-width: 50%; /* Adjust as needed */
    padding-right: 40px;
}

.text-content h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
    line-height: 1.2;
    color:#fff;
}

.text-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color:#fff;
}

.image-slider-container {
    background-color: rgba(0, 0, 0, 0.5); /* Slightly transparent background for the slider part */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-slider-image {
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    height: 300px; /* Fixed height for the main image */
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.main-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area without distortion */
    display: block;
}

.thumbnail-slider {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.thumbnail-slider img {
    width: 100px; /* Fixed width for thumbnails */
    height: 70px; /* Fixed height for thumbnails */
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.thumbnail-slider img.active {
    border-color: #007bff; /* Highlight active thumbnail */
}

.thumbnail-slider img:hover {
    border-color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .text-content {
        max-width: 80%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .text-content h1 {
        font-size: 2.8em;
    }

    .text-content p {
        font-size: 1em;
    }

    .image-slider-container {
        width: 90%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .text-content h1 {
        font-size: 2.2em;
    }

    .main-slider-image {
        height: 250px;
    }

    .thumbnail-slider img {
        width: 80px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .text-content h1 {
        font-size: 1.8em;
        margin-top: 40px;
    }

    .text-content p {
        font-size: 14px;
    }

    .main-slider-image {
        height: 200px;
    }

    .thumbnail-slider {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .navbar-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 0px;
    margin: 1px;
}

    .thumbnail-slider img {
        width: 60px;
        height: 45px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbf3dcc */.section-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .image-box {
      width: 23%;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .image-box:hover {
      transform: translateY(-5px);
    }

    .image-box img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .content {
      padding: 15px;
    }

    .content h3 {
      font-size: 16px;
      margin: 0 0 8px;
      color: #333;
    }

    .content p {
      font-size: 14px;
      margin: 0 0 10px;
      color: #666;
    }

    .content a {
      text-decoration: none;
      color: #007BFF;
      font-weight: bold;
    }

    .content a:hover {
      text-decoration: underline;
    }

    @media screen and (max-width: 768px) {
      .image-box {
        width: 48%;
      }
    }

    @media screen and (max-width: 480px) {
      .image-box {
        width: 100%;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7476eb0 */.water-activities {
  background: #eef6f9;
  padding: 2rem;
  text-align: center;
}

.water-activities h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #0077aa;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.activity-box {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.activity-box:hover {
  transform: translateY(-6px);
}

.activity-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}

.activity-box h3 {
  margin: 0.8rem 0 0.5rem;
  color: #333;
  font-size: 1.2rem;
}

.activity-box p {
  font-size: 0.95rem;
  color: #666;
}/* End custom CSS */