
body {
	background: #fff;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #636363;
	letter-spacing: 0rem;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.list-style-type-disc li{
	list-style-type: disc;
	margin-left: 14px;
	margin-top: 20px;
}
p {
	line-height: 1.6rem;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}
.svg-icon{
	width: 40px;
	height: 40px;
	fill: currentColor;
}
.section {
	position: relative;
	display: block;
}

.font-size-12{
	font-size: 12px;
}
.font-size-14{
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
	line-height: 1.4rem;
}
.font-13 {
	font-size: 13px;
	line-height: 1.2rem;
}
.font-18{
	font-size: 18px;
}
.font-size-17{
	font-size: 17px;
}


/* App Css */

.full-cover-bg{
	width: 100%;
	height: 100%;
}
body{
	background-color: #ffffff;
}
.app-wrapper-container{
	width: 100%;
	display: block;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
	padding-bottom: 110px;
}
.app-top-section{
}
.full-height{
	height: 100vh;
}
.full-width{
	width: 100%;
}
.full-cover-bg{
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.splash-wrap{	
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Logo animation */
.splash img {
	width: 200px; /* adjust to your logo size */
	animation: scaleUp 1.5s ease forwards;
	max-width: 200px;
	padding-top: 0;
}
 @keyframes scaleUp {
 0% {
 transform: scale(0);
 opacity: 0;
}
 60% {
 transform: scale(1.2);
 opacity: 1;
}
 100% {
 transform: scale(1);
}
}
 @keyframes fadeOut {
 to {
 opacity: 0;
 visibility: hidden;
}
}
.top-bar-wrapper{
	display: block;
	background-color: #ffffff;
	padding: 10px 0;
	min-height: 40px;
}
.app-back-btn{
	position: absolute;
  left: 0;
  top: 0;
  font-size: 1.625rem;
  color: #000;
  text-decoration: none !important;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;	
}
.app-bar-title{
	font-size: 1.675rem;
	color: #000;
}
.app-back-btn:hover{
     color: #d88b79;
}
.splash-wrap.full-cover-bg{
	background-position: top center;
}
.top-bar-section{
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	color: #000;
	font-weight: 600;
	min-height: 53px;
	padding:2.5rem 0 0rem;
	letter-spacing: 0;
}
.padding-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.heading{
	display: block;
	position: relative;
}
.heading h2{
	font-size: 1.625rem;
	color: #000;
	font-weight: 600;
	line-height: 100%;
}
.custom-hori-scroll {
  display: flex;
  gap: 0;
  justify-content: start;
  overflow: hidden;  
  width: 100%;
}
.hori-scroll-box {
  width: 180px;
  display: block;
  min-width: 180px;
}
.hori-scroll-box-alt {
  width: 100%;
  min-width: 100%;
  padding-bottom: 5px;
  height: 100%;
}
.product-box {
  background-color: #ffffff !important;
  border-radius: 0.725rem;
  padding: 0 0 10px;
  display: flex;
  justify-content: start;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.product-box-image{
	overflow: hidden;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 160px;
  min-height: 160px;
  position: relative;
}
.product-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-box-content{
	display: block;
	width: 100%;
	padding: 1rem;
	text-align: center;
	white-space: normal;
}
.product-box-content h4{
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	margin-bottom: 1rem;
}
.product-box-content p{
	font-size: 0.825rem;
	line-height: 1.2rem;
	color: #4a4949;
	margin-bottom: 1rem;
	min-height: 2.45rem;
}
.custom-btn {
  border-radius: 0.425rem;
  color: #fff;
  background-color: #000;
  font-size: 0.825rem;
  letter-spacing: 0.02rem;
  padding: 0.625rem 1.25rem;
  border-color: transparent;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04rem;
  border: none;
  border: 2px solid transparent;
}
.custom-btn:hover{
	border-color: #000;
	color: #000;
}
.full-width-image-section{
	display: block;
	position: relative;
}
.full-width-image-section img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
}
.dimension-wrapper{
	padding: 1.625rem 1.125rem;
	background-color: #ffffff;
	border-radius: 0.625rem;
	overflow: hidden;
}
.dimension-box-middle{
	max-width: 50px;
	text-align: center;
	width: 100%;
	font-size: 2rem;
	color: #000;
}
.dimension-box-middle i{
	margin-top: 1.45rem;
}
.dimension-box .form-control, .dimension-box .form-select {
  height: 44px;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.075);
  font-size: 14px;
}

.circle-arrow-bg-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none !important; /* Outer border */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  position: relative;
  background: transparent url('../images/circle-arrow-left.png') no-repeat center;
  background-size: 100%;
  text-indent: -99999999px;
}
.circle-arrow-bg-btn-alt {
   background: transparent url('../images/circle-arrow-right.png') no-repeat center;
   background-size: 100%;
  text-indent: -99999999px;
}
.app-footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 0.938rem;
	gap: 0.675rem;
}
.footer-call-image{
}
.footer-call-image img{
	width: 50px;
	height: 50px;
	display: block;
}
.footer-call-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top-bar-colm-transparent{
	background-color: transparent !important;
	color: #050505;
	font-size: 1.125rem;
	gap: 0.625rem;
	justify-content: start;
	letter-spacing: 0;
	font-weight: 700;
}
.top-icon{
	display: flex;
	width: 44px;
}
.top-icon img{
	width: 100%;
	height: auto;
	display: block;
}
.top-bar-section-transparent{
	background-color: transparent !important;
}
.quote-details-section .color-box{
	border: none;
	border-radius: 0;
	height: auto;
	width: 36px;
	min-width: 36px;
	max-width: 36px;
	margin-right: 0.5rem;
}
.quote-text-top{
	color: #5a5a5a;
	font-size: 13px;
	margin-bottom: 0px;
	letter-spacing: 0.02rem;
}
.quote-text-bottom{
	font-size: 14px;
}
.quote-details-box{
	display: flex;
	align-items: center;
	width: 100%;
	flex-grow: 1;
}


.total-card {
  background: linear-gradient(145deg, #141414, #1c1c1c);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.total-card span {
  font-size: 0.875rem;
}
.total-card hr {
  border-style: dashed;
}
.order-btn {
  position: relative;
  background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.02rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 2px solid #000;
  outline: none;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Outer white border */
.order-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 60px;
  border: 2px solid #000;
  pointer-events: none;
}
/* Hover effect (optional) */
.order-btn:hover {
  background: linear-gradient(145deg, #1a1a1a, #000);
}
.order-btn i{
	font-size: 1.25rem;
	line-height: 100%;
}
.order-form-details .form-control{
	font-size: 0.825rem;
	color: #000;
	height: 48px;
	padding: 0.675rem 1rem;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.order-form-details textarea.form-control{
	height: auto;
}
.splash-btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30%;
	z-index: 10;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.splash-btn .order-btn{
	background: #ffffff !important;
	color: #000 !important;
	display: flex;
	gap: 0.3rem;
	border-color: #ffffff !important;
}
.splash-btn .order-btn:before {
  border: 2px solid #fff;
}
.splash-btn .order-btn .icon-sm{
	width: 12px;
	margin-top: -1px;
}

#scanner-overlay{
  position: fixed;
  inset: 0;
  background: black;
  display: none;
  z-index: 9999;
}
#scanner{
  width: 100%;
  height: 100%;
}
#scanner video{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#closeScan{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 10000;
}

.mobile-width{
    width:100%;
}

 @media only screen and (max-width: 560px) {

.mobile-width{
    width:60px;
}
}


