/*============= Banner ==============*/
.insurance-banner {
  position: relative;
  overflow: hidden;
}

.insurance-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
}

.banner-overlay h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-overlay p {
  color: #fff;
  font-size: 18px;
}

.breadcrumb-custom {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin-top: 20px;
}

.breadcrumb-custom li {
  color: #fff;
}

.breadcrumb-custom a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-custom li:last-child {
  color: #ffd54f;
}

/*============ Search Card ===========*/
.insurance-search-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  padding: 35px;
}

.insurance-search-card h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*============ Left Side ============*/
.insurance-feature {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

.insurance-feature img {
  width: 55px;
  height: 55px;
}

.insurance-feature h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.insurance-feature p {
  margin: 0;
  color: #777;
}

.tab-btn.active {
  /* background: #ffb933; */
  color: #000000;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 0px;
}

.destination-box {
  position: relative;
}

.destination-box i {
  position: absolute;
  right: 14px;
  top: 12px;
  color: #999;
}

/*============ Popular Region ================*/
.popular-region {
  margin-top: 15px;
}

.popular-region span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  background: #f3f3f3;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

.popular-region span.active {
  background: #0d6efd;
  color: #fff;
}

/*============== Button =============*/
.btn-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(#1c3352) 0%, var(#162840) 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.22s;
  box-shadow: 0 6px 24px rgba(15, 25, 35, 0.3);
  white-space: nowrap;
}

.btn-search:hover {
  background: linear-gradient(135deg, var(#b07d28) 0%, var(#d69e47) 100%);
  color: var(#1c3352);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(214, 158, 71, 0.4);
}

.form-check-label {
  cursor: pointer;
  pointer-events: auto;
}

/*  list css */
.search-summary {
  /* background: #4f4f52; */
  background: #141e48;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.summary-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.summary-item small {
  opacity: 0.7;
}

.summary-item h6 {
  margin: 0;
  font-weight: 600;
}

.insurance-plan-header {
  background: linear-gradient(90deg, #141e48 0%, #abc4f2 55%, #ffffff 100%);
  /* background: linear-gradient(90deg, #1f2b3f 0%, #d6d6d6 55%, #ffffff 100%); */
}

.insurance-plan-header:hover {
  opacity: 0.95;
}

.collapse-icon {
  transition: 0.35s;
  font-size: 18px;
}

.insurance-plan-header[aria-expanded="true"] .collapse-icon {
  transform: rotate(180deg);
}
/*============ Responsive  ============*/
@media (max-width: 991px) {
  .insurance-banner img {
    height: 220px;
  }

  .banner-overlay h1 {
    font-size: 34px;
  }
  .trip-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 551px) {
  .summary-box {
    align-items: flex-start;
  }

  .insurance-search-card h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.region-title {
  font-size: 15px;
  font-weight: 600;
  color: #59595c;
}

.region-list {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.region-list li {
  text-align: center;
  cursor: pointer;
}

.region-list img {
  width: 74px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  object-fit: cover;
}

.region-list span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #59595c;
  line-height: 1.2;
}

/* .info-icon{
    width:13px;
    height:13px;
    margin-left:4px;
    vertical-align:text-top;
} */
.select2-container .select2-search__field {
  height: 23px !important;
}
.region-list li {
  cursor: pointer;
}
.region-list li.selected img {
  border: 3px solid #ffb933 !important;
  background-color: #e7f1ff;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d8c9a8 !important;
  min-height: 34px !important;
  max-height: 80px !important;
}
/* Info icon */
.region-title .fa-info {
  cursor: pointer;
  color: #555;
  font-size: 14px;
}

.region-title .fa-info:hover {
  color: #000;
}

/* Modal */
#countriesModal .modal-dialog {
  max-width: 500px;
  width: 95%;
}

#countriesModal .modal-content {
  overflow: hidden;
}

/* Countries body */
.countries-list {
  max-height: 250px;
  overflow-y: auto;
}

.country-text {
  font-size: 13px;
  line-height: 1.5;
}

/* Optional scrollbar styling */
.countries-list::-webkit-scrollbar {
  width: 5px;
}

.countries-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.countries-list::-webkit-scrollbar-track {
  background: transparent;
}
