.search-trigger {
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
    background: transparent;
  color: #fff;
  border: 2px solid #fff;
    padding: 1px 0;
}

.search-trigger:hover {
  background: #fff;
  color: #ff7b00;
  /*transform: translateY(-2px);*/
  box-shadow: 0 4px 10px rgba(255, 123, 0, 0.3);
}

.search-trigger i {
  font-size: 1rem;
}

.breadcrumb-section .container::before {
  content: "";
  background: url('assets/img/logo-watermark.png') no-repeat center;
  opacity: 0.1;
  position: absolute;
  inset: 0;
  background-size: 200px auto;
  z-index: 1;
}


/* ===== 4 Easy Steps (colorful bubbles themed by logo) ===== */
.visa-steps-row .step-bubble {
  position: relative;
  color: #fff;
  border-radius: 8px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,.15);
  font-weight: 600;
  letter-spacing: .2px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* unique gradient per step */
.visa-steps-row .col-lg-3:nth-child(1) .step-bubble {
    background: linear-gradient(135deg, #fbbf24, #f59e0b); /* Golden yellow */
}
.visa-steps-row .col-lg-3:nth-child(2) .step-bubble {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9); /* Sky turquoise */
}
.visa-steps-row .col-lg-3:nth-child(3) .step-bubble {
  background: linear-gradient(135deg, #ef4444, #f97316); /* Warm orange-red */
}
.visa-steps-row .col-lg-3:nth-child(4) .step-bubble {
  background: linear-gradient(135deg, #0077b6, #00b4d8); /* Blue ocean */
}

.step-bubble:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 22px rgba(0,0,0,.2);
}

.step-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 28px;
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255,255,255,.15);
}

.step-label i {
  font-size: 15px;
  margin-bottom: 4px;
}
.visa-steps {
    margin-bottom: 30px !important;
}
.visa-steps h3 {
    margin: 25px 0 0px;
}

.user_btn {
     padding: 20px !important;
}

/* Force full width image on smaller screens */
@media (max-width: 767.98px) {
  .best-destination-image {
    width: 100% !important;
    display: block;
  }
  .best-destination-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Optional: remove padding/margin gaps if any */
  .best-destination-item {
    padding: 0 !important;
    margin-bottom: 15px;
    border-radius: 0 !important;
  }
  
  .header-1 .header-main {
    z-index: 10;
    height: 60px;
  }
  
  .mbl_top_btn {
    font-size: 17px;
  }
  
  .txt-loading{
      text-align: left !important;
  }
  
  .letters-loading {
    font-size: 25px !important;
  }
  
  .spinner img {
    height: 140px !important;
  }
  
  .section-title {
      margin-bottom: 0px !important;
  }
  
  .bd-title-overlay {
    padding: 0px 16px !important;
  }
}

.cnt_list {
    display: contents;
}

/* ===== MOBILE HEADER BUTTONS ===== */
@media (max-width: 991.98px) {
  .mbl_top_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.3px;
    border-radius: 50px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    width: auto;
    color: #fff !important;
    /*background: linear-gradient(135deg, #0066b3, #00a9e0);*/
    border: none;
    /*box-shadow: 0 3px 10px rgba(0, 102, 179, 0.25);*/
  }

  .mbl_top_btn i {
    font-size: 15px;
    margin-right: 8px;
  }

  .mbl_top_btn:hover {
    /*background: linear-gradient(135deg, #004d88, #008ec7);*/
    color: #fd9906 !important;
    transform: translateY(-1px);
    /*box-shadow: 0 4px 12px rgba(0, 102, 179, 0.35);*/
  }

  .mob_sign {
    /*background: linear-gradient(135deg, #f97316, #facc15);*/
    /*box-shadow: 0 3px 10px rgba(249, 115, 22, 0.25);*/
    color: #fff !important;
  }

  /*.mob_sign:hover {*/
  /*  background: linear-gradient(135deg, #ea580c, #eab308);*/
  /*  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);*/
  /*}*/

  .header-button {
    display: flex;
    justify-content: center;
    /*margin-top: 8px;*/
  }

  .header-button .dropdown .theme-btn {
    background: linear-gradient(135deg, #0066b3, #00a9e0);
    color: #fff;
    border: none;
  }

  .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }
  .mob_sign {
    padding: 7px 7px !important;
  }
  
  .popular-deatination-items {
      margin-left: 10px;
      margin-right: 10px;
  }
  
  .best-destination-item-style-1 .best-destination-image {
    border-radius: 0 !important;
  }
  
.footer-nav a img {
  /*filter: brightness(0) saturate(100%) invert(13%) sepia(53%) saturate(1650%) hue-rotate(160deg) brightness(90%) contrast(97%);*/
          /*padding-bottom: 5px;*/
        width: 16%;
}


.mean-container .mean-nav ul li a {
    font-weight: 700;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    font-size: 20px;
}

.mean-expand i {
    font-weight: 800;
}


.copy-btn {
    padding: 3px 2px !important;
}

.payment-list li {
        gap: 0px;
}

.payment-card {
    padding: 10px !important;
}

.pay-value {
    font-size: 13px;
}
.mean-nav ul li a {
    color: #03344c !important;
}

.header-top-wrapper .contact-list {
    gap: 141px !important;
}

.cnta_icon i {
    rotate: 313deg;
}

.best-destination-item-style-1 .best-destination-content {
    padding: 10px 5px !important;
}

.breadcrumb-wrapper::before {
    background: rgb(0 21 44 / 31%);
}

.header-main {
    justify-content: space-between !important;
    padding: 0 20px !important;
}

}

.pkg_title span{
    color: var(--header);
}



 @media (max-width: 768px){ .best-destination-item .best-destination-image{ height: 240px !important; } }