.newcontent_card {
    max-width: 100%;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.error-message {
    font-size: 19px;
    color: #131619;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 24px;
}

.popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.error-popup {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    padding: 30px;
    animation: slideUp 0.3s ease;
    position: relative;
}

.close-button {
    width: 100%;
    padding: 12px;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.locate-btn
{
    margin: 15px;
    padding: 7px 10px;
    border-radius: 10px;
}

.search-box
{
   padding: 10px 20px;
}

.site-header {
  	height:72px; position:fixed; top:0; left:0; right:0;
  	background:#2b66b1; color:#fff; z-index:1030; display:flex; align-items:center; padding:0 18px;
	}
	.site-header h1 { font-size:18px; margin:0; font-weight:600; opacity:.95; }
 
	.hero { background:#2b66b1; color:#fff; border-radius:6px; min-height:220px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
	.hero h2 { font-size:48px; line-height:0.9; margin-bottom:12px; font-weight:700; color:#cfe3ff; }
 
	.chip { border-radius:18px; padding:6px 12px; background:#2a3b7b; color:#fff; display:inline-block; margin-right:8px; font-size:14px; }
 
	.yellow-progress { height:6px; background:#f0f0f0; border-radius:4px; margin:10px 0 18px; position:relative; overflow:hidden; }
	.yellow-progress > .bar { position:absolute; left:0; top:0; bottom:0; width:35%; background:#f3c03a; transition:width .3s ease; }
 
	.day-btn { border-radius:18px; padding:8px 12px; margin-right:8px; margin-bottom:8px; border:1px solid #ddd; background:#f7f7f7; cursor:pointer; }
	.day-btn.active { background:#2a3b7b; color:white; border-color:#2a3b7b; }
 
	.travel-card { border-radius:12px; padding:18px; text-align:center; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease; border:1px solid #eee; background:#180A55; }
	.travel-card.selected { box-shadow:0 8px 22px rgba(42,59,123,0.12); transform:translateY(-6px); border-color:#2a3b7b; }
 
	.popular-card { cursor:pointer; border-radius:12px; box-shadow:0 4px 10px rgba(0,0,0,0.03); border:1px solid #eee; padding:12px; }
	.popular-card.selected { outline:3px solid rgba(42,59,123,0.12); transform:translateY(-6px); }
 
	.suggestion-list { position:absolute; z-index:1100; width:100%; background:#fff; border:1px solid #eee; border-radius:8px; max-height:240px; overflow:auto; box-shadow:0 6px 18px rgba(0,0,0,0.08); }
	.suggestion-item { padding:12px; cursor:pointer; }
	.suggestion-item:hover { background:#f5f5f5; }
 
	@media (max-width:576px) { .hero { min-height:160px; } .site-header h1 { font-size:16px; } }
 
@media screen and (max-width: 767px) {
	.day-btn{
    	margin-right: 0;
    	font-size: 12px;
	}
	.chip{
    	font-size: 12px;
 
	}
}
 
 	
 
    	.header-content {
        	display: flex;
        	align-items: center;
        	gap: 5px;
    	}
 
    	.back-arrow {
        	font-size: 24px;
        	cursor: pointer;
    	}
 
    	.header-title {
        	font-size: 14px;
        	opacity: 0.9;
    	}
 
    	.header-logo {
        	font-size: 32px;
        	font-weight: bold;
        	margin-top: 5px;
    	}
 
        .location-icon {
        	font-size: 40px;
        	margin-top: 10px;
        	display: flex;
        	justify-content: center;
    	}
 
 
  .simplifly-title {
	position: absolute;
	right: 0;
	white-space: nowrap;
	left: 100px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: -1px;
	text-align: center;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: block;
	width: max-content;
	animation: travel-scroll-left 15s
linear infinite;
	top: 90px;
}
          	/*! CSS Used keyframes */
    	@keyframes travel-scroll-left {
        	from {
 	           transform: translateX(100%);
        	}
 
        	to {
            	transform: translateX(-100%);
        	}
    	}
 
    	@keyframes travel-scroll-left {
        	from {
            	transform: translateX(100%);
     	   }
 
        	to {
            	transform: translateX(-100%);
        	}
    	}
 
    	@keyframes travel-imgscroll {
        	0% {
            	transform: translateX(-30%);
            	opacity: 0;
        	}
 
        	10% {
            	opacity: 1;
        	}
 
        	100% {
            	transform: translateX(0);
            	opacity: 1;
        	}
    	}
 
    	@keyframes travel-imgscroll {
        	0% {
            	transform: translateX(-30%);
            	opacity: 0;
        	}
 
        	10% {
            	opacity: 1;
        	}
 
        	100% {
            	transform: translateX(0);
            	opacity: 1;
        	}
    	}
    	.sectionscenario{
        	    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 7px 10px 10px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    	}
 
    	.counter-display {
        	display: flex;
        	align-items: center;
        	gap: 10px;
        	margin: 0;
    	}
    	.text-mutedct {
       	color: #000000;
 
        	font-size: 16px;
        	font-weight: 500;
    	}
    	#calculatedDaysct {
        	font-size: 24px;
        	font-weight: bold;
        	color: #333;
    	}
 
    	.ctbtn {
        	width: 20px;
        	height: 20px;
        	border: 1px solid #ddd;
        	background-color: #fff;
        	border-radius: 4px;
        	cursor: pointer;
        	font-size: 18px;
        	font-weight: bold;
        	transition: all 0.2s;
        	display: flex;
        	align-items: center;
        	justify-content: center;
    	}
    	.ctbtn:hover {
        	background-color: #007bff;
        	color: white;
        	border-color: #007bff;
	    }
    	.ctbtn:active {
        	transform: scale(0.95);
    	}
 
    	.travel-card1{
background: #180A55;
 
    	}
    	.travel-card2{
background: #122634;
 
    	}
    	.travel-card3{
background:#005DAC;
    	}
    	.textsl{
        	color: white;
    	}
 
 	.adults{   display: flex;
	justify-content: space-between;
	}
	.input-group{
    	width: 30%;
	}
 /* results list */
.results-head {
  margin: 12px 0 8px;
  color: #666;
  font-size: 13px;
  padding: 2px 20px;
}

.result-card {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(22, 44, 78, 0.06);
  border: 1px solid rgba(10, 20, 40, 0.04);
  margin-bottom: 18px;
  width: 31%;
  float: left;
  margin: 1%;
            padding: 12px;
        background: linear-gradient(180deg, rgba(182, 217, 242, 0) 0%, rgba(182, 217, 242, 0.2) 100%);
        border: 1px solid rgba(0, 93, 172, 0.1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.14);
}

@media only screen and (max-width: 480px) {
  .result-card {
    width: 100%;
  }

  .newcontent_card {
    max-width: 600px;
  }
}

.result-thumb {
  width: 92px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
}

.result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.result-meta {
  flex: 1;
}

.result-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1b2430;
}

.result-desc {
  font-size: 13px;
  color: #6b7780;
  line-height: 1.25;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.pill-yellow {
  display: inline-block;
  background: var(--accent);
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  margin-right: 8px;
}

.result-icons {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #6b7780;
  font-size: 13px;
}

/* mobile friendly tweaks */
@media (max-width:420px) {
  .page {
    padding-left: 6px;
    padding-right: 6px
  }

  .hero-yellow {
    font-size: 46px;
    height: 62px;
    top: 28px;
  }

  .hero-banner {
    height: 120px
  }

  .back-btn {
    font-size: 22px
  }
}

.newcontent_card {
  max-width: 100%;
}

#resultsList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.loader {
  width: 100%;
  height: 100%;
  background: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9995 !important;
}

.loader svg {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgb(255, 255, 255) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-gif {
  width: 80px;
  height: 80px;
}
