button, input {
	border-radius: 0;
}
.sec-eq {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0 !important;
    background: #000;
/*    background:url(../../images/back.png); */
    width: 100%;
    z-index: 111;
/*     padding: 8px 0; */
}
.sec-eq form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.eqTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    color: #fff;
}
.sec-eq .eqTitle {
    margin-left: 0;
}
.formControl {
	margin: 0 15px;
	width: 160px;
}
.formControl input {
	width: 100%;
	min-height: 36px;
	outline: 0;
	padding: 0 10px;
	font-family: inherit;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
}
.formControl.btn {
	width: 100px;
}
.subBtn {
	background: #fff;
	border:0;
	outline: 0;
	color: #000;
	min-height: 36px;
	line-height: 36px;
	padding: 0px 20px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
  border:1px solid #000;
}
input[type='number'] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.error_bottom {
	border-bottom: 2px solid red !important;
}
.mobEq {
	display: none;
}
.closeBtn {
	display: none;
}
.sec-eq .intl-tel-input {
	color: #fff;
}
.sec-eqMobile {
	display: none;
}
.closeIcon {
	display: none;
}
.sec-eq.show {
    display: block;
    position: fixed;
  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 11111;
}

@keyframes upSlide {
    from {
        transform: translate(-50%,-50%) scale(1.2);
        transform-origin: center;
        opacity: 0,
    }

    to {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1,
    }
}
.sec-eq.show .container {
	transform-origin: center;
	position: absolute;
	width: 300px;
	background: #fff;
/*   background:url(../../images/back.png); */
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
	animation-name: upSlide;
    -webkit-animation-name: upSlide;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both
}
.sec-eq.show .closeIcon {
    display: flex;
    position: absolute;
    right: 15px;
    font-size: 1.5em;
    top: 10px;
    color: #000;
    transform: rotate(45deg);
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #ffff;*/
    cursor: pointer;
}
.sec-eq.show .eqTitle {
	margin: 15px 0
}
.sec-eq.show form {
	flex-direction: column;
}
.sec-eq.show .formControl {
	width: 100%;
	margin:0 0 15px 0;
  text-align:center;
}
@media only screen and (max-width: 1200px) {
	.eqTitle {
		font-size: 13px;
	}
	.formControl {
		width: 180px;
		margin: 0 8px;
 	}
}
@media only screen and (max-width: 800px) {
	.formControl {
		width: 140px;
		margin: 0 8px;
 	}
}
@media only screen and (max-width: 767px) {
	.sec-eq {
		display: none;
	}
	.sec-eq form {
		flex-direction: column;
	}
	.formControl {
		width: 100%;
		margin:0 0 15px 0;
	}
	.sec-eqMobile {
		display: flex;
		position: fixed;
/*      background:url(../../images/back.png); */
		bottom: 0;
		left: 0;
		font-size: 20px;
		color: #000;
		background: #d4a84a;
    
		width: 100%;
		text-align: center;
		z-index: 99;
	}
  
  .poweredby {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		font-size: 20px;
		color: #fff;
		background: #f7931d;
		width: 100%;
		text-align: center;
		z-index: 99;
	}
	.mobContact img {
		margin-right: 5px;
	}
	.sec-eqMobile a {
		padding: 14px 0;
		width: 50%;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
    font-weight:600;
	}
	a.mobEqNow {
/* 		background-color: #af8227; */
	}
	.closeIcon {
	    display: flex;
	}
}
@media only screen and (max-width: 520px) {
	.sec-eqMobile {
		font-size: 16px;
	}
}

.opt-section {
	background:rgba(0,0,0,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.opt-section.show {
	display: block;
}
.optWpr {
	width: 240px;
	background-color: #000;
	padding: 15px 15px 25px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.optWpr .formControl {
	width: 100%;
	margin: 0 0 15px 0;
}
.optWpr a {
	display: inline-block;
	margin: 0 5px;
}
.optWpr .formControl.btn {
	margin: 0;
}

.sec-eq input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.sec-eq input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.sec-eq input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.sec-eq input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.site-footer {
    background: #111;
    color: #fff;
    font-family: 'Fakt Pro', sans-serif;
    padding: 30px 40px 100px;   /* balanced top/bottom, bottom still clears .sec-eq */
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.site-footer .footer-logo {
    flex-shrink: 0;
}
.site-footer .footer-logo img {
    width: 130px;
    max-width: 130px;
    height: auto;
    display: block;
}
.site-footer p {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.7;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
    color: white;
}
.site-footer .footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    padding-right: 60px; /* keeps links clear of the floating WhatsApp button */
}
.site-footer .footer-links a {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    opacity: 0.85;
    white-space: nowrap;
}
.site-footer .footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .site-footer {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px 150px;
        gap: 12px;
        min-height: unset;
    }
    .site-footer .footer-links {
        padding-right: 0;
    }
}

/* ================================================
   STICKY BAR LAYOUT (Name / Email / Mobile / OTP / Submit / consent)
   ================================================ */
.sec-eq {
    padding: 8px 0;
}

.sec-eq form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.sec-eq .eqTitle,
.sec-eq form > font {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* shrinkable so the row survives the OTP field appearing */
.sec-eq .formControl {
    flex: 0 1 171px;
    width: auto;
    margin: 0 12px;
    min-width: 0;
}

.sec-eq .formControl.btn {
    flex: 0 0 auto;
    width: auto;
}

/* OTP field needs more room than a plain input */
.sec-eq .formControl.otp-field,
.sec-eq .formControl:has(.otp-input-wrap) {
    flex: 0 1 220px;
    width: auto;
    margin: 0 12px;
}

/* consent block gets the leftover space */
.sec-eq .formControl.input_wrap.block {
    flex: 1 1 420px;
    width: auto;
    min-width: 300px;
    margin: 0 0 0 12px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.sec-eq .formControl.input_wrap.block input[type="checkbox"] {
    width: 13px !important;
    height: 13px;
    min-height: 0 !important;
    margin: 2px 0 0 0;
    flex: 0 0 auto;
}

.sec-eq .formControl.input_wrap.block .input_label {
    width: auto !important;
    margin: 0;
    font-size: 9px !important;
    line-height: 1.35;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

/* --- popup version stays stacked --- */
.sec-eq.show form {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
}

.sec-eq.show .formControl,
.sec-eq.show .formControl.btn,
.sec-eq.show .formControl.otp-field,
.sec-eq.show .formControl.input_wrap.block {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    margin: 0 0 15px 0;
}

.sec-eq.show .formControl.input_wrap.block {
    justify-content: flex-start;
}

/* --- give the bar room to spread --- */
@media only screen and (min-width: 768px) {
    .sec-eq .container {
        max-width: 100% !important;
        width: 100%;
        padding: 0 20px;
    }
}