.demo-hero {
	border-radius:0px!important;
	padding-top:60px;
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.demo-hero p {
	max-width:100%!important;
}

.btn{
     margin:0 auto;
}

@media (max-width: 767px) {
  .sec {
    padding-top: 70px!important; /* match your navbar height */
  }
}

@media (min-width: 768px) {
  .sec {
    padding-top: 80px; /* match your desktop navbar height */
  }
}


.prodfeat {
	border-radius:0px!important;
	padding-top:60px;
	padding-left:20px!important;
}	

.prodfeat__img {    
    overflow: hidden;
    position: relative;
}

.prodfeat__img img {
    /* width: 110%; */      /* scale beyond container */
	width: 130%;
    /*  max-width: 120%; */
    height: auto;
    transform: scale(1.0);
	/* margin-top: -58px; */
	display: block;   
}

.toggle-panel__img{
	height:650px;

}

#funtones .toggle-panel__img{
	height:560px;
}

@media (max-width: 767px) {
	.toggle-panel__img{
		height:auto;
	}
	#funtones .toggle-panel__img{
		height:auto;
	}
	.prodfeat__img img {
		width: 110%;      /* scale beyond container */
		max-width: 120%;
		height: auto;
		transform: scale(1.1);
		margin-top: -28px;
	}
}

/*tourist sim*/
.promo-graphic--5g {
	position: relative;
}

.prebook-badge {
	position: absolute;
	left: -12rem;
	top: 35%;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	/* box-shadow: 0 8px 24px rgba(0,0,0,0.15); */
}

/* ===== Promo List (Calls / SMS / Validity) ===== */
.promo-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
}

.promo-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.2;
}

.promo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: #e3e8fb;
	color: #2440d8;
}

.promo-icon svg {
	width: 18px;
	height: 18px;
}

/* ===== Secure / Fast / Pick-up line ===== */
.secure-line {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #444;
	font-size: 0.85rem;
	margin-top: -20px;
}

@media (max-width: 767px) {
	.secure-line {
		margin-top: -1.25rem;
        margin-left: 10px;
	}
}

.promo-img {
    height: 400px!important;
    width: auto;
    max-width: auto;
    object-fit: contain;
    display: block;
}

.promo-travel-img {
    height: 470px!important;
    width: auto;
    max-width: auto;
    object-fit: contain;
    display: block;
}

/*travel features*/
.features-row {
  display: flex;
  gap: 32px;
  margin: 28px 0;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 110px;
  flex-shrink: 0; /* prevents squishing on desktop */
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
}

.feature-label {
  font-size: 14px;
  font-weight: 500;
  color: #000!important;
  line-height: 1.3;
  margin: 0;
}

/* ===== Mobile fix ===== */
@media (max-width: 600px) {
  .features-row {
    flex-wrap: wrap;          /* let items drop to a new line */
    justify-content: center;
    gap: 16px 12px;           /* smaller row/column gaps */
  }

  .feature {
    width: calc(50% - 12px);  /* 2 per row instead of 4 in a line */
    flex-shrink: 1;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
  }

  .feature-icon svg {
    width: 22px;
    height: 22px;
  }

  .feature-label {
    font-size: 13px;
  }
}

.quickactionsicon-circle {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;   /* white circle */
  display: flex;
  align-items: center;
  justify-content: center;
}