*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.f60 {
	font-size: 60px;
	font-weight: 900;
	line-height: normal;
}

.f42 {
	font-size: 42px;
	font-weight: 700;
}
.f30 {
	font-size: 30px !important;
	font-weight: 700;
}

.f25 {
	font-size: 25px !important;
	font-weight: 700;
}

.f20 {
	font-size: 20px !important;
	font-weight: 700;
}
.f18 {
    font-size: 18px ;
    font-weight: 700;
}

.f14 {
	font-size: 14px;
	font-weight: 900;
}

img {
	max-width: 100%;
	width: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}

.bottom-content {
	text-align: center;
}
/* margin class */
.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.them-text {
	font-size: 14px;
	font-weight: 400;
}
ul[class*="list-"] {
    font-size: 14px !importan;
}
 

.txt-red {
	color: #c22929 !important;
}

.custom-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 45px;
}

.text-capitalize {
	text-transform: capitalize;
}

 
.banner-list {
    margin-top: 28px;
    display: none;
     max-width: 364px;
     margin-left: 0;
}
.banner-list ul {
    display: flex;
    justify-content: space-between;
    max-width: 266px;
    margin: 20px  0;
}
.banner-list h1 {
    font-size: 22px;
    text-align: left;
}

        /* banner */
.ceramic-coating {
    position: relative;
    min-height: 750px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 100px;
}

/* Video Background */
.bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -2;
}

/* Dark Overlay */
.ceramic-coating .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

/* Content Styling */
.banner-content {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
}

.banner-content-inner {
	max-width: 936px; 
	text-align: center;
	margin: 0 auto;
}
.System_logo {
    max-width: 372px;
    margin: 0 auto;
}

.btn {
	border-radius: 3px;
	border: 2px solid #c22929;
	color: #fff;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 15px 37px;
	-webkit-transition: .3s;
	transition: .3s;
	outline: none;
	display: inline-block;
	text-decoration: none;
	font-weight: 800;
}

.btn.btn-fill {
	border: 2px solid #c22929 !important;
	background: #c22929  !important;
	color: #fff !important;
}

.btn:hover {
	background-color: rgba(194, 41, 41, .2);
	color: #fff;
}

.btn.btn-fill:hover {
	background: white  !important;
	color: #c22929  !important;
}






/* .ceramic-adaptability */
.ceramic-adaptability {
	background: radial-gradient(circle at center, #1c1c1c, #0b0b0b);
	color: #fff;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.you-have-to-see h1 {
	max-width: 412px;
}

.adaptability-wrapper {
	display: flex;
	align-items: center;
	gap: 80px;
}

/* LEFT SIDE */
.visual-area {
	position: relative;
	width: 50%;
	min-height: 420px;
}

.red-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	background: #c62828;
}

 

 
 

/* RIGHT SIDE */
.content-area {
	width: 50%;
}

.content-area h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 25px;
}

.content-area h2 span {
	color: #c62828;
}

.content-area p {
	font-size: 16px;
	line-height: 1.8;
	color: #cfcfcf;
	max-width: 520px;
}

.ceramic-section {
	width: 100%;
    /* background: #111; */;
}

/* MAIN GRID */
.bg-white {
	background: white !important;
}

.text-dark {
	color: #1c1c1c !important;
}
/* LEFT RED AREA */
.left-side {
	background: #c62828;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* IMAGE */
.grid-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

.image-box img {
	width: 100%;
	display: block;
}

/* PLAY BUTTON */
.play-btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	background: #fff;
	color: #c62828;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
}

/* RIGHT CONTENT */
.right-side {
	padding: 80px;
    /* background: radial-gradient(circle, #1c1c1c, #0b0b0b); */;
}

.right-side h2 {
	margin-bottom: 20px;
}

.right-side h2 span {
	color: #c62828;
}

.right-side p {
	max-width: 520px;
	line-height: 1.8;
    /* color: #cfcfcf; */;
}

.maxg-section {
	background: radial-gradient(circle at top, #1c1c1c, #0b0b0b);
    /* padding: 100px 0; */
	color: #fff;
}

/* 2 COLUMN GRID */
.maxg-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	gap: 40px;
}

/* LEFT CONTENT */
 

.maxg-content h1 span {
	color: #c62828;
}

.maxg-content h4 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #e0e0e0;
}

.maxg-content p {
	max-width: 520px;
	line-height: 1.9;
	margin-bottom: 15px;
}

/* BUTTONS */
.btn-group {
	display: flex;
	flex-wrap: wrap; 
	gap: 20px;
	max-width: 403px;
	margin-top: 40px;
}

.btn-group .btn {
	text-align: center;
}

 

 

/* RIGHT IMAGE */
.maxg-image {
	text-align: right;
	max-width: 500px;
}

.maxg-image.maxg-image-top {
	max-width: 100%;
}

.maxg-image img {
	max-width: 100%;
}

 
/* 📱 Responsive (Mobile) */
@media (max-width: 992px) {
    .maxg-image.maxg-image-top{
        max-width: 500px;
    }
	.grid-wrap {
		grid-template-columns: 1fr;
	}

	.right-side {
		padding: 50px 30px;
	}

	.image-box {
		width: 90%;
		margin: 40px 0;
	}

	.maxg-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.maxg-content p {
		margin-left: auto;
		margin-right: auto;
	}

	.btn-group {
		justify-content: center;
	}

	.maxg-image {
		text-align: center;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.custom-container {
		padding: 0 25px;
	}

	.py-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.f60 {
		font-size: 46px;
	}

	/*.banner-content-inner {*/
	/*	text-align: left;*/
	/*	width: 100%;*/
	/*	margin-left: auto;*/
	/*	margin-right: auto;*/
	/*}*/
	.System_logo {
    max-width: 300px;
    margin: 0 auto;
}
	.banner-content-inner .btn {
        width: auto;
    }

	.f25 {
		font-size: 19px !important;
	}

	.ceramic-coating {
		padding: 50px 0;
		    min-height: 571px;
	}

.btn-group.new_btn {
    max-width: 537px;
    margin-left: 0;
}
	.f42 {
		font-size: 30px;
		font-weight: 700;
	}

	.btn {
		color: #fff;
		font-size: 12px;
		padding: 14px 20px;
	}

	.maxg-content p {
		max-width: 100%;
	}

	.you-have-to-see h1 {
		max-width: 412px; 
	}
	.maxg-content {
    text-align: left;
}

	.btn-group {
		margin-left: auto;
		margin-right: auto;
	}


	.flex-ref {
		flex-direction: column-reverse;
		display: flex;
		gap: 0;
	}

	.btn-group {
		margin-top: 20px;
	}
	.maxg-image img {
    max-width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
}
.f18 {
    font-size: 15px;
    font-weight: 700;
}
}

@media (max-width: 480px) {
    .banner-list{
        display: block;
    }
    .banner-content-inner {
    text-align: left;
}
     
    .banner-content-inner p.f25 {
    font-size: 16px !important;
}
    .System_logo {
    max-width: 220px;
    margin-left: 0;
}
    .f30{
        font-size: 25px
    }
    .btn-group .btn {
    width: auto;
}
	.maxg-content h4 {
		margin-bottom: 15px;
	}

	.f20 {
		font-size: 15px !important;
	}

	.ceramic-coating {
		min-height: 470px;
	}

	.f60 {
		font-size: 32px;
	}

	.f25 {
		font-size: 16px !important;
	}

	.them-text {
		font-size: 13px;
	}
	ul[class*="list-"] {
    font-size: 13px !importan;
}
 

	.btn {
		width: 100%;
	}
	.banner-list {
    display: flex;
    align-items: center;
    max-width: 347px;
    justify-content: space-between;
}
.banner-list ul li {
    margin: 0 6px;
}
}











.comparison-section {
  background: linear-gradient(180deg, #111, #1a1a1a); 
}

.comparison-container {
  max-width: 1200px;
  margin: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #e50914 #1a1a1a; /* thumb color / track color */
}

/* WebKit Browsers (Chrome, Edge, Safari) */
.comparison-container::-webkit-scrollbar {
  height: 8px; /* horizontal scrollbar height */
  background: #1a1a1a; /* track color */
}

.comparison-container::-webkit-scrollbar-thumb {
  background-color: #e50914; /* thumb color */
  border-radius: 4px;
  border: 2px solid #1a1a1a; /* optional padding around thumb */
}

.comparison-container::-webkit-scrollbar-thumb:hover {
  background-color: #ff1a1a; /* hover thumb color */
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #1c1c1c;
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table thead {
  background: #202020;
}

.comparison-table th {
  color: #fff;
  text-align: left;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
}

.comparison-table td {
  padding: 18px;
  color: #cfcfcf;
  border-top: 1px solid #2a2a2a;
  font-size: 15px;
}

.comparison-table tbody tr:hover {
  background: #222;
}

/* Stars */
.stars {
  color: #e50914;
  letter-spacing: 3px;
  font-size: 16px;
}

.stars.mid {
  color: #e50914;
}

.stars.low {
  color: #e50914;
}

/* Grey stars */
.stars span.empty {
  color: #444;
}

/* STARS */
.stars {
  font-size: 18px !important;
  letter-spacing: 4px;
  white-space: nowrap;
}

td.stars {
    color: #c22929;
}
.filled {
  color: #e31b23; /* SAME RED AS IMAGE */
}

 .empty {
  color: #3a3a3a !important; /* SAME DARK GREY AS IMAGE */
}

/* Responsive */
.mobileImg{
    display: none;
}
.btn-group.new_btn {
    max-width: 537px;
}
.new_btn .outlineBlack {
    border-color: black !important;
    color: black !important;
}
.new_btn .outlineBlack:hover{
    background: black !important;
    color: white !important;
}

.new_btn .bgBlack {
    border-color: black !important;
    background: black !important;
    color: white !important;
}
.new_btn .bgBlack:hover{
    background: white !important;
    color: black !important;
}







 

.learn-more-btn {
    padding: 12px 25px;
    background-color: #1e90ff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
}

.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999; 
    align-items: center;
    justify-content: center;
}
.popup-modal a.btn {
    color: #c22929;
}
.productImg {
    height: auto;
}
.productImg img{
 height: 100%;
    
}

.popup-modal .btn-group {
    margin: 6px auto 6px;
}
.popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 1092px;
    text-align: center;
    position: relative;
    /* overflow: hidden; */
}
.close-btn {
    position: absolute;
    top: -3px;
    right: -6px;
    font-size: 27px;
    cursor: pointer;
    background: #dc2d34;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.popup-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}


























 .hero-section{
position:relative;
min-height:100vh;
display:flex;
align-items:center;
overflow:hidden;
}

/* VIDEO */

.bg-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
    transform: unset;
}

/* OVERLAY */

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.4));*/
/*background: #000000ad;*/
/*background: #00000082;*/
background: black;
z-index:-1;
}

/* CONTAINER */

.hero-container{ 
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
padding:20px;
    padding-top: 120px;
}

/* LEFT CONTENT */

.hero-content{
width:55%;
}

.hero-top{
letter-spacing:2px;
font-size:13px;
color:#f4a523;
font-weight:600;
}

.hero-content h1{ 
    margin: 15px 0;
    line-height: normal;
    max-width: 711px
}

.hero-sub{
font-size:17px;
color:#ddd;
margin-bottom:20px;
}
span.hero-top.text-white {
    max-width: 426px;
    display: inline-block;
}

.hero-list{
list-style:none;
margin-bottom:25px;
}

.hero-list li{
margin-bottom:5px;
font-size:16px;
}

.testimonial{
font-style:italic;
color:#ddd;
border-left:3px solid #f4a523;
padding-left:15px;
margin-top:20px;
}

.testimonial span{
display:block;
margin-top:8px;
font-weight:600;
}

/* FORM */

.hero-form{
width:459px;
/*background:rgba(0,0,0,0.55);*/
background: #ffffff91;
backdrop-filter:blur(8px);
padding:35px;
border-radius:8px;
box-shadow:0 10px 40px rgba(0,0,0,0.4);
}

.hero-form h3{
margin-bottom:8px;
}

.hero-form p{
font-size:14px;
margin-bottom:20px;
color:#ddd;
}

.hero-form input,
.hero-form textarea{
width:100%;
padding:12px;
margin-bottom:12px;
border:none;
border-radius:4px;
outline:none;
}

.hero-form textarea{
height:90px;
resize:none;
}

.hero-form button{
width:100%;
padding:14px;
border:none;
background:#c22929;
color:#fff;
font-size:16px;
font-weight:600;
border-radius:4px;
cursor:pointer;
transition:0.3s;
}

.hero-form button:hover{
background:#ff8c00;
transform:translateY(-2px);
}  
 
ul{
    padding-left: 0 !important;
}





.promo-bar{
width:100%;
background:#f5f5f5;
padding:10px 0;
position:relative;
z-index:99;
}

.promo-container{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
flex-wrap:wrap;
font-weight:600;
}

.promo-text{
font-size:16px;
}

.countdown{
display:flex;
gap:10px;
}

.time-box{
background:#1c1c1c;
color:#fff;
padding:8px 12px;
border-radius:4px;
text-align:center;
min-width:55px;
}

.time-box span{
font-size:18px;
font-weight:700;
display:block;
}

.time-box p{
font-size:11px;
margin:0;
opacity:0.8;
}

.promo-code{
background:#1c1c1c;
color:#fff;
padding:8px 14px;
border-radius:5px;
font-size:14px;
}
.promo-bar {
    position: fixed;
    top: 100px;
}
b.txt-red {
    font-weight: 800;
    color: white !important;
}




    .hero-list li { 
        color: white;
    }

.hero-content{
width:55%;
}

ul.hero-list.mobile {
    display: none;
}

 
@media (max-width: 991px) {
   .disktopImg{
       display: none;
   }
   .mobileImg{
       display: block;
   }
    .popup-content { 
    max-width: calc(100% - 6%) !important; 
}
.hero-content {
    width: 100%;
}
..hero-container{
    display: unset;
}
.hero-form {
    width:100%;
    margin-top: 50px;
}
.hero-container.custom-container {
    display: unset;
}
.hero-section { 
    margin-top: 72px;
}
}


@media (max-width: 480px) {
  .comparison-table th,
  .comparison-table td {
          padding: 9px 5px;
        font-size: 8px;
  }
  .stars {
    font-size: 10px !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
  .popup-modal .productImg {
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}
.productImg img {
    height: 100%;
    transform: scale(1.09);
}
.time-box { 
    padding: 5px 7px; 
    min-width: 44px;
}
.time-box span {
    font-size: 10px; 
}
.time-box p {
    font-size: 8px; 
}
 
 .promo-code { 
   padding: 5px 7px; ;
    font-size: 10px;
}
.promo-container { 
    gap: 5px;
}
.hero-section .hero-content h1 {
    text-align: left;
    font-size: 27px !important;
}
.hero-sub {
    font-size: 14px;
}
.hero-list li { 
    font-size: 13px;
}
.desktop{
    display: none;
}
ul.hero-list.mobile {
    display: inline;
}
    .hero-form {
        width: 100%;
         margin-top: 00px; 
        padding: 20px;
    }
    .hero-form .System_logo.text-left {
    margin: 0 auto !important;
}
.hero-container { 
    padding: 15px;
    padding-top: 100px;
}
}



