*,
*::before,
*::after{
  box-sizing:border-box;
}

html, body{
  width:100%;
  overflow-x:hidden;
}

body, p {
	color: #f1f1f8; 
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

select {
/* Size and position */
    width: 50%;
    height: 40px;
    padding: 0 10px;
    /* Styles */
    /*border: none;  Remove the default border */
    background: black; /* Fallback */
    /* box-shadow: inset 0 0 10px rgba(255,255,255,0.5); inchis pentru payment gateways */

    /* Font styles */
    font-family: 'Montserrat', sans-serif;
    /* text-indent: 20%; */
    color: #00c6ff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-size: 18px;
    text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
}

select:focus {
    outline: none;
}

.p-large {
	color: #f1f1f8;
	font: 400 1rem/1.5rem "Open Sans", sans-serif;
}

.p-small {
	color: #f1f1f8;
	font: 400 0.75rem/1.25rem "Open Sans", sans-serif;
}

.p-heading {
	margin-bottom: 3.75rem;
	text-align: center;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: #f1f1f8;
	font: 700 2.5rem/2.875rem "Montserrat", sans-serif;
}

h2 {
	color: #f1f1f8;
	font: 700 2.25rem/2.75rem "Montserrat", sans-serif;
}

h3 {
	color: #f1f1f8;
	font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h4 {
	color: #f1f1f8;
	font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h5 {
	color: #f1f1f8;
	font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}

h6 {
	color: #f1f1f8;
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

a {
	color: #f1f1f8;
	text-decoration: underline;
}

a:hover {
	color: #f1f1f8;
	text-decoration: underline;
}

a.turquoise {
	color: #00c6ff;
}

a.white {
	color: #fff;
}

.testimonial-text {
	font: italic 400 1rem/1.5rem "Open Sans", sans-serif;
}

.testimonial-author {
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

.title-text {
	background-color: black;
	padding: 3.5rem;
}

.enterprise-arch{
    padding:100px 20px;
    color:#e6edf3;
    font-family:Inter,Segoe UI,sans-serif;
    text-align: center;
}

.enterprise-arch .container{
    max-width:1300px;
    margin:auto;
}

.pipeline{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    gap:50px;
    justify-content:space-between;
    margin-bottom:50px;
    z-index:2;
}

.node{
    flex:1;
    min-width: 180px;
    background: linear-gradient(180deg, #060606, #0b0b0b);
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    z-index: 3;
    align-content: center;
    border-radius: 8px;
    transition: .35s ease;
}

.node.active{
    border-color:#00c6ff;
    box-shadow:0 0 20px rgba(0,198,255,.25);
    transform:translateY(-6px);
}

.node.success {
    border-color: #22c55e;
    box-shadow: 0 0 20px rgba(34, 197, 94, .35);
    transform: translateY(-6px);
}

.node h4{
    font-size:15px;
    margin-bottom:8px;
    color:#58a6ff;
	text-align: center;
}

.node p{
    font-size:13px;
    color:#8b949e;
	text-align: center;
}

.topology-svg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:1;
}

.packet{
    fill:#00e5ff;
}

.progress{
    height:4px;
    background:#1f2933;
    border-radius:4px;
    overflow:hidden;
    margin-bottom:50px;
}

.progress-bar{
    height:100%;
    width:0%;
    background:linear-gradient(90deg,#00c6ff,#00f0ff);
    transition:width .4s ease;
}

.log{
    margin-top:50px;
    padding:25px;
    border:1px solid #30363d;
    font-size:12px;
    overflow:auto;
    color:#8b949e;
    border-radius: 8px;
    line-height:1.6;
    text-align: left;
}

@media(max-width:900px){
    .pipeline{gap:20px}
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #00c6ff;
	border-radius: 2rem;
	background-color: #00c6ff;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #00c6ff;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 1px solid #00c6ff;
	border-radius: 2rem;
	background-color: transparent;
	color: #00c6ff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #00c6ff;
	text-decoration: none;
}

.btn-solid-lg .fab {
	margin-right: 0.5rem;
	font-size: 1.25rem;
	line-height: 0;
	vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
	font-size: 1rem;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 1px solid #00c6ff;
	border-radius: 2rem;
	background-color: transparent;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-outline-reg:hover {
	background: #00c6ff;
    color: #000;
    box-shadow: 0 0 15px #00c6ff;
    transform: translateY(-3px);
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 0.125rem solid #00c6ff;
	border-radius: 2rem;
	background-color: transparent;
	color: #00c6ff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #00c6ff;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.875rem 1.625rem;
	border: 0.125rem solid #00c6ff;
	border-radius: 2rem;
	background-color: transparent;
	color: #00c6ff;
	font: 700 0.625rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #00c6ff;
	color: #fff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.hide-scrollbar {
  /* Hide scrollbar for IE, Edge, and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari, and Opera (WebKit browsers) */
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* WebKit */
}


.logprogress {
    width: 100%;
    max-width: 630px;
    height: 6px;
    background: #111;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
}

#progressFill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg,#00c6ff,#00f0ff);
    transition: width .3s ease;
}

#logConsole {
    margin-top: 20px;
    height: 160px;
    overflow-y: auto;
    font-family: Consolas, monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #e6e6e6;
    padding: 5px 0;
}

#logConsole .log-line {
    white-space: pre-wrap;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #f1f1f8;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.0625rem;
	padding-bottom: 0.0625rem;
	padding-left: 1.3125rem;
	border: 4px solid rgb(57 57 57 / 25%);
	border-radius: 0.25rem;
	background-color: #000000cc;
	color: #f1f1f8;
	font: 400 0.875rem/1.875rem "Open Sans", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 4px solid rgb(57 57 57 / 25%);
	border-radius: 0.25rem;
	background-color: #000000cc;
	color: #f1f1f8;
	font: 400 0.875rem/1.75rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #f1f1f8;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #f1f1f8;
}

.checkbox {
	font: 400 0.75rem/1.25rem "Open Sans", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 1px solid #00c6ff;
	border-radius: 1.5rem;
	background-color: transparent;
	color: #00c6ff;
	font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}

.form-control-submit-button:hover {
	background: #00c6ff;
    color: #000;
    box-shadow: 0 0 15px #00c6ff;
    transform: translateY(-3px);
}

/* Form Success And Error Message Formatting */
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #f1f1f8;
	font: 400 1.125rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
	color: #f1f1f8;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  border-radius: 8px;
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */


@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	background-color: #000000bf;
	font: 700 0.75rem/2rem "Montserrat", sans-serif;
	transition: all 0.2s;
	padding: 2.5rem 4rem 2.5rem 4rem;
	box-shadow: 0 0 25px #000000cc inset;
	border: 1px solid #1c1c1c;
	position:fixed;
	top:12px;
	left:50%;
	border-radius: 8px;
	transform:translateX(-50%);
	width:92%;
	max-width:1220px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 18px;
	z-index:9999;
	backdrop-filter: blur(8px);
}

.navbar-custom .navbar-brand.logo-image img {
    width: 113px;
	height: 34px;
	margin-bottom: 1px;
	-webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
	font: 700 2.375rem/1.5rem "Montserrat", sans-serif;
	color: #fff;
	letter-spacing: -0.5px;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0 0.75rem 0 0.75rem;
	text-decoration: none;
	transition: all 0.2s ease;
	color: white;
	background: url('../images/text-bg.jpg') center/cover no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: white;
	transform: scale(1.07);
}

/*************************/
/*     02. Preloader     */
/*************************/
.preloader {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: black;
  z-index: 999999;
  transition: opacity 0.6s ease;
}

body.loading {
  overflow: hidden !important;
}

.preloader.done {
  opacity: 0;
  pointer-events: none;
}

.logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.bar-wrap {
  width: 300px;
  text-align: center;
}

.bar {
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00c6ff, #00f0ff);
  border-radius: 10px;
  transition: width 0.3s ease;
}

.label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	border: none;
	background-color: #000000bf;
	border: 1px solid #1c1c1c;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: transparent;
}

.navbar-custom .dropdown-item .item-text {
	font: 700 0.75rem/1.5rem "Montserrat", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: transparent;
	background: url('../images/text-bg.jpg') center/cover no-repeat;
	background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.25rem auto 0.25rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 25px;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}

#aam_dashboard{
  display:flex;
  justify-content:center;
  font-family:Segoe UI, sans-serif;
}
.aam_container{
  background:transparent;
  width:100%;
  max-width:700px;
  border-radius:8px;
  padding:35px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  color:#e5e7eb;
}
.aam_header{text-align:center;margin-bottom:25px;}
.aam_header h2{margin:0;font-size:22px;font-weight:600;}
.aam_header p{margin-top:6px;font-size:13px;color:#9ca3af;}

.aam_logo_wrap{
  display:flex;
  justify-content:center;
  align-items:center;
}
.aam_logo_wrap svg{height:55px;}

.aam_status_indicator{
  text-align:center;
  font-size:13px;
  margin-bottom:15px;
}
.aam_dot{
  display:inline-block;
  width:10px;height:10px;
  border-radius:50%;
  margin-right:6px;
}
.aam_connected{background:#22c55e;}
.aam_disconnected{background:#ef4444;}

.aam_field{margin-bottom:14px;}
.aam_field label{
  font-size:11px;color:#6b7280;
  text-transform:uppercase;letter-spacing:1px;
  display:block;margin-bottom:5px;
}
.aam_field input{
  width:100%;padding:11px;
  background:#0f172a;border:1px solid #1f2937;
  border-radius:8px;color:#38bdf8;
  font-family:monospace;font-size:13px;
  justify-items: center;
}

.aam_driver_section{
  margin-top:25px;
  padding-top:20px;
  border-top:1px solid #1f2937;
}
.aam_driver_title{
  font-size:13px;
  color:#9ca3af;
  margin-bottom:10px;
  text-align:center;
}
.aam_driver_grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.aam_connect_btn{
  width:100%;
  padding:10px;
  margin-bottom:15px;
  margin-top:15px;
  background:#16a34a;
  border:none;
  border-radius:8px;
  color:white;
  font-size:13px;
  cursor:pointer;
}
.aam_connect_btn:hover{
  background:#15803d;
}

.aam_driver_btn{
  padding:8px;
  border:none;
  border-radius:8px;
  background:#2563eb;
  color:white;
  cursor:pointer;
  font-size:12px;
}
.aam_driver_btn:hover{
  background:#1d4ed8;
}

.aam_status{text-align:center;margin-top:15px;margin-bottom:15px;font-size:13px;}
.aam_success{color:#22c55e;}
.aam_error{color:#ef4444;}
.aam_warning{color:#f59e0b;}
/*********************/
/*    04. Header     */
/*********************/
.header {
	background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/background.jpg') center center no-repeat;
	background-size: cover;
}

.header .header-content {
	padding-top: 8.5rem;
	padding-bottom: 0rem;
	text-align: center;
}

.header .text-container {
	margin-bottom: 3rem;
}

.header h1 {
	margin-bottom: 1rem;
}

.header #js-rotating {
	color: #00c6ff;
}

.header .p-large {
	margin-bottom: 2rem;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}

/****************************/
/*    Toast Notifications   */
/****************************/
  .toast-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 99999;
    width: 90%;
    max-width: 480px;
    pointer-events: none;
  }

  .toast {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 12px;
	min-width: 280px;
    max-width: 100%;
    border-radius: 12px;
    padding: 16px 22px;
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-40px) scale(0.97);
    opacity: 0;
    animation: toastIn 0.5s cubic-bezier(.25,.9,.25,1.15) forwards;
  }

  .toast.success { background: rgba(46, 204, 113, 0.92); }
  .toast.error { background: rgba(231, 76, 60, 0.92); }

  .toast .icon svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .toast .message {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .toast .close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .toast .close:hover {
    opacity: 0.8;
  }

  @keyframes toastIn {
    0% {
      opacity: 0;
      transform: translateY(-40px) scale(0.97);
    }
    60% {
      opacity: 1;
      transform: translateY(6px) scale(1);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes toastOut {
    0% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    40% {
      opacity: 0.7;
      transform: translateY(-10px) scale(0.99);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px) scale(0.95);
    }
  }

  @media (max-width: 420px) {
    .toast {
      font-size: 15px;
      padding: 12px 16px;
    }
  }
  
  
/* ===== Contact Us ===== */
.contact-us {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 0px 20px 0px;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: url('../images/contact-background.jpg') center bottom no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 100vh;
}

.contact-form,
.faq-section {
	flex: 0 0 550px;
	background: rgba(15, 15, 15, 0.85);
	padding: 30px 25px;
	border: 1px solid rgba(255,255,255,0.08);
	transition: all 0.3s ease;
	box-sizing: border-box;
	border-radius: 8px;
	backdrop-filter: blur(12px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-form:hover,
.faq-section:hover {
	border-color: #00c6ff;
  box-shadow: 0 0 20px rgba(0, 198, 255, .25);
  transform: translateY(-6px);
    }

.contact-form h2,
.faq-section h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 1.6rem;
	text-align: center;
	color: #58a6ff;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

    /* ===== Contact Form ===== */
    form {
      display: flex;
      flex-direction: column;
      gap: 18px;
      flex: 1;
    }

    .input-group {
      position: relative;
      width: 100%;
    }

    .input-group img {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
    }

    .input-group input,
    .input-group textarea {
      width: 100%;
	  height: 52px;
      padding: 12px 15px 12px 50px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
      font-size: 15px;
      box-sizing: border-box;
      transition: all 0.3s ease;
    }

    .input-group input:focus,
    .input-group textarea:focus {
      background: rgba(255, 255, 255, 0.1);
      border-color: #00c6ff;
      box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
    }

    .input-group textarea {
      resize: none;
      height: 150px;
    }

    .contact-form button {
      padding: 12px;
      border: 1px solid #00c6ff;
      border-radius: 8px;
      background: transparent;
      color: #00c6ff;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .contact-form button:hover {
      transform: scale(1.02);
      box-shadow: 0 0 20px rgba(0,198,255,.25);
    }

    /* ===== FAQ Section ===== */
    .faq-content {
      flex: 1;
    }

    .faq-item {
      margin-bottom: 15px;
      padding: 10px 15px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 10px;
      transition: all 0.3s ease;
    }

    .faq-item:hover {
      background: rgba(255, 255, 255, 0.08);
    }

    .faq-item h3 {
      font-size: 1.05rem;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #58a6ff;
      margin-bottom: 6px;
      font-family: 'Orbitron', sans-serif;
    }

    .faq-item h3 img {
      width: 18px;
      height: 18px;
    }

    .faq-item p {
      font-size: 0.9rem;
      color: #bbb;
      margin-left: 28px;
      line-height: 1.4;
    }

    /* ===== Contact Details ===== */
    .contact-item {
	  background-color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
	  padding-bottom: 10px;
    }

    .contact-item a {
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 10px 10px;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.05);

      transition: all 0.3s ease;
      font-weight: 500;
    }

    .contact-item a:hover {
      background: #00c6ff;
      color: #000;
      box-shadow: 0 0 15px #00c6ff;
      transform: translateY(-3px);
    }

    .contact-item img {
      width: 22px;
      height: 22px;
    }

    /* ===== Responsive ===== */
    @media (max-width: 900px) {
      .contact-us {
        flex-direction: column;
        align-items: center;
      }

      .contact-form,
      .faq-section {
        width: 100%;
        max-width: 500px;
      }

      .contact-details {
        width: 100%;
      }
    }

/****************************/
/*   Business Contact Card  */
/****************************/
.outer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  text-align: center;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 90%;
    max-width: 1000px;
  }
  
.card-container h4 {
	align-items: center;
	text-align: center;
  }

.card {
  background: linear-gradient(180deg, #060606, #0b0b0b);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

  .card:hover {
  transform: translateY(-5px);
}

  .company-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #555;
    font-size: 24px;
  }

  .name {
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
  }

  .location {
    color: #555;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.95em;
  }

  .flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
  }

  .contacts a {
    display: inline-block;
    margin: 0 8px;
    text-decoration: none;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.9em;
    transition: background 0.3s ease;
  }

  .whatsapp { background: #25D366; }
  .telegram { background: #0088cc; }
  .signal { background: hsl(236.91deg 97.98% 61.18%); }

  .contacts a:hover {
    opacity: 0.8;
  }

  .payments {
    margin-top: 15px;
    font-size: 0.8em;
    color: #555;
  }

  .payments span {
    display: inline-block;
    background: #1c1c1c;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;
  }

/* === iPhone Series Grid Layout === */
.series-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 cards per row */
  gap: 25px;
  max-width: 1100px;
  width: 90%;
  margin: 60px auto; /* ✅ centers horizontally and adds vertical spacing */
  justify-content: center; /* ✅ centers grid content if there’s extra space */
  align-items: start; /* keeps all cards aligned neatly at the top */
  text-align: center; /* ensures titles and inner text are centered */
}

.series-card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  border: 2px solid #1c1c1c;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 253, 255, 0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.series-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,253,255,0.15) 0%, transparent 40%);
  transform: rotate(30deg);
  animation: glowRotate 10s linear infinite;
}

@keyframes glowRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.series-card:hover {
  animation: pulseGlow 1.2s ease infinite alternate;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 10px rgba(0, 253, 255, 0.2); }
  100% { box-shadow: 0 0 25px rgba(0, 253, 255, 0.4); }
}

.series-title {
  font-size: 1.4rem;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.model-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.model-item {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.model-item:hover {
  background: rgba(0, 253, 255, 0.15);
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 253, 255, 0.3);
}

.series-price {
  border-top: 1px solid rgba(0, 253, 255, 0.2);
  padding-top: 15px;
}

.series-price span {
  display: block;
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 5px;
}

.series-price h3 {
  font-size: 1.5rem;
  color: #00c6ff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 253, 255, 0.4);
}

/* ✅ Responsive tweaks */
@media (max-width: 600px) {
  .series-card {
    padding: 20px;
  }
  .series-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .series-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .series-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .series-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .series-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/****************************/
/*     05. Testimonials     */
/****************************/
.slider-1 {
	padding-top: 4.875rem;
	padding-bottom: 4.375rem;
	background-color: black;
}

.slider-1 h2{
	padding-bottom: 2rem;
	text-align: center;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 90%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f1f1f8'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-1 .swiper-button-next {
	right: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f1f1f8'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-1 .card {
	position: relative;
	width: 270px; /* fixed equal width for all cards */
	height: 270px; /* equal height */
	margin: 15px auto;
	padding: 4rem 0.5rem;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-1 .card:hover {
	border-color: #00c6ff;
  box-shadow: 0 0 20px rgba(0, 198, 255, .25);
  transform: translateY(-6px);
}

.slider-1 .card-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.slider-1 .card-body {
	text-align: center;
	color: #f1f1f8;
}

.slider-1 .testimonial-author {
	margin-top: 1rem;
	font-weight: 600;
	color: #fff;
}

/* IMEI + Select Box Section Below Table */
.imei-section {
  margin-top: 40px;
  text-align: center;
}

.select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.select-box input[type="text"] {
  width: 400px;
  max-width: 90%;
  border: none;
  border-bottom: 2px solid #00c6ff;
  background: transparent;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  outline: none;
}

.select-box select {
  width: 250px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #222;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.select-box select option {
  background-color: #000;
  color: #fff;
}

.terms-box {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

.terms-box input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 8px;
  vertical-align: middle;
}

#info {
  margin-top: 25px;
}

#info a.btn-outline-reg {
  border: 2px solid #00bcd4;
  color: #00c6ff;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#info a.btn-outline-reg:hover {
  background-color: #00bcd4;
  color: #000;
}

/*********************/
/*     07. Video     */
/*********************/
.basic-1 {
	padding-top: 4.375rem;
	padding-bottom: 6.875rem;
	background: url('../images/background-2.jpg') center center ;
}

.basic-1 h2 {
	margin-bottom: 1.125rem;
	text-align: center;
}

.basic-1 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.basic-1 .image-container img {
	border-radius: 0.375rem;
}

.basic-1 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.basic-1 .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: #4eaaff;
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: #4eaaff;
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-1 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}
  
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* end of video play button */  


/*************************/
/*     09. Details 1     */
/*************************/
.tool-details {
  background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.section-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 1px;
}

.section-desc {
  font-size: 1rem;
  color: #b3b3b3;
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.tool-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.tool-card {
  background: linear-gradient(180deg, #060606, #0b0b0b);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  max-width: 440px;
  width: 100%;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.tool-card:hover {
  border-color: #00c6ff;
  box-shadow: 0 0 20px rgba(0, 198, 255, .25);
  transform: translateY(-6px);
}

.tool-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.tool-content {
  padding: 30px 20px;
}

.tool-title {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: white;
  text-shadow: 0px 0px 2px #ff0000;
}

.tool-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00d4ff;
  margin-bottom: 10px;
}

.tool-info,
.tool-support {
  font-size: 1rem;
  color: #ccc;
  margin: 6px 0;
}

.apple-btn {
  background: linear-gradient(90deg, #00b3ff, #0066ff);
  color: white;
  border: none;
  border-radius: 40px;
  padding: 14px 32px;
  margin-top: 18px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px #00d4ff60;
}

.apple-btn:hover {
  background: linear-gradient(90deg, #00d4ff, #0077ff);
  transform: scale(1.06);
  box-shadow: 0 0 25px #00d4ff90;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tool-cards {
    flex-direction: column;
    align-items: center;
  }
  .tool-card {
    max-width: 90%;
  }
  .tool-title {
    font-size: 1.6rem;
  }
}

.basic-2 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background-color: black;
}

.basic-2 img {
	margin-bottom: 3.5rem;
}

.basic-2 h3 {
	margin-bottom: 1.125rem;
}

.basic-2 .btn-solid-reg {
	margin-top: 0.5rem;
}


/*************************/
/*     10. Details 2     */
/*************************/
.basic-3 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background-color: black;
}

.basic-3 .text-container {
	margin-bottom: 3.5rem;
}

.basic-3 h3 {
	margin-bottom: 1.125rem;
}

.basic-3 .btn-solid-reg {
	margin-top: 0.5rem;
}

.frp-row{
  max-width:1000px;      /* same feel as your grid */
  margin:10px auto;         /* center like cards */
  display:grid;
  grid-template-columns:46px 1fr 50px auto;
  align-items:center;
  gap:30px;
  padding:12px 10px;     /* tighter padding */
  border:1px solid #1c1c1c;
  border-radius: 8px;
}

.frp-row small{color:#aaa;font-size:12px;}

.frp-section {
  padding: 30px 15px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.frp-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.frp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: auto;
}

/* SMALL CARD */
.frp-box {
  background: transparent;
  border: 1px solid #1c1c1c;
  padding: 16px 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
  transition: 0.2s ease;
  border-radius: 8px;
}

.frp-box:hover {
  transform: translateY(-4px);
}

/* SMALL APK ICON */
.frp-icon-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #0d0f14;
  padding: 6px;
}

/* SMALL TEXT */
.frp-name {
  font-size: 13px;
  line-height: 1.3;
  min-height: 32px;
}

/* SMALL BUTTON */
.frp-btn {
  display: inline-block;
  padding: 6px 14px;
  font-size: 11px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6a5cff, #9a7bff);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* 📱 FORCE 2 BOXES PER ROW ON MOBILE */
@media (max-width: 480px) {
  .frp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Overlay (dim + blur background) */
#android-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;

  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Center warning box */
#android-warning {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  max-width: 420px;
  width: calc(100% - 32px);

  padding: 14px 18px;
  background: #ff3b3b;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/**********************************/
/*     11. Details Lightboxes     */
/**********************************/
.lightbox-basic {
	position: relative;
	max-width: 35rem;
	margin: 2.5rem auto;
	padding: 3rem 3rem;
	border-radius: 0.25rem;
	background-color: black;
	text-align: left;
}

.lightbox-basic img {
	display: block;
	margin-right: auto;
	margin-bottom: 3rem;
	margin-left: auto;
}

.lightbox-basic h3 {
	margin-bottom: 0.625rem;
}

.lightbox-basic hr {
	width: 3.75rem;
	height: 0.125rem;
	margin-top: 0.125rem;
	margin-bottom: 1.125rem;
	margin-left: 0;
	border: 0;
	background-color: #00c6ff;
	text-align: left;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	color: #00c6ff;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f1f1f8;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
	color: #f1f1f8;
}


/************************/
/*     Feature Box     */
/**********************/
.feature-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.feature-item i {
  color: #007bff;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Star rating */
.star-rating {
  display: flex;
  flex-direction: row-reverse; /* visually show 5->1 left-to-right */
  justify-content: center;
  gap: 8px;
  margin: 14px 0;
  user-select: none;
}

/* hide native radios */
.star-rating input {
  display: none;
}

/* star icon */
.star-rating label {
  font-size: 26px;
  color: #444;               /* default dim star */
  cursor: pointer;
  transition: transform .15s ease, color .15s ease, filter .15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* hover highlights current and lower-value stars (because of row-reverse) */
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #00c6ff;
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(0,255,255,0.18));
}

/* when a radio is checked, color that star and all labels after it */
.star-rating input:checked ~ label,
.star-rating input:checked ~ label ~ label {
  color: #00c6ff;
  transform: scale(1.05);
  filter: drop-shadow(0 0 8px rgba(0,255,255,0.22));
}

/* ensure keyboard focus visible */
.star-rating input:focus + label {
  outline: 2px solid rgba(0,255,255,0.15);
  outline-offset: 4px;
}

/*======================================
    Clients CSS
========================================*/
.clients {
  text-align: center;
  padding: 100px 0 50px 0;
  background: black;
}

.clients.style2 {
  padding-top: 200px;
}

.clients.style2 h2 span {
  background: linear-gradient(45deg, #018bff, #243ec4);
}

.clients.style3 {
  padding: 20px 0 50px 0;
  border: none;
  background: #F4F7FA;
}

.clients.style4 {
  padding: 20px 0 50px 0;
  border: none;
}

.clients h2 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.clients h2 span {
  background: linear-gradient(45deg, #6831e3, #f528cb);
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  font-style: italic;
}

.clients .single-client {
  margin-top: 30px;
  display: inline-block;
  margin-right: 20px;
  width: 17%;
}

.clients .single-client:last-child {
  margin-right: 0;
}

.clients .single-client img {
  opacity: 1;
  width: 90%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.clients .single-client img:hover {
  cursor: pointer;
  opacity: 0.5;
}

/***************************/
/*     12. Screenshots     */
/***************************/
.slider-2 {
	padding-top: 6.875rem;
	padding-bottom: 6.875rem;
	background-color: black;
}

.slider-2 h2 {
	text-align: center;
}

.slider-2 p {
	margin-bottom: 6rem;
	text-align: center;
}

.slider-2 .slider-container {
	position: relative;
}

.slider-2 .swiper-container {
	position: static;
	width: 90%;
	text-align: center;
}

.slider-2 .swiper-button-prev,
.slider-2 .swiper-button-next {
	top: 50%;
	width: 1.125rem;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-2 .swiper-button-prev {
	left: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-2 .swiper-button-next {
	right: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}


/************************/
/*     13. Download     */
/************************/
.basic-4 {
	padding-top: 6.5rem;
	padding-bottom: 6.75rem;
	background: url('../images/background.jpg') center center no-repeat;
	background-size: cover; 
}

.basic-4 .text-container {
	margin-bottom: 3.5rem;
	text-align: center;
}

.basic-4 h2 {
	margin-bottom: 1.25rem;
}

.basic-4 .p-large {
	margin-bottom: 1.75rem;
}

.basic-4 .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}


/**************************/
/*     18. Statistics     */
/**************************/
.counter {
	padding-top: 3rem;
	padding-bottom: 1rem;
	background-color: black;
	text-align: center;
}

.counter #counter .cell {
	display: inline-block;
	width: 6.25rem;
	margin-right: 1rem;
	margin-left: 1rem;
	margin-bottom: 2rem;
}

.counter #counter .counter-value {
	color: #f1f1f8;
	font: 700 3.5rem/4.25rem "Montserrat", sans-serif;
	font-size: 40px;
	vertical-align: middle;
}

.counter #counter .counter-info {
	margin-bottom: 0;
	color: #00c6ff;
	font: 400 0.875rem/1.25rem "Open Sans", sans-serif;
	vertical-align: middle;
}

/**********************/
/*     16. Footer     */
/**********************/
.footer {
	padding-top: 5rem;
	background-color: black;
}

.footer .footer-col {
	margin-bottom: 2.25rem;
}

.footer h4 {
	margin-bottom: 1rem;
}

.footer .list-unstyled .fas {
	color: #00c6ff;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.footer .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.footer .fa-stack {
	margin-bottom: 0.75rem;
	margin-right: 0.5rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #00c6ff;
	transition: all 0.2s ease;
	background-color: #000000ed;
}

.footer .fa-stack .fa-stack-2x {
	color: #f1f1f8;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #f1f1f8;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #00c6ff;
}


/*************************/
/*     17. Copyright     */
/*************************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	background-color: black;
	text-align: center;
}

.copyright .p-small {
	color: #f1f1f8;
	opacity: 0.6;
}


/**********************************/
/*     18. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #252525d4 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #36edfd; 
}


/***************************/
/*     19. Extra Pages     */
/***************************/
.ex-header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: black;
	text-align: center;
}

.ex-basic-1 {
	padding-top: 2rem;
	padding-bottom: 0.875rem;
	background-color: black;
}

.ex-basic-1 .breadcrumbs {
	margin-bottom: 1.125rem;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
}

.ex-basic-2 {
	padding-top: 4.75rem;
	padding-bottom: 4rem;
	background-color: black;
}

.ex-basic-2 h3 {
	margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-2 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
	color: #00c6ff;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-2 .btn-outline-reg {
	margin-top: 1.75rem;
}

.ex-basic-2 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-2 .image-container-large img {
	border-radius: 0.25rem;
}

.ex-basic-2 .image-container-small img {
	border-radius: 0.25rem;
}

.ex-basic-2 .text-container.dark-bg {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #f9fafc;
}


/*****************************/
/*     20. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}

	h1 {
		font: 700 3.25rem/3.75rem "Montserrat", sans-serif;
	}
	/* end of general styles */


	/* Navigation */

	
	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
		color: #fff;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #00c6ff;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color: #00000080;
	}

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #fff;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #00c6ff;
	}

	.navbar-custom .dropdown-menu {
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 11rem;
	}
	/* end of header */


	/* Testimonials */
	.slider-1 .swiper-button-prev {
		left: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	
	.slider-1 .swiper-button-next {
		right: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	/* end of testimonials *


	/* Details Lightboxes */
	.lightbox-basic {
		padding: 3rem 3rem;
	}
	/* end of details lightboxes */


	/* Screenshots */
	.slider-2 .swiper-button-prev {
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	
	.slider-2 .swiper-button-next {
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	/* end of screenshots */


	/* Contact */
	.form .list-unstyled li {
		display: inline-block;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	.form .list-unstyled .address {
		display: block;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header {
		padding-top: 6rem;
		padding-bottom: 2rem;
	}

	.ex-basic-2 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-2 .text-container.column {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of extra pages */
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* Navigation */
	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		margin-bottom: 0.1875rem;
		margin-left: 0.375rem;
		font-size: 0.9rem;
	}
	
	.navbar-custom .fa-stack-2x {
		color: transparent;
		transition: all 0.2s ease;
	}
	
	.navbar-custom .fa-stack-1x {
		color: transparent;
		background: url('../images/text-bg.jpg') center/cover no-repeat;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .fa-stack-2x {
		color: transparent;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #00c6ff;
		transform: scale(1.07);
	}
	/* end of navigation */


	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Header */
	.header .header-content {
		padding-top: 5rem;
		padding-bottom: 0rem;
		text-align: left;
	}

	.header .text-container {
		margin-top: 6.5rem;
	}
	/* end of header */
	

	/* Video */
	.basic-1 .image-container {
		max-width: 53.125rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of video */


	/* Details 1 */
	.basic-2 img {
		margin-bottom: 0;
	}

	.basic-2 .text-container {
		margin-top: 2.625rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.basic-3 .text-container {
		margin-top: 2.5rem;
		margin-bottom: 0;
	}
	/* end of details 2 */


	/* Details Lightboxes */
	.lightbox-basic img {
		margin-bottom: 0;
		margin-left: 0;
	}

	.lightbox-basic h3 {
		margin-top: 0.25rem;
	}
	/* end of details lightboxes */


	/* Screenshots */
	.slider-2 .swiper-container {
		width: 92%;
	}
	/* end of screenshots */


	/* Download */
	.basic-4 {
		padding-top: 6.75rem;
	}

	.basic-4 .text-container {
		margin-top: 7rem;
		margin-bottom: 0;
		text-align: left;
	}
	/* end of download */


	/* Statistics */
	.counter {
		padding-top: 6rem;
		padding-bottom: 4.5rem;
	}

	.counter #counter .cell {
		width: 8rem;
		margin-right: 4rem;
		margin-left: 4rem;
	}
	
	.counter #counter .counter-value {
		font: 700 4.25rem/4.5rem "Montserrat", sans-serif;
		font-size: 50px;
	}
	/* end of statistics */


	/* Extra Pages */
	.ex-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 {
		padding-bottom: 5rem;
	}

	.ex-basic-2 .text-container.column {
		margin-bottom: 0;
	}
	/* end of extra pages */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* Navigation */
	.navbar-custom {
		padding: 0.5rem 4rem 0.5rem 4rem;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 4rem 0.5rem 4rem;
	}
	/* end of navigation */

	
	/* General Styles */
	.p-heading {
		width: 44%;
	}
	/* end of general styles */


	/* Header */
	.header .text-container {
		margin-top: 7.5rem;
		margin-left: 2.5rem;
	}

	.header .image-container {
		margin-left: 3rem;
	}
	/* end of header */


	/* Details 1 */
	.basic-2 .text-container {
		margin-top: 4.5rem;
		margin-left: 4rem;
		margin-right: 1.5rem;
	}
	/* end of details 1 */
	
	
	/* Details 2 */
	.basic-3 .text-container {
		margin-top: 4.5rem;
		margin-right: 3.5rem;
		margin-left: 2rem;
	}
	/* end of details 2 */


	/* Download */
	.basic-4 .text-container {
		margin-top: 11rem;
	}

	.basic-4 .image-container {
		margin-left: 3rem;
	}
	/* end of download */


	/* Footer */
	.footer .footer-col {
		width: 90%;
	}

	.footer .footer-col.middle {
		margin-right: auto;
		margin-left: auto;
	}

	.footer .footer-col.last {
		margin-right: 0;
		margin-left: auto;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-2 .image-container-small {
		margin-left: 1.75rem;
	}
	/* end of extra pages */
}
/* end of min-width width 1200px */

/* =============================== */
/*        iPhone Model Chips       */
/* =============================== */
  .iphone-chip {
	background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
  }

  .apple-model {
    max-width: 1100px;
    margin: auto;
    padding: 24px;
  }

  /* Tabs */
  .tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
  }

  .tab {
    background: transparent;
    border: 1px solid;
    color: var(--muted);
    padding: 8px 18px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
  }

  .tab:hover{ transform:translateY(-3px); color:var(--accent); }
  .tab.active{
    background:linear-gradient(90deg,#00c6ff,#00f0ff);
    border:1px solid rgba(0,255,255,0.15);
    color:var(--accent);
    box-shadow: 0 8px 30px rgba(0,255,255,0.04), inset 0 1px 0 rgba(255,255,255,0.02);
  }

  /* Content Layout */
  .content-row {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 25px;
  }

  @media (max-width: 900px) {
    .content-row {
      grid-template-columns: 1fr;
    }
  }

  /* Chip Grid */
  .chip-grid {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 14px;
	justify-content: center;
	align-content: center;
	justify-items: center;
	width: 100%;
  }

  .chip-box {
    width: 120px;
    height: 120px;
    background: linear-gradient(145deg, #0b0b0b, #050505);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
  }

  .chip-box:hover {
    transform: scale(1.07);
  }

  .chip-box.active {
    border-color: #00c6ff;
    box-shadow: 0 0 20px rgba(0, 198, 255, .25);
    transform: translateY(-6px);
  }

  .chip-logo {
    width: 40px;
    height: 40px;
    color: white;
    margin-bottom: 8px;
  }

  .chip-name {
	margin-top: 10px;
    font-weight: bold;
    color: #58a6ff;
    font-size: 14px;
  }

  .chipcpu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #060606, #0b0b0b);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 20px;
    position: relative;
    border-radius: 8px;
    min-height: 480px;
  }
  
  .chipcpu h2 {
    color: #58a6ff;
  }

  .chipcpu.active {
    display: flex;
  }

  .model-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    width: 100%;
    flex: 1;
    margin: auto;
  }

  .model-card {
    background: linear-gradient(180deg, #0d0d0d, #1c1c1c);
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,0.05);
    font-weight: 600;
  }

  .bottom-section {
    position: relative;
	z-index: 3;
	margin-top: 30px;
	width: 100%;
	text-align: center;
  }

  .price-section {
    text-align: center;
    font-size: 22px;
    color: #58a6ff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .actions {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

/* =============================== */
/* MAIN WRAPPER */
.ia-wrapper{
    min-height: 100vh;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:100px 20px;
	gap: 80px;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Adjust content width balance */
.ia-left{
	transform: translateX(28px);
	flex:0 0 660px;           /* fixed width instead of stretching */
}

.ia-right{
    display:flex;
    justify-content:center;
    align-items:center;
}



.ia-left h1{
    font-size:36px;
    margin-bottom:10px;
	margin-top:40px;
}

.ia-left h1 span{
    color:#58a6ff;
}

.build{
    display:inline-block;
    font-size:14px;
    opacity:.7;
    background: rgb(0 202 225 / 31%);
    padding:6px 12px;
    border-radius:8px;
}

.description{
    font-size:15px;
    line-height:1.8;
    opacity:.85;
    margin-bottom:35px;
}

.ia-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.cmd-btn{
    padding:12px 22px;
    background:linear-gradient(135deg, #3B82F6, #1D4ED8);
    border:1px solid #ffffff;
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
    font-weight:600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 0 25px #000000cc inset;
    backdrop-filter: blur(8px);
    border-radius: 8px;
}

button:disabled,
button:disabled:hover {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.icon {
  width: 18px;
  height: 18px;
}

.cmd-btn:hover{
    background:linear-gradient(90deg,#00c6ff,#00f0ff);
    color:#ffffff;
}

.check{
    background: linear-gradient(135deg, #06B6D4, #0E7490);
    color:#ffffff;
    font-weight:600;
}

.unlock{
    background: linear-gradient(135deg, #22C55E, #15803D);
    color:#ffffff;
    font-weight:600;    
}

.report{
    background: linear-gradient(135deg, #EF4444, #B91C1C);
    color:#ffffff;
    font-weight:600;
}

.device-wrapper{
    position:relative;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}


#deviceInfo{
    position:absolute;
    inset:0;                 /* replaces top/left/width/height */
    border-radius:50%;
    display:flex;
    justify-content:center;  /* horizontal center */
    align-items:center;      /* vertical center */
    text-align:center;
    background:rgba(0,0,0,0.5);
    backdrop-filter:blur(4px);
    opacity:0;
    transition:.4s ease;
}


#deviceContent{
    width:80%;
    max-width:260px;
    margin:0;               /* remove auto margin */
    font-size:14px;
    line-height:1.8;
    color:#60a5fa;
    font-family:monospace;
}


@media (max-width: 768px){

    .ia-wrapper{
        flex-direction:column;
        align-items:center;   /* force horizontal centering */
        justify-content:center;
        gap:10px;
        padding:100px 20px;
        text-align:center;
    }

    .ia-left{
        width:100%;
        max-width:500px;
		transform: translateX(0px);
    }

    .ia-right{
        width:100%;
        display:flex;
        justify-content:center;   /* center horizontally */
        align-items:center;
        padding:0;
        margin:0;
    }

    .device-wrapper{
        position:relative;
        width:280px;
        height:280px;
        margin:0 auto;          /* hard center safeguard */
    }

#pairCanvas{
    display:block;
    margin:0 auto;
}


    #deviceInfo{
        width:100%;
        height:100%;
    }

}


/* =============================== */

.table-container {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin: 40px auto;
    background: linear-gradient(145deg, #0b0b0b, #050505);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.table-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;

  transform: rotate(20deg);

}

.table-container h4{
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: linear-gradient(90deg, #1c1c1c, #3c3c3c);
    color: #fff;
}

th {
    text-align: left;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

tbody tr {
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
	background: black;
}

tbody tr:hover {
    background-color: #00fff052;
    transform: scale(1.01);
}

td {
    padding: 14px 20px;
    font-size: 0.95rem;
	border-bottom: 1px solid #30363d;
}

td:nth-child(3) {
    font-weight: 600;
    color: #007aff;
}

/* Responsive design for mobile view */
@media (max-width: 700px) {

    thead {
        display: none;
    }
    tr {
        background: #fff;
        margin-bottom: 10px;
        border-radius: 12px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.05);
        padding: 10px 15px;
    }
    td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
    }
}