.hero-section .container {
  position: relative;
  z-index: 10;
}
#hero-1 {
  position: relative;
  background-image: url(https://dsathemes.com/html/mobicom/files/images/hero-1.jpg);
  background-position: center bottom;
  padding-top: 180px;
  padding-bottom: 100px;
}
.bg-fixed {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.full-screen {
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 992px) {
	.g-font-size-50--lg {
		font-size: 3.57143rem !important;
	}
	.g-width-55x--lg {
		width: 55%;
	}
}

/*with video*/
.hero-section {
  position: relative;
  width: 100vw;
  /* height: 100vh; */
  height: 800px;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 5%;
}
@media (min-width:768px) and (max-width:991px){
	.hero-content {
		position: relative;
		margin-left: 10%!important;
		padding: 10px;
		height: auto;
		color: black;
		text-align: center;
	  }
}

/* === Logo before title === */
.hero-logo {
  max-width: 90px;
  height: auto;
  margin-bottom: 15px;
  margin-top: 45px;
}
.hero-logo-wrap {
  display: flex;
  flex-direction: column;
}

/* === Mobile Styles === */
@media (max-width: 768px) {
   .full-screen {
     height: 600px;
   }
  .hero-section {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .hero-video {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    min-width: unset;
    min-height: unset;
    object-fit: cover;
    z-index: 0;
  }
  .video-overlay {
    display: none;
  }
  .hero-content {
    position: relative;
    margin-left: 0%;
    padding: 0px;
    height: auto;
    color: black;
	text-align: center;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-logo-wrap {
    align-items: center;
  }
  .hero-logo {
    /* max-width: 140px; */
    margin-bottom: 10px;
	margin-top:40px;
  }
}
/*with video*/

.hero-button {
  background: linear-gradient(to right, #A1CB48 0%, #21A5AC 100%) !important;
  color: #fff;
  border-radius:15px;
  font-size:16px;
}
.hero-button:hover {
  background: linear-gradient(to right, #21A5AC  0%, #A1CB48 100%) !important;
  color: #fff;
  text-decoration:none;
}
.pagetagline{
	color:white;
	font-size:60px;
	font-weight:700;
	max-width: 600px;
}
.pagetaglineinfo{
	color:white;
	font-size:24px;
	font-weight:600;
	max-width: 600px;
}

.pagedescription{
	max-width: 500px;
	color:white;
}


@media (max-width: 768px) {
	.pagetagline{
		color:black;
		font-size: 40px !important;
		font-weight:700;
		max-width: 600px;
	}
	.pagetaglineinfo{
		color:black;
		font-size: 19px !important;
		font-weight:600;
		max-width: 600px;
	}
	.pagedescription{
		max-width: 500px;
		color:black;
	}

}
.custom-boxshadow {
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}


/*intro*/
/* @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: 140%;      /* scale beyond container */
    max-width: 140%;
    height: auto;
    transform: scale(1.1);
	margin-top: 135px;
}

@media (max-width: 767px) {
	.prodfeat__img img {
		width: 110%;      /* scale beyond container */
		max-width: 120%;
		height: auto;
		transform: scale(1.1);
		margin-top: -28px;
	}
}

.prodfeat{
    position:relative;
}

/*carousel*/

/* .pc-item{
    flex:0 0 clamp(150px,22%,220px);
    min-width:150px;
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.pc-track.fit {
    justify-content: space-between;
}

.pc-track.fit .pc-item {
    flex: 1 1 0;
    max-width: none;
} */

/*tab*/

/* ===== Tabs ===== */
(.tabs-group * { min-width: 0; box-sizing: border-box; })

 .tabs-group,  .panel

.tabs-group {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.install-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  /* border-bottom: 1px solid #eee; */
  width: 100%;
  box-sizing: border-box;
}

.install-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-width: fit-content;
  white-space: nowrap;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 0 0 14px 0;
  font-family: inherit;
}

.install-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  border-radius: 4px;
  background:linear-gradient(135deg,#153ED9,#00B4C8)
  /* background: linear-gradient(to right, #f4a261, #e07a9e, #4fa3a1); */
}

.panel {
  display: none;
  padding: 24px 0;
  color: #333;
  line-height: 1.6;
}

.panel.active {
  display: block;
}

/* ===== Mobile-only  ===== */
@media (max-width: 768px) {
  .tabs-group,
  .install-tabs {
    min-width: 0;
  }

  .tabs-group * {
    min-width: 0;      /* only resets descendants below 768px */
  }

  .install-tabs {
    gap: 16px;
  }

  .install-tabs button {
    font-size: 16px;
  }
}

/*carousel*/

#toggleregistration #toggleBlock .toggle-panels .toggle-panel {
  display: block;
  width: 100%;
}

#toggleregistration #toggleBlock .toggle-panels .toggle-panel.is-hidden {
  display: none;
}

#toggleregistration #toggleBlock .toggle-panels .toggle-panel #faqAccordion,
#toggleregistration #toggleBlock .toggle-panels .toggle-panel #faqAccordion2 {
  display: block;
  width: 100%;
  float: none;
}

#toggleregistration #toggleBlock .toggle-panels .toggle-panel .mt-4 {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.pc-track {
  list-style: none;
  margin: 0;
  padding: 6px 2px 10px;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pc-track::-webkit-scrollbar {
  display: none;
}

.pc-item {
  flex: 0 0 clamp(150px, 22%, 220px);
  min-width: 150px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-track.fit {
  justify-content: space-between;
}

.pc-track.fit .pc-item {
  flex: 1 1 0;
  max-width: none;
}

.pc-figure {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}


/* ===== MOBILE-ONLY ===== */

@media (max-width: 768px) {
  #carouselpurchase,
  .pc-wrap,
  .pc-viewport {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  #carouselinstallios,
  .pc-wrap,
  .pc-viewport {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  #carouselinstallandroid,
  .pc-wrap,
  .pc-viewport {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  #carouseltopup,
  .pc-wrap,
  .pc-viewport {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .pc-track {
    min-width: 0;
    max-width: 100%;
    gap: 16px;
    padding: 6px 12px 10px;
  }

  .pc-item {
    min-width: 130px;
    flex: 0 0 clamp(130px, 40%, 180px);
  }
}

.bg-greycolor {
    background-color: #ededed;
}

/* ===== Promo List ===== */
.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;
}

.opt-ic-svg {
	width: 36px!important;
	height: 36px!important;
}


.promo-banner--seasonal01 {
    background: #DEE4FA;
    color: #000;
}
.promo-banner01 {
    border-radius: var(--r-lg);
    padding: 50px;

    justify-content: space-between;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    position: relative;
}

.widthsmart { width: 36px !important;}
