@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 img {
    width: 65%;      /* scale beyond container */
    max-width: 120%;
    height: auto;
    transform: scale(1.1);
	margin-top: -20px;
}

/* Mobile */
@media (max-width: 767px) {
	.prodfeat__img img {
		width: 80%;
		max-width: 120%;
		height: auto;
		transform: scale(1.1);
		margin-top: -48px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.prodfeat__img img {
		width: 105%;
		max-width: 110%;
		height: auto;
		transform: scale(1.05);
		margin-top: -100px;
	}
}

.pricingplansgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 760px;
	margin: 0 auto;
	justify-content: center;
}

@media (max-width: 700px) {
	.pricingplansgrid{
	  grid-template-columns: 1fr;
	}
}

.downloadgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 500px;
	margin: 0 auto;
	justify-content: center;
}

@media (max-width: 700px) {
	.downloadgrid {
	  grid-template-columns: 1fr;
	}
}

.bg-greycolor {
    background-color: #FAFAFA;
}

#timeline .steptl__body{
  max-height: none !important;
  overflow: visible;
}

/*on tablet*/
.toggle-panel__img {
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 440px;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tablet breakpoint — adjust min/max to match your framework's grid */
@media (max-width: 1024px) and (min-width: 768px) {
  .toggle-panel {
    grid-template-columns: 1fr; /* stack image above text instead of side-by-side */
    /* or if it's flex: flex-direction: column; */
  }

  .toggle-panel__img {
    background-size: contain;   /* overrides the inline style */
    min-height: 500px;          /* adjust to taste, or use aspect-ratio instead */
  }

}
.steptl__head {
	padding: 0px 0px !important;
	text-align: left !important;
}

.brand-card__logo {
	height:220px!important;
}


.steptl__dot::before { background: #ddebf9 !important; }

.steptl__dot { background: #fff !important; }
