/*
Theme Name: Puri Tourism
Theme URI: https://example.com/puri-tourism
Author: Sreya Ray
Author URI: https://example.com
Description: A clean Bootstrap 5-based travel theme for Puri Dham
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puri-tourism
Tags: travel, bootstrap, responsive
*/

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
            }
            
.header.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}


    .hero {
      background: url('https://puritourism.com/wp-content/uploads/2025/09/puri-tourism-odisha.webp') no-repeat center center/cover;
      height: 650px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 70px;
    }
    .intro {
  background-color: #f8f9fa;
}
.btn {
  font-size: 16px;
}
.display-7 {
  font-size: 28px;
}

.display-9 {
  font-size: 24px;
}

[id] {
  scroll-margin-top: 80px; /* Adjust based on your navbar height */
}


#menu-primary li a {
  color: #fff4f1;
  font-weight: 600;
}

.attractions ul li {
  font-size: 1rem;
  padding: 4px 0;
}
    .package-title {
      text-align: center;
  font-weight: 700;

    }
    .package-card img {
      height: 200px;
      object-fit: cover;
    }
	.divbelow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 15px;
  margin: 0 0 15px;
}
    footer {
      background: #333;
      color: #fff;
      padding: 40px 0;
    }
    .testimonial {
      background-color: #f8f9fa;
      padding: 40px 20px;
      border-radius: 10px;
    }
@media screen and (max-width: 767px) {
  .hero {
    background-size: contain;
    height: 200px;

  }
}

.custom-package {
  background-color: #fff;
}

#customPackageForm input,
#customPackageForm select,
#customPackageForm textarea {
  border-radius: 0.375rem;
  box-shadow: none;
}

#customPackageForm select[multiple] {
  height: auto;
  min-height: 150px;
}

.form-check {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 6px;
}

.review-scroll {
  scrollbar-width: thin;
  scrollbar-color: #ffc107 transparent;
}

.review-scroll::-webkit-scrollbar {
  width: 6px;
}
.review-scroll::-webkit-scrollbar-thumb {
  background-color: #ffc107;
  border-radius: 10px;
}

.about-reviews-section a:hover {
  text-decoration: underline;
  color: #ffc107;
}

.useful-links-section a:hover {
  color: #ffc107;
  text-decoration: underline;
}

.section-backgroun-ft {
  border-radius: var(--bs-border-radius) !important;
  background: #f0f8ffbd;
}

.text-19 {
  font-size: 19px;
}

.pages h1 {
  font-size: 27px;
  font-weight: 700;
}

h2 {
  font-size: 25px;
}

.pages h4 {
  font-size: 18px;
  font-weight: 600;
}

.footer-cta a {
  color: aliceblue;
  text-decoration: none;
}

.activities-section {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.activity-card {
  background-color: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.activity-icon {
  font-size: 2.5rem;
  color: #0066cc;
}

.activity-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.activity-desc {
  color: #555;
  font-size: 0.95rem;
}
.tour-package h1 {
  font-size: 32px;
}

.tour-package ul {
  padding-left: 1.5rem;
  line-height: 1.8;
  font-size: 0.95rem;
}

.tour-package .bg-white {
  background-color: #ffffff;
}

.tour-package h4 {
  font-weight: 600;
  font-size: 21px;
  color: #6c757d;
}

.tour-package i {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .tour-package .sticky-top {
    position: static !important;
  }
}

.form-s {
  max-width: 600px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 6px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left !important;
  color: #6c757d;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 35px;
  right: 11px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #625e5e;
  z-index: 100;
}
.my-float {
  width: 60px;
  height: 60px;
}

/* Featured Image */
.post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Author Box Styling */
.author-box {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

/* Card in Related Posts */
.related-posts .card {
  transition: transform 0.2s ease;
}
.related-posts .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.related-posts .card-title a {
  text-decoration: none;
  color: #333;
}
.related-posts .card-title a:hover {
  color: #007bff;
}

/* Navigation Buttons */
nav a {
  font-weight: 500;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}
.post-featured-image {
  width: 100%;
  max-height: 550px; /* adjust depending on your design */
  overflow: hidden;
}

.post-featured-image img {
  width: 100%;
  height: 100%; /* fill container */
  object-fit: cover; /* crop nicely */
  object-position: center center; /* centers the image */
  display: block;
}

@media (max-width: 768px) {
  .post-featured-image {
    height: 180px; /* smaller height for mobile */
  }
}


.post-content p {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  color: #0c0c0c;
}

/* Headings */
.blog-title,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: 'Segoe UI Semibold', 'Roboto Slab', Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.blog-title { font-size: 1.8rem ; }
.post-content h1 { font-size: 1.8rem; }
.post-content h2 { font-size: 1.6rem; }
.post-content h3 { font-size: 1.4rem; }
.post-content h4 { font-size: 1.3rem; }
.post-content h5 { font-size: 1.2rem; }
.post-content h6 { font-size: 1.175rem; }

/* Lists */
.post-content ul,
.post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.post-content li {
  margin-bottom: 0.5rem;
}

/* Blockquotes */
.post-content blockquote {
  border-left: 4px solid #007bff;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
  margin: 2rem 0;
}

/* Images inside content */
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}

/* Responsive Video Embeds */
.post-content iframe {
  max-width: 100%;
  border-radius: 6px;
}

/* Footer Wrapper */
.pt-footer {
  background: #0a1225;
  color: #e9f1ff;
  padding: 40px 20px 20px;
  text-align: center;
}

/* Contact */
.pt-footer h4 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #fff;
}
.pt-footer .footer-cta a {
  color: #2ec5ff;
  text-decoration: none;
}
.pt-footer .footer-cta a:hover {
  text-decoration: underline;
}

/* Brand */
.pt-container {
  margin: 20px auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pt-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.pt-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
.pt-logo-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

/* Social Icons */
.pt-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pt-social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  transition: 0.2s ease;
}
.pt-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: #fff;
}
.pt-social-link:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}
.pt-social-link.fb:hover { color: #1877f2; }
.pt-social-link.pin:hover { color: #e60023; }
.pt-social-link.x:hover   { color: #fff; }
.pt-social-link.ig:hover  { color: #e1306c; }
.pt-social-link.li:hover  { color: #0a66c2; }

/* Legal */
.pt-legal {
  margin-top: 20px;
  color: #b7c3d9;
  font-size: 0.9rem;
}

.floating-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.call-btn {
  background: linear-gradient(135deg, #ffc107, #cca01a);
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-btn img {
  width: 20px;
  height: 20px;
}

/* General Navbar */
.custom-navbar {
  transition: all 0.3s ease-in-out;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: linear-gradient(135deg, #25D366, #128C7E);
}

.custom-navbar .navbar-brand {
  font-size: 1.3rem;
  font-weight: 600;
  background: #fff;
  border-radius: 10px;
}

.custom-navbar .brand-text {
  font-size: 1.1rem;
  color: #0d6efd;
}

.custom-navbar .nav-link {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.custom-navbar .nav-link:hover {
  color: #e4ffcf !important;
  text-decoration: none;
}

.custom-navbar .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0d6efd;
  transition: width 0.3s;
  margin-top: 2px;
}

.custom-navbar .nav-link:hover::after {
  width: 100%;
}

/* Mobile Menu */
@media (max-width: 991px) {
  .custom-navbar .collapse {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
	 transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  }
  .custom-navbar .nav-link {
    margin: 10px 0;
    font-size: 1.1rem;
  }
}

.view-all-wrapper {
  text-align: right;
  margin-top: 25px;
}

.hotel-rooms {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background: #f9f9ff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hotel-rooms h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #2a4d7c;
}

.rooms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.rooms-table thead {
  background: #2a4d7c;
  color: #fff;
}

.rooms-table th, 
.rooms-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.rooms-table tbody tr:nth-child(even) {
  background: #f1f5ff;
}

.rooms-table tbody tr:hover {
  background: #e6f0ff;
  transition: 0.3s;
}

.happy-travelers {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.happy-travelers .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.happy-travelers .section-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.reviews {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 300px;
  text-align: left;
  position: relative;
}

.review-card::before {
  content: "“";
  font-size: 40px;
  color: #ff9800;
  position: absolute;
  top: 10px;
  left: 10px;
}

.review-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.6;
}

.review-author {
  font-weight: bold;
  color: #111;
  font-size: 0.9rem;
}

.gallery-masonry {
  column-count: 4;          /* Number of columns */
  column-gap: 12px;         /* Space between columns */
  padding: 10px;
}

.gallery-masonry img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  display: inline-block;    /* Important for masonry flow */
}

.gallery-masonry img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .gallery-masonry {
    column-count: 1;
  }
}

.package-info {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #eee;
  margin: 0 auto;
}

.package-info .label {
  font-weight: 600;
  color: #0056b3;
  margin-right: 4px;
}

.package-info a {
  color: #d9534f;
  text-decoration: none;
  font-weight: 500;
}

.package-info a:hover {
  text-decoration: underline;
  color: #b52b27;
}

/* Discover Feed Layout */

.r-posts {
  padding: 18px;
}

.discover-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.discover-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.discover-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.discover-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.discover-content {
  padding: 10px 15px;
}

.discover-title {
  font-size: 16px;
  margin: 5px 0;
  font-weight: 600;
}

.discover-title a {
  color: #333;
  text-decoration: none;
}

.discover-title a:hover {
  text-decoration: underline;
}

.discover-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #777;
}


.hidden-post {
  display: none;
}

/* Mobile: single column */
@media (max-width: 768px) {
  .discover-feed {
    grid-template-columns: 1fr;
  }
}