.logo a, h1, h2, h3 {
    font-size: 1.5rem
}
*, .package-section a, a {
    text-decoration: none
}
.hero-section {
  background: url("https://shivrajpurbeach.in/wp-content/uploads/2025/09/shivrajpur-beach-img.png") no-repeat center center/cover;
  min-height: 50vh; /* Reduced height */
  position: relative;
  padding: 40px 20px;
}

/* Optional subtle gradient overlay (light for blue bg) */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,50,0.2));
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  font-size: 2.2rem;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.hero-section p {
  font-size: 1.1rem;
  color: #f1f1f1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.hero-section .btn-warning {
  background-color: #ffc107;
  border: none;
  color: #003366;
}

.hero-section .btn-warning:hover {
  background-color: #ffb100;
  color: #fff;
}

.hero-section .btn-outline-light:hover {
  background-color: #fff;
  color: #003366;
}
.things-to-do {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.section, iframe {
    width: 100%
}
.activity-section ul li strong, .package-section h3, h1, h2, h3 {
    color: #0077b6
}
.how-to-reach {
    padding: 30px;
    background-color: #fff;
    border-radius: 12px
}
.section, .tip {
    background-color: #f8f9fa;
    padding: 10px;
    margin: 20px 0
}
.package-section, .section, .tip {
    border-radius: 8px
}
p, ul {
    line-height: 1.8
}
ul {
    padding-left: 20px
}

.highlight {
    color: coral;
    font-weight: 700
}

.package-section {
    background-color: #e3f7f5;
    padding: 20px;
    margin: 40px 0
}

.dropdown, .how-to-reach h2 {
    margin-bottom: 20px
}

.package-section a {
    color: coral
}

.how-to-reach h2 {
    font-size: 2.3em;
    color: #0077b6
}
.transport-option h3 {
    color: #023e8a;
    font-size: 1.6em;
    margin-bottom: 10px
}
.transport-option p {
    line-height: 1.7;
    color: #333
}
.map-container {
    margin-top: 30px
}
iframe {
    height: 400px;
    border: 0;
    border-radius: 10px
}
.transport-option {
    margin-bottom: 30px;
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 12px
}
.things-to-do {
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px
}

.things-to-do h2 {
    font-size: 2.4em;
    color: #0077b6;
    margin-bottom: 20px
}

.activity-section h3 {
    color: #023e8a;
    font-size: 1.6em;
    margin-bottom: 12px
}

.activity-section ul {
    list-style: disc;
    padding-left: 20px;
    color: #333;
    line-height: 1.8
}

.faq-section {
    margin: 3rem auto;
    padding: 0 1rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden
}

.accordion-button {
    background-color: #f0f0f0;
    color: #333;
    width: 100%;
    padding: 1rem;
    text-align: left;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600
}

.accordion-button:hover {
    background-color: #e0e0e0
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
    background-color: #fff;
    padding: 0 1rem
}

.accordion-item.open .accordion-content {
    padding: 1rem;
    max-height: 200px
}

.packages-preview {
    padding: 2rem;
    background: #f3faff;
    text-align: center
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.package-badge {
    background: #25a244
}

.packages-section {
    padding: 3rem 1rem;
    background: linear-gradient(to bottom, #e0f7fa, #fff)
}

.section-title {
    text-align: center;
    color: #0077b6;
    font-size: 2rem;
    margin-bottom: 2rem
}

.package-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    padding: 2rem;
    max-width: 450px;
    position: relative;
    transition: transform .3s, box-shadow .3s
}

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

.package-card h3 {
    color: #023e8a;
    margin-top: 0
}

.package-duration {
    font-size: .95rem;
    color: #555;
    margin-bottom: 1rem
}

.package-features {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.package-features li {
    margin-bottom: .5rem;
    font-size: 1rem
}

.rating {
    margin-top: 1rem;
    color: #fa0;
    font-weight: 500
}

.package-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #00b4d8;
    color: #fff;
    padding: .5rem 1rem;
    font-weight: 700;
    border-radius: 50px;
    font-size: .95rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.cta-button, .whatsapp-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color .2s
}

.cta-button {
    margin-top: 1.2rem;
    background-color: #0077b6;
    padding: .75rem 1.5rem
}

.cta-button:hover {
    background-color: #023e8a
}

@media (max-width:768px) {
    .how-to-reach, .things-to-do {
        margin: 20px;
        padding: 20px
    }

    .things-to-do h2 {
        font-size: 2em
    }

    .activity-section h3 {
        font-size: 1.3em
    }

    .how-to-reach h2 {
        font-size: 1.9em
    }

    .transport-option h3 {
        font-size: 1.4em
    }

    .menu-toggle, .site-nav.active {
        display: block
    }

    .site-nav {
        width: 100%;
        display: none;
        position: relative;
        z-index: 999
    }

    .site-nav ul {
        flex-direction: column;
        background-color: #0284c7
    }

    .site-nav ul li {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: .8rem 0
    }

    .package-card {
        width: 100%
    }
}

.whatsapp-button {
    margin-top: .5rem;
    background-color: #25d366;
    padding: .6rem 1.4rem
}

.whatsapp-button:hover {
    background-color: #1ebe5d
}



/* Section Styling */
.city-routes h2, .call-to-action h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.city-routes p, .call-to-action p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

ul.city-list {
    list-style-type: none;
    padding: 0;
}

ul.city-list li {
    background-color: white;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

ul.city-list li:hover {
    background-color: #e1f5fe;
    /* Light blue hover effect */
    transform: scale(1.02);
}

ul.city-list li a {
    text-decoration: none;
    color: #0277bd;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Call to Action Button */
.call-to-action .btn {
    background-color: #0277bd;
    color: white;
    padding: 12px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.call-to-action .btn:hover {
    background-color: #01579b;
}


@media (max-width: 480px) {

    /* Mobile devices */
    header h1 {
        font-size: 1.5rem;
    }

    ul.city-list li {
        font-size: 0.9rem;
        padding: 12px;
    }

    ul.city-list li a {
        font-size: 1.1rem;
    }
}

/* Hover Effect for Cards */
.hover-card {
  transition: all 0.3s ease;
}
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
/* Hover Effect for Activity Cards */
.hover-card {
  transition: all 0.3s ease-in-out;
}
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.activities h5 {
  font-size: 1.1rem;
  margin-top: 10px;
}
.card-img-top{
	width: 100%;
    max-height: 211px;
    max-width: fit-content;
}

.package-mini {
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.package-mini:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.package-mini h5 {
  font-size: 1rem;
}
.package-mini p {
  font-size: 0.85rem;
}
.quick-links-section h5 {
  color: #0d6efd; /* Bootstrap primary */
}
.quick-links-section ul li {
  margin-bottom: 8px;
}
.quick-links-section ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.quick-links-section ul li a:hover {
  color: #0d6efd;
  text-decoration: underline;
}
.about-us h2 {
  color: #0d6efd; /* Bootstrap Primary */
}
.about-us ul li {
  margin-bottom: 6px;
  font-size: 1rem;
}
