.elementor-7192 .elementor-element.elementor-element-f1b3d3f .elementor-heading-title{color:#292626;}/* 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-5b40d58 */.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Styling */
.page-header {
    background-color: #0056b3;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-header h1 {
    font-size: 2.8em;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 1.2em;
    opacity: 0.9;
}

/* Content Sections */
.content-section {
    padding: 30px 0;
}

.section-block {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-block h2 {
    color: #0056b3;
    font-size: 2.2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.section-block h3 {
    color: #007bff;
    font-size: 1.6em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.section-block p {
    margin-bottom: 15px;
}

/* Image with Text Layout */
.image-with-text {
    display: flex;
    flex-direction: column; /* Default for smaller screens */
    align-items: center;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.image-with-text img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px; /* Space below image on small screens */
}

@media (min-width: 768px) {
    .image-with-text {
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
    }
    .image-with-text img {
        flex-shrink: 0;
        width: 300px; /* Fixed width for images in this layout */
        height: 200px; /* Fixed height for images */
        object-fit: cover; /* Ensures images fill their space */
        margin-bottom: 0;
    }
}


/* Card Grid for Tourist Places */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.place-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.place-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.place-card img {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.place-card h3 {
    color: #007bff;
    font-size: 1.4em;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}

.place-card p {
    padding: 0 15px 15px;
    font-size: 0.95em;
    color: #555;
}

/* How to Reach Section */
.how-to-reach {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.reach-method {
    flex: 1;
    min-width: 280px;
    background-color: #e9f5ff;
    padding: 20px;
    border-left: 5px solid #007bff;
    border-radius: 5px;
}

.reach-method h3 {
    color: #0056b3;
    margin-top: 0;
}

/* General Information List */
.section-block ul {
    list-style: disc inside;
    padding-left: 20px;
}

.section-block ul li {
    margin-bottom: 10px;
}

/* Footer Styling */
.page-footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

.page-footer p {
    margin: 0;
    font-size: 0.9em;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2em;
    }

    .page-header p {
        font-size: 1em;
    }

    .section-block h2 {
        font-size: 1.8em;
    }

    .section-block h3 {
        font-size: 1.4em;
    }

    .card-grid {
        grid-template-columns: 1fr; /* Stack cards on small screens */
    }

    .how-to-reach {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdb70a5 */h2 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 26px;
      color: #fff;
    }

    .card-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      width: 300px;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .card-content {
      padding: 15px;
    }

    .title {
      font-weight: bold;
      margin: 10px 0 8px;
    }

    .info {
      font-size: 14px;
      color: #555;
      margin-bottom: 10px;
    }

    .rating {
      color: #f39c12;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .price {
      font-size: 18px;
      font-weight: bold;
      color: #2e7d32;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bab384c */.ferry-card {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 30px;
      max-width: 750px;
      margin: 0 auto;
      line-height: 1.6;
      color: #333;
    }

    .ferry-card h2 {
      margin-top: 0;
      font-size: 24px;
      color: #1e88e5;
    }

    .ferry-card h3 {
      margin-top: 25px;
      color: #2e7d32;
      font-size: 20px;
    }

    .ferry-card ul {
      padding-left: 20px;
    }

    .ferry-card li {
      margin-bottom: 8px;
    }

    a {
      color: #1e88e5;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .tip {
      background-color: #e3f2fd;
      padding: 10px 15px;
      border-left: 4px solid #2196f3;
      margin-top: 15px;
      border-radius: 6px;
    }/* End custom CSS */