/* =========================================================
   ANDAMAN BLOGS - PREMIUM THEME ENGINE (2026)
   ========================================================= */

/* ================= GLOBAL ================= */
body {
  font-family: 'Segoe UI', sans-serif;
}

p {
  line-height: 1.7;
}

section {
  padding: 60px 0;
  border-bottom: 1px solid #f1f1f1;
}

h2 {
  font-weight: 700;
}

/* ================= HERO ================= */
.hero-slide {
  height: 80vh;
  position: relative;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  max-width: 600px;
}

.overlay h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.overlay p {
  font-size: 1.1rem;
}
.logo-img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}

/* ================= NAVBAR ================= */
.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-brand img {
  height: 60px;
}

.brand-title {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.brand-text {
  line-height: 1.2;
}


.brand-tagline {
  
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #d6f0ff;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 14px;
  transition: 0.3s;
}

.navbar .nav-link:hover {
  color: #ffd166 !important;
  transform: translateY(-2px);
}

.nav-link.active {
  color: #ffd166 !important;
  border-bottom: 2px solid #ffd166;
}

/* ================= CARDS ================= */
.card {
  border-radius: 10px;
  transition: 0.3s;
}

.card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* ================= FEATURE ICON BOX ================= */
.circle-box {
  background: #f1f7ff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.circle-box:hover {
  transform: translateY(-5px);
}

/* ================= SERVICE SECTION ================= */
.service-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #e6f0ff;
  text-align: center;
}

.service-box:hover {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  color: #fff;
  transform: translateY(-5px);
}

.service-box i {
  font-size: 28px;
  margin-bottom: 10px;
}

/* SCROLL AREA */
.service-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.service-scroll {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px 50px;
  scrollbar-width: none;
}

.service-scroll::-webkit-scrollbar {
  display: none;
}

/* ARROWS */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-btn.left { left: -10px; }
.scroll-btn.right { right: -10px; }

/* ================= SEARCH ================= */
.search-section {
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  border-radius: 20px;
}

.search-box {
  max-width: 500px;
  margin: auto;
}

/* ================= PREMIUM BOX ================= */
.premium-box {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  border-radius: 15px;
}

/* ================= BUTTON ================= */
.btn-success {
  background: linear-gradient(135deg, #28a745, #20c997);
  border: none;
}

/* ================= FOOTER ================= */
footer {
  background: linear-gradient(135deg, rgb(4,77,149), rgb(0,140,186));
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #ffd166 !important;
}

/* ================= WHATSAPP ================= */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  z-index: 999;
}
/* ✅ USE THIS INSTEAD */


/* NAVBAR */
.custom-navbar {
  background: linear-gradient(135deg, #0077b6, #00b4d8) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.top-bar {
  background: linear-gradient(135deg, #023e8a, #0096c7);
}

.navbar .nav-link {
  color: #ffffff !important;
}

.navbar .nav-link:hover {
  color: #ffd166 !important;
}

.dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  
  transition: all 0.3s ease;
}

.dropdown-item {
  font-size: 14px;
  padding: 6px 10px;
  
}
.hover-card {
  transition: 0.3s;
}

.hover-card:hover {
  transform: translateY(-5px);
  background: #e0f7ff;
}

/* HERO */
.search-hero {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  padding: 100px 0 60px;
}

/* SEARCH BOX */
.search-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 900px;
}

.search-box .form-control {
  height: 45px;
  border-radius: 8px;
}

/* CATEGORY */
.hover-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
}

.hover-card:hover {
  background: #0077b6;
  color: #fff;
  transform: translateY(-5px);
}

/* LISTINGS */
.listing-card {
  border-radius: 12px;
  transition: 0.3s;
}

.listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
/* ===== CATEGORY SCROLL FINAL ===== */
.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 15px 10px;
  scroll-behavior: smooth;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

/* CARD */
.cat-card {
  min-width: 120px;
  flex: 0 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* IMAGE */
.cat-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* TEXT */
.cat-card span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

/* HOVER */
.cat-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg,#0077b6,#00b4d8);
  color: #fff;
}

.cat-card:hover img {
  filter: brightness(0) invert(1);
}
.category-wrapper {
  position: relative;
  max-width: 100%;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: linear-gradient(135deg,#0077b6,#00b4d8);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-btn.left { left: -10px; }
.scroll-btn.right { right: -10px; }

.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 40px; /* space for arrows */
}


.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 40px;
  scroll-behavior: smooth;

  /* ✅ HIDE SCROLLBAR */
  -ms-overflow-style: none;  /* IE */
  scrollbar-width: none;     /* Firefox */
}

.category-scroll::-webkit-scrollbar {
  display: none;             /* Chrome/Safari */
}

.card {
  border-radius: 12px;
}

.form-control {
  border-radius: 8px;
  padding: 10px;
}

button.btn-success {
  background: #28a745;
  border: none;
}

button.btn-success:hover {
  background: #218838;
}
.pricing-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-card p {
  margin: 5px 0;
  color: #555;
}

/* Highlight plans */
.pricing-card.highlight {
  border: 2px solid #28a745;
  background: #f8fff9;
}
.star-rating {
  direction: rtl;
  display: inline-flex;
  gap: 5px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  transition: 0.3s;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #ffc107;
}

.star-rating input:checked ~ label {
  color: #ffc107;
}
.card {
  border-radius: 12px;
}

.review-box {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.hero-slide {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  animation: zoomEffect 12s infinite alternate ease-in-out;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.50);
  }
}

.overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 150px;
  color: #fff;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background: #20c35a;
}
.wa-text {
  position: absolute;
  right: 65px;
  background: #25D366;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
}

.whatsapp-float:hover .wa-text {
  display: block;
}
.p-3:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
/* SEARCH BOX */
.search-box {
  display: flex;
  gap: 10px;
  max-width: 700px;
  margin: auto;
}

.search-box input,
.search-box select {
  border-radius: 10px;
  height: 50px;
}

.category-wrapper {
  position: relative;
  padding: 0 40px;
}

.category-scroll {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.cat-card {
  min-width: 120px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.cat-card img {
  width: 45px;
  margin-bottom: 8px;
}

.cat-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg,#0077b6,#00b4d8);
  color: #fff;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg,#0077b6,#00b4d8);
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.scroll-btn.left { left: 5px; }
.scroll-btn.right { right: 5px; }



.hero-slide {
  height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 420px;
  animation: zoomBg 12s infinite alternate;
}

.overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.modern-overlay {
  padding: 40px;
  border-radius: 20px;
  background: rgba(0,0,0,0.35); /* reduce darkness */
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);

}

.hero-title {
  font-size: 38px;
  font-weight: 700;
  animation: fadeUp 1s ease;
}

.hero-sub {
  font-size: 16px;
  opacity: 0.9;
}

.hero-search {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-search input,
.hero-search select {
  height: 50px;
  border-radius: 10px;
  
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.hero-trust {
  font-size: 14px;
  color: #ffd166;
}
.hero-search button {
  margin-top: 5px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomBg {
  from { background-size: 100%; }
  to { background-size: 110%; }
}

.search-result-box {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

.search-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-item:hover {
  background: #f5f5f5;
}

#heroSlider {
  margin-bottom: 0 !important;
}

.carousel {
  margin-bottom: 0 !important;
}
.featured-section {
  margin-top: 5px;
  position: relative;
  z-index: 2;
}

.carousel-item {
  margin-bottom: 0;
}
.dropdown-item {
  padding: 8px 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: #f1f5f9;
  transform: translateX(5px);
  color: #0d6efd;
}



/* Title */
.menu-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

/* Items */
.mega-item {
  display: block;
  padding: 8px 10px;
  color: #444;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

/* Hover effect */
.mega-item:hover {
  background: #f1f5f9;
  color: #0d6efd;
  transform: translateX(5px);
}

/* MEGA MENU FIX FINAL */
.mega-menu {
  position: relative;
}

.mega-menu .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
 

  right: 0 !important;   /* 👈 align to right menu */
  left: auto !important;

  width: 700px;
  max-width: 90vw;

  margin-top: 12px;

  border: none;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);

  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.mega-menu:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  
}

.ferry-card img {
  width: 100%;
  height: 260px;          /* 🔥 fixed height */
  object-fit: cover;      /* crop nicely */
  border-radius: 10px 10px 0 0;
}
.ferry-card {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.ferry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}



.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px;
  border-bottom: 1px solid #eee;
}

/* LEFT SIDE */
.schedule-left {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 160px;
}

.schedule-left .line {
  width: 60px;
  height: 2px;
  background: #333;
}

.duration {
  background: #4da6ff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
}

/* CENTER */
.schedule-center {
  flex: 1;
  text-align: center;
}

.schedule-center h5 {
  margin: 0;
  font-weight: 600;
}

.schedule-center span {
  font-size: 13px;
  color: #777;
}

/* RIGHT SIDE */
.schedule-right {
  text-align: right;
  min-width: 140px;
}

.price-label {
  font-size: 12px;
  color: #9c27b0;
  margin-bottom: 2px;
}

.schedule-right h4 {
  margin: 0;
  font-weight: 600;
}

.btn-book {
  background: linear-gradient(45deg, #9c27b0, #e91e63);
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}
.schedule-row:hover {
  background: #fafafa;
  transition: 0.2s;
}


.hotel-hero{
  background: linear-gradient(135deg,#6a11cb,#2575fc);
  padding: 60px 20px;
  border-radius: 0 0 40px 40px;
}

.hotel-card{
  border-radius:15px;
  overflow:hidden;
  position:relative;
  transition:0.3s;
}

.hotel-card:hover{
  transform:translateY(-5px);
}

.hotel-card img{
  height:200px;
  width:100%;
  object-fit:cover;
}

.hotel-badge{
  position:absolute;
  top:10px;
  left:10px;
  background:#fff;
  padding:5px 10px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
}

.hotel-info{
  position:absolute;
  bottom:0;
  width:100%;
  padding:15px;
  color:#fff;
  background:linear-gradient(transparent, rgba(0,0,0,0.8));
}

.btn-book{
  background:#ff00cc;
  color:#fff;
  border-radius:20px;
  padding:5px 12px;
  font-size:13px;
}
/* CARD */
.premium-card{
  border-radius:18px;
  overflow:hidden;
  position:relative;
  transition:0.4s;
  cursor:pointer;
}

.premium-card:hover{
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

.premium-card img{
  height:220px;
  width:100%;
  object-fit:cover;
}

/* BADGE */
.hotel-badge{
  position:absolute;
  top:10px;
  left:10px;
  background:#fff;
  padding:5px 12px;
  border-radius:20px;
  font-weight:600;
}

/* VERIFIED */
.verified-badge{
  position:absolute;
  top:10px;
  right:10px;
  background:#28a745;
  color:#fff;
  padding:5px 10px;
  border-radius:20px;
  font-size:12px;
}

/* INFO */
.hotel-info{
  position:absolute;
  bottom:0;
  width:100%;
  padding:15px;
  color:#fff;
  background:linear-gradient(transparent, rgba(0,0,0,0.85));
}

.hotel-info{
  position:absolute;
  bottom:0;
  width:100%;
  padding:15px;
  color:#fff;
  background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  border-radius:0 0 15px 15px;
}

.price{
  font-size:14px;
  opacity:0.9;
}

/* BUTTON */
.btn-book{
  background:linear-gradient(45deg,#ff00cc,#ff6600);
  color:#fff;
  border:none;
  border-radius:20px;
  padding:6px 14px;
  font-size:13px;
}

/* FILTER BOX */
.filter-box{
  border-radius:15px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.filter-box h5{
  font-weight:600;
  margin-bottom:10px;
}

/* HERO IMPROVE */
.hotel-hero{
  background: linear-gradient(135deg, #0d8aa6, #00c6ff);
  padding: 80px 20px;
  border-radius: 0 0 60px 60px;
  text-align:center;
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}


/* LIGHTBOX */
.img-modal{
  display:none;
  position:fixed;
  z-index:9999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  justify-content:center;
  align-items:center;
}

.img-modal img{
  max-width:90%;
  max-height:85%;
  border-radius:10px;
  animation:zoomIn 0.3s ease;
}

.close-btn{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
}

@keyframes zoomIn{
  from{transform:scale(0.7); opacity:0;}
  to{transform:scale(1); opacity:1;}
}

/* HERO */
.hotel-detail-hero{
  background: linear-gradient(135deg,#0d8aa6,#00c6ff);
  padding:80px 20px;
  color:#fff;
  text-align:center;
  border-radius:0 0 60px 60px;
}

/* IMAGE */
.detail-image img{
  width:100%;
  border-radius:15px;
  cursor:pointer;
}

/* AMENITIES */
.amenities span{
  display:inline-block;
  background:#f1f1f1;
  padding:8px 12px;
  border-radius:20px;
  margin:5px;
  font-size:14px;
}

/* BOOKING BOX */
.booking-box{
  background:#fff;
  padding:20px;
  border-radius:15px;
  position:sticky;
  top:100px;
}

.booking-box h3{
  font-weight:bold;
}

.verified{
  color:green;
  font-weight:bold;
}
.hotel-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.3s;
}

.hotel-card:hover .hotel-img {
  transform: scale(1.05);
}

.nav-item {
  position: relative;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%; /* attach directly */
  left: 0;
  margin-top: 0; /* ❌ remove gap */
  display: none;
   opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.nav-item:hover .dropdown-menu-custom {
 
   opacity: 1;
  visibility: visible;
}


.leads-btn {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #ffcc00, #ff9900);
  color: #000;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  animation: pulse 1.5s infinite;
  z-index: 999;
}

/* animation like Justdial */
@keyframes pulse {
  0% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.1); }
  100% { transform: translateY(-50%) scale(1); }
}

.card .btn{
  border-radius:10px;
  padding:10px;
  font-size:14px;
}

.destination-card{
  border-radius:20px;
  overflow:hidden;
  background:#ffffff;
  text-align:center;
}

.destination-card img{
  height:200px;
  border-bottom:3px solid #00b4d8;
}

.destination-card h5{
  font-size:18px;
  margin-top:10px;
}

.destination-card .btn{
  font-size:13px;
}

.btn-success{
  background: linear-gradient(45deg,#28a745,#20c997);
  border:none;
}
.featured-section .card{
  border-radius:15px;
  overflow:hidden;
  transition:0.3s;
  background:#fff;
}

.featured-section .card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.featured-section .badge{
  font-size:12px;
  border-radius:20px;
}
.package-card{
  border-radius:20px;
  overflow:hidden;
  position:relative;
}

.package-card img{
  height:220px;
  object-fit:cover;
}

.package-card .card-body{
  background:#fff;
}

.package-card .btn{
  background:linear-gradient(45deg,#ff9800,#ff5722);
  color:#fff;
  border:none;
  border-radius:10px;
}
.hero-slide{
  position:relative;
}

.modern-overlay{
  background:rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  padding:40px;
  border-radius:20px;
}

.hero-title{
  font-size:32px;
  font-weight:700;
}

.hero-sub{
  font-size:16px;
  opacity:0.9;
}
.btn-primary{
  background:#1e6fff;
  border:none;
  border-radius:10px;
}

.btn-success{
  background:#25D366;
  border:none;
  border-radius:10px;
}

.btn-warning{
  background:linear-gradient(45deg,#ff9800,#ff5000);
  border:none;
  border-radius:10px;
  color:#fff;
}
.card{
  transition:0.3s;
}

.card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 30px rgba(0,0,0,0.15);
}
.btn-primary{
  background: linear-gradient(45deg, #1e6fff, #00c6ff);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover{
  background: linear-gradient(45deg, #0052d4, #00aaff);
  transform: translateY(-2px);
}
.btn-success{
  background: linear-gradient(45deg, #25D366, #00b09b);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.btn-success:hover{
  background: linear-gradient(45deg, #1ebe5d, #009688);
  transform: translateY(-2px);
}
.btn-warning{
  background: linear-gradient(45deg, #ff9800, #ff5722);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}

.destination-premium{
  position:relative;
  height:260px;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
  transition:0.4s;
}

.destination-premium img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
}

/* DARK OVERLAY */
.destination-overlay{
  position:absolute;
  bottom:0;
  width:100%;
  padding:20px;
  background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
  color:#fff;
}

/* TEXT */
.destination-overlay h5{
  font-size:20px;
  font-weight:700;
}

.destination-overlay p{
  font-size:13px;
  opacity:0.9;
}

/* BUTTON AREA */
.destination-btns{
  display:flex;
  gap:10px;
  margin-top:10px;
}

/* GUIDE BUTTON */
.btn-guide{
  flex:1;
  background:linear-gradient(45deg,#1e6fff,#00c6ff);
  color:#fff;
  border-radius:8px;
  padding:6px;
  font-size:13px;
  text-align:center;
  text-decoration:none;
}

/* PRICE BUTTON */
.btn-price{
  flex:1;
  background:linear-gradient(45deg,#25D366,#00b09b);
  color:#fff;
  border-radius:8px;
  padding:6px;
  font-size:13px;
  text-align:center;
  text-decoration:none;
}

/* HOVER EFFECT */
.destination-premium:hover img{
  transform:scale(1.1);
}

.destination-premium:hover{
  transform:translateY(-8px);
}
/* PREMIUM DESTINATION CARD */
.destination-premium{
  position:relative;
  height:260px;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
  transition:0.4s;
}

.destination-premium img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
}

/* OVERLAY */
.destination-overlay{
  position:absolute;
  bottom:0;
  width:100%;
  padding:20px;
  background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
  color:#fff;
}

/* TEXT */
.destination-overlay h5{
  font-size:20px;
  font-weight:700;
}

.destination-overlay p{
  font-size:13px;
  opacity:0.9;
}

/* BUTTON AREA */
.destination-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}

/* MAIN BUTTON (EXPLORE) */
.btn-main{
  background:linear-gradient(45deg,#ff9800,#ff5722);
  color:#fff;
  padding:8px 16px;
  border-radius:20px;
  font-size:13px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

/* ICON BUTTON */
.btn-main{
  display:block;
  background:linear-gradient(45deg,#ff9800,#ff5722);
  color:#fff;
  padding:10px;
  border-radius:25px;
  font-size:14px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
  text-align:center;
}

.btn-main:hover{
  transform:scale(1.05);
}


/* HOVER EFFECTS */
.destination-premium:hover img{
  transform:scale(1.1);
}

.destination-premium:hover{
  transform:translateY(-8px);
}

.btn-main:hover{
  transform:scale(1.05);
}

.btn-icon:hover{
  transform:scale(1.1);
}
.edu-card-new {
  display: block;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;

  /* 🔥 SOFT BACKGROUND (NOT PURE WHITE) */
  background: linear-gradient(135deg, #f8fbff, #eef6ff);

  /* DEPTH */
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.edu-card-new:hover {
 background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 123, 255, 0.3);
}
.edu-card-new:hover .edu-icon {
  transform: scale(1.2) rotate(5deg);
  transition: 0.3s;
}
/* 🔥 TEXT COLOR FIX */
.edu-card-new:hover h5,
.edu-card-new:hover p {
  color: #fff;
}
.edu-icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.edu-card-new h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.edu-card-new p {
  font-size: 18px;
  color: #777;
}
.edu-card-new:hover {
  background: linear-gradient(135deg, #008bff, #00ffff);
  color: #fff;
}


/* HOVER */
.edu-card-new:hover {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,123,255,0.25);
}

/* ICON */
.edu-icon {
  font-size: 40px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.edu-card-new:hover .edu-icon {
  transform: scale(1.2);
}

/* TEXT */
.edu-card-new h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.edu-card-new p {
  font-size: 13px;
  color: #666;
}

.edu-card-new:hover p {
  color: #eaf6ff;
}


/* 🌟 OPTIONAL GLOW EFFECT */
.edu-card-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.15);
  transition: 0.5s;
}
.edu-card-new:hover::before {
  left: 100%;
}
/* CONTACT BUTTON */
.btn-contact{
  background: linear-gradient(135deg,#28a745,#20c997);
  color:#fff;
  font-weight:600;
  border-radius:10px;
  padding:10px;
  transition:0.3s;
}

.btn-contact:hover{
  opacity:0.9;
}

/* WEBSITE BUTTON */
.btn-website{
  background: linear-gradient(135deg,#007bff,#00c6ff);
  color:#fff;
  font-weight:600;
  border-radius:10px;
  padding:10px 20px;
  border:none;
  transition:0.3s;
}

.btn-website:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(0,123,255,0.3);
}
.citizen-card {
  background: #ffffff !important;
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* 🔥 FORCE HOVER */
.citizen-card:hover {
  transform: translateY(-8px) !important;
  background: linear-gradient(135deg, #1e90ff, #00bfff) !important;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(0,123,255,0.25) !important;
}

/* TEXT FIX */
.citizen-card:hover h6,
.citizen-card:hover p {
  color: #fff !important;
}

/* BUTTON FIX */
.citizen-card .btn {
  background: #1e90ff;
  color: #fff;
  border-radius: 25px;
}

.citizen-card:hover .btn {
  background: #fff !important;
  color: #007bff !important;
}
.citizen-card h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.content-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

ul {
  margin-bottom: 15px;
}

p {
  line-height: 1.7;
 
}
.hero-image {
  height: 350px; /* ✅ control height */
  overflow: hidden;
  border-radius: 12px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ crop properly */
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.img-note {
  position: absolute;
  bottom: 8px;
  right: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 3px 8px;
  font-size: 11px;
  border-radius: 6px;
}

.mega-island {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mega-island h6 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d6efd;
}

.mega-island a {
  display: block;
  padding: 6px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.mega-island a:hover {
  color: #0d6efd;
  padding-left: 6px;
  transition: 0.3s;
}

/* ✅ ISLAND MENU FIX (CENTER LIKE ACTIVITIES) */
.mega-island-menu .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;

  right: auto !important;   /* remove right alignment */

  width: 900px;
  max-width: 95vw;

  top: 100%;
  margin-top: 10px;

  border-radius: 15px;
  padding: 20px;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

/* SHOW ON HOVER */
.mega-island-menu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  display: block;
}

.img-note {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

/* Section background */
.lead-section {
  background: linear-gradient(135deg, #0f7ca6, #18a2b8);
  padding: 12px 30px;
  border-radius: 15px;
}

.lead-section .form-control {
  border-radius: 10px;
  padding: 10px;
}

.lead-section .btn-success {
  background: #28a745;
  border-radius: 10px;
  font-weight: 600;
}

.package-card img {
  width: 100%;
  height: 220px;        /* same height for all */
  object-fit: cover;    /* crop properly */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.package-card img {
  width: 100%;
  height: 220px;        /* same height for all */
  object-fit: cover;    /* crop properly */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}


/* FULL WIDTH PREMIUM SECTION */
.trust-section {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(135deg, #063a56, #00d5ff);
  position: relative;
  overflow: hidden;
}

/* TOP CURVE (SMOOTH SEPARATION) */
.trust-section::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f8f9fa;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

/* OPTIONAL: BUBBLE BACKGROUND EFFECT */
.trust-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: 20%;
  left: -100px;
}

/* CIRCLE CARD */
.circle-box {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

/* ICON */
.circle-box i {
  font-size: 30px;
  margin-bottom: 10px;
  transition: 0.3s;
}

/* TEXT */
.circle-box h4 {
  font-weight: 700;
  margin: 0;
}

.circle-box p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
}

/* HOVER EFFECT */
.circle-box:hover {
  transform: translateY(-12px) scale(1.1);
  background: rgba(255,255,255,0.25);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

/* ICON HOVER */
.circle-box:hover i {
  transform: scale(1.3) rotate(8deg);
  color: #ffd166;
}





/* SECTION BACKGROUND */
.why-section {
  background: linear-gradient(135deg, #f8fbff, #eef6ff);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* CARD */
.why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,123,255,0.15);
}

/* ICON BOX */
.icon-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.3s;
}


/* ICON HOVER */
.why-card:hover .icon-box {
  transform: scale(1.2) rotate(8deg);
}

/* TEXT */
.why-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 14px;
  color: #666;
}

/* GLOW EFFECT */
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,123,255,0.08);
  transition: 0.5s;
}

.why-card:hover::before {
  left: 100%;
}
/* LEFT SIDE HERO IMAGE */
.left-hero {
  position: relative;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* BACKGROUND IMAGE */
.left-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/anblogs/assets/images/chidiatapu.jpg') center/cover no-repeat;
  z-index: 1;
}

/* DARK OVERLAY (for readability) */
.left-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 119, 182, 0.85),
    rgba(0, 180, 216, 0.75)
  );
  z-index: 2;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 40px;
  color: #fff;
}




/* TEXT IMPROVEMENT */
.hero-content h2 {
  font-size: 32px;
}

.hero-content p {
  font-size: 16px;
  opacity: 0.9;
}

/* LIST STYLE */
.hero-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

.btn-success {
  border-radius: 30px;
  font-weight: 600;
}

.btn-outline-success {
  border-radius: 30px;
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(40,167,69,0.3);
}
.description p {
    margin-bottom: 10px;
}

.description ul {
    padding-left: 20px;
}

.description li {
    margin-bottom: 5px;
}

.destination-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 40px;
}

.destination-slider::-webkit-scrollbar {
    display: none;
}

.destination-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 40px;
}

/* FIXED CARD SIZE */
.dest-card {
    min-width: 220px;   /* fixed width */
    max-width: 220px;   /* prevents stretching */
    height: 140px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    text-decoration: none;
}

/* IMAGE FIX */
.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* keeps ratio & fills properly */
    display: block;
}



.dest-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* hover */
.dest-card:hover {
    transform: scale(1.05);
}

/* arrows */
.slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 10;
}

.slider-btn.left { left: 0; }
.slider-btn.right { right: 0; }

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  text-decoration: none;
  color: #ddd;
  font-size: 14px;
}

.footer-links a:hover {
  color: #ffc107;
}

.footer p {
  color: #ccc;
}
.footer h5 {
  font-size: 18px;
  font-weight: 600;
}
.footer p,
.footer li,
.footer a {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6;
}
.location-text {
  color: #e0f7fa; /* soft white/blue */
  font-size: 13px;
}
.top-location {
  font-size: 12px;
  color: #e0f7fa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.msme-badge {
  color: #ffc107;
  font-weight: 600;
  white-space: nowrap; /* prevents breaking */
}

@media (min-width:992px){
  .navbar .dropdown {
    position: relative;
  }

  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 0;
  }

  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}



/* ================= RESPONSIVE ================= */
@media (max-width:768px){
	
	.dropdown-menu-custom {
    display: none !important;
  }
 .circle-box {
    width: 140px;
    height: 140px;
  }	
	
 .brand-tagline {
    font-size: 11px;
  }

  .brand-tagline::after {
       display: block;
  }

  .brand-tagline span {
    display: none;
  }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
    .top-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .top-bar .btn {
    flex: 1;
    max-width: 140px;
	animation: pulseBtn 2s infinite;
}
  

@keyframes pulseBtn {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

  .top-bar .container {
    flex-direction: column;
    gap: 5px;
  }

  .top-bar a {
    display: inline-block;
    margin: 2px 5px;
  }
   .top-bar .email {
    display: none;
  }
  .overlay .btn {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
   .overlay {
    padding: 15px;
    max-width: 90%;
  }

  .overlay h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .overlay p {
    font-size: 14px;
  }

  .overlay .btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .navbar-collapse {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }
   .dropdown-menu .row {
    display: block;
  }

  /* NAV FULL WIDTH */
  .navbar-nav {
    width: 100%;
  }

  .nav-item {
    width: 100%;
  }

  /* 🔥 MAIN FIX */
  .dropdown-menu {
    position: static !important;   /* remove popup */
    width: 100% !important;
    margin: 0 !important;
    padding: 5px 0;
    border: none;
	border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
   border: 1px solid #eee;
	background: #ffffff !important;
	 max-height: 60vh;      /* 🔥 important */
    overflow-y: auto;      /* enable scroll */
    -webkit-overflow-scrolling: touch;
   
  }

  /* SHOW WHEN CLICK */
  .dropdown-menu.show {
    display: block;
  }

  /* ITEMS */
  .dropdown-item {
    padding: 12px 20px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
	 color: #333 !important;  
  }

  /* HOVER */
  .dropdown-item:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
  }
.dropdown-item:last-child {
  border-bottom: none;
}

 /* REMOVE ABSOLUTE POSITION */
  .mega-menu .dropdown-menu,
  .mega-island-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 10px !important;
    padding: 10px !important;

    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  /* STACK CONTENT */
  .dropdown-menu .row {
    display: block !important;
  }

  .dropdown-menu .col-md-3,
  .dropdown-menu .col-md-4 {
    width: 100% !important;
    margin-bottom: 10px;
  }

  /* TEXT FIX */
  .mega-island h6 {
    font-size: 16px;
  }

  .mega-island a {
    font-size: 14px;
    padding: 8px 5px;
  }

  /* FIX CUT ISSUE */
  .navbar-collapse {
    overflow-y: auto;
    max-height: 80vh;
  }



  
}

