/*
Theme Name: Adventure Andaman Custom
Author: Murli
Version: 1.0
*/

/* css reset */

/* Header styles */
html, body {
  margin: 0;
  padding: 0;
  font-family:"IBM Plex Sans", sans-serif;
}

.blog-header {
  background: url('https://adventureandaman.com/assets2/img/hero/cruise-banner.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding:20px;
}

.blog-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
  z-index: 1;
}

.blog-header .container,
.blog-header nav,
.blog-header .hero-overlay {
  position: relative;
  z-index: 2;
}
.menu-container {
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  
}




.blog-header .menu-container{
background-color:#fff;
}
.main-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 20px;
  display: flex;
  gap: 1.5rem; /* space between items */
  align-items: center;
}

.main-menu ul li {
  display: inline-block;
}

.main-menu ul li a {
  text-decoration: none;
  font-size:14px;
  color: #111827;;
  font-weight: 500;
  padding: 0.5rem 0;
}

.main-menu ul li a:hover {
  color: #ff5a00;
}
.site-logo img {
  height: 60px; /* previously 40px */
  object-fit: contain;
  margin:0;
padding:0;
}
.site-logo{
margin:0;
padding:0;
height:54px;
}
.btn.btn-dark.rounded-pill {
  background-color: #0d1b2a;
  color: #fff;
  font-size:12px;
  font-weight: 500;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn.btn-dark.rounded-pill:hover {
  background-color: #ff5a00;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.menu-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
/* Mobile toggle button */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #000;
}

/* Responsive fix */
@media (max-width: 768px) {
  .menu-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .main-menu {
    display: none;
    flex-direction: column !important;
    background: #fff;
    padding: 1rem;
    width: 100%;
  }

  .main-menu.active {
    display: flex !important;
  }

  .main-menu ul {
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    margin: 0;
  }

  .main-menu ul li {
    width: 100%;
  }

  .main-menu ul li a {
    display: block;
    width: 100%;
    color: #000;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }

  .btn.btn-dark.rounded-pill {
    width: 100%;
    margin-top: 1rem;
  }

  .mobile-menu-toggle {
    font-size: 2rem;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: auto;
  }
}



.menu-container {
  position: relative;
}



.blog-post {
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.blog-post .post-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d1b2a;
}

.blog-post .post-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
}

.blog-post .post-content h2,
.blog-post .post-content h3 {
  margin-top: 2rem;
  color: #005fa3;
}

.blog-post .post-content a {
  color: #ff5a00;
  text-decoration: underline;
}

.blog-post .post-content a:hover {
  color: #d9534f;
}

.post-footer {
  font-size: 0.9rem;
  color: #888;
}
/*side bar form */
/* Sidebar Contact Card */
.sidebar-contact .card {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.sidebar-contact .card-body {
  padding: 1.5rem;
}

.sidebar-contact h2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0d1b2a;
}

.sidebar-contact p {
  font-size: 1rem;
  color: #666;
}

.sidebar-contact .form-label {
  font-weight: 500;
  font-size: 0.95rem;
}

.sidebar-contact .form-control {
  border-radius: 8px;
  font-size: 0.95rem;
}

.sidebar-contact .btn {
  border-radius: 50px;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
}

.sidebar-contact .avatar {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.sidebar-contact .fa-phone {
  font-size: 1.1rem;
}

.sidebar-contact .btn-primary i {
  font-size: 1rem;
}
.banner-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.banner-form .form-label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}


.banner-form .form-control {
  display: block;
 box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.banner-form .form-control:focus {
  border-color: #005fa3;
  box-shadow: 0 0 0 0.2rem rgba(0, 95, 163, 0.25);
}

.banner-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-enquiry-rounded {
  background-color: #ff6600;       /* Bright orange */
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 50px;             /* Full rounding */
  padding: 0.75rem 2rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-decoration:none !important;
}

.btn-enquiry-rounded:hover {
  background-color: #e65c00;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.border{
border: 1px solid #ddd;
  border-radius: 10px;
}
.footer{
background-color:#F1F4F7;
}
.footer-img{
width:100%;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height:150%;
}
.footer-menu li a{
color:#4E5561;
text-decoration:none;
line-height:200%;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}

.card-subtitle {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.card-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.card-body{
padding:1rem;
}
.card {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Equivalent to .shadow-sm */
}

.card-img-top {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.img-fluid{
width:100%;
}
.icon {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  vertical-align: middle;
}

.text-primary { color: #000; }
.text-success { color: #25d366; } /* WhatsApp green */
.me-2 { margin-right: 0.5rem; }

.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.pagination-wrapper .page-numbers {
  margin: 0 5px;
  padding: 8px 14px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
}

.pagination-wrapper .page-numbers:hover {
  background-color: #e2e6ea;
}

.pagination-wrapper .page-numbers.current {
  background-color: #0d6efd;
  color: #fff;
  font-weight: bold;
}


