/* comman css Start */

html, body {
  background: #000 !important;
  min-height: 100vh;
  margin: 0;
}

.red_word{
 color: #DB0B2C;
}

#section h2 {
  font-size: 48px; 
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color:#ffffff;
}

#section h2 span {
  -webkit-text-fill-color: #B80A25; 
  -webkit-background-clip: border-box; 
  background: none; 
}


#section p{
	font-size: 16px; 
  	font-family: "Poppins", sans-serif;
  	font-weight:400;
  	color:#fff;
}


.key_advantage_image{
 width:50%; 
}

@media (max-width: 992px) {
#section h2{
	font-size : 35px;
}

#section h4{
  font-size: 19px;
}
  
#section p {
  font-size: 16px;
}
}

@media (max-width: 480px) {
#section h2{
	font-size : 25px !important;
}

#section h4{
  font-size: 16px;
}
  
#section p {
  font-size: 12px;
}

}
  
/* comman css end */

/* Banner css start */

.banner{
  background: url('../../images/pillarpage/module_switch/banner_bg.webp') no-repeat top center/cover;
  height:125vh;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin-top: 6%;
}

.banner h1 {
  font-size: 48px;   
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #FFFFFF, #626262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  font-style: italic;
  text-transform: Capitalize;
  text-align: start;
}

.banner p {
  font-size: 22px;   
  font-family: "Poppins", sans-serif;
  color:#ffff;
  font-style: italic;
}

.banner a,.banner a:hover{
  background:#E60D2E;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius:5px;
  color:#fff;
}

/* Responsive */
@media (max-width: 992px) {
  .banner {
    height: 40vh;
    margin-top: 13%;
  }
  .banner h1 {
    font-size: 25px; 
  }
  
 .banner p {
    font-size: 11px;  
  }
  
  .banner a{
    font-size: 16px;  
  }
  
  
}

@media (max-width: 768px) {
 
   .banner h1 {
    font-size: 20px; 
  }
  
  
}  

/* Mobile section */

@media (max-width: 480px) {
  
#section h1{
	font-size : 25px;
  background: linear-gradient(90deg, #FFFFFF, #626262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  
  
.banner_mob{
  margin-top:30% !important;
}
  
  .banner a{
    font-size: 12px;  
  }
  
a.exp_btn {
  background:#E60D2E !important;
  font-size:16px;
  font-family:"Poppins", sans-serif;
  font-weight:500;
  border-radius:5px;
  color:#fff !important;
}

a.exp_btn:hover {
  background:#E60D2E !important;
  color:#fff !important;
}
  
}

@media (max-width: 320px) {
 
  .banner h1 {
    font-size: 12px;  
  }
  
  .banner p {
    font-size: 6px;  
  }
  
}  

/* Banner css end */

/* 12 Modular switch Section css start */

.what_is_desc p{
  line-height:2.5;
}

.key_insight{
  border: 2px solid;
  border-color: #B80A25;
  padding: 20px;
}

/* 12 Modular switch Section css end */

/* Key feature section css start */

.key_feature_bg{
  background:#393939 !important;
  border-radius:15px;
  padding:5%;
}

/* Key feature section css end */


/* Feature and specifiaction sction css start*/

.comparison-table {
  border-collapse: separate;
  border-spacing: 20px 25px;
  width: 50% !important;
  table-layout: fixed; 
}

.comparison-table th{
  border: none;
  vertical-align: middle;
  color: #fff;
  word-wrap: break-word;
}

.comparison-table td {
  border: none;
  vertical-align: middle;
  color: #fff;
  word-wrap: break-word;
}

.feature-header {
  background: #E60D2E !important;
  padding: 28px 40px !important;
  white-space: nowrap;
}

.feature-content {
  background-color: #2B2B2D !important;
  border-radius: 0px;  
}

.specification-content {
  background-color: #6E0616 !important;
  border-radius: 0px;
  text-align: start;
  padding: 25px !important;
  line-height: 22px;
}

/* Responsive */
@media (max-width: 992px) {
  
  .comparison-table {
  border-collapse: separate;
  border-spacing: 20px 25px;
  width: 100% !important;
  table-layout: fixed; 
  
}

}

@media (max-width: 480px) {
 
  .comparison-table {
  border-collapse: separate;
  border-spacing: 20px 25px;
  width: 100% !important;
  table-layout: fixed; 
    
}
  
  .feature-header {
  background: #E60D2E !important;
  padding: 28px 15px !important;
  white-space: nowrap;
}
  
}

/* Feature and specifiaction sction css end*/
  
/* Top benefits css start */

.key_feature_bg {
  background:#393939 !important;
  border-radius:15px;
  padding:40px;  
}

/* Top benefits css end */
  
/* room by room css start */
  
.room_by_room{
  
  border: 2px solid;
  border-color: #ffff;
  border-radius: 20px;
  padding: 35px !important;
  height:30vh;
  
  }

/* Responsive */

@media (max-width: 480px) {
 
  .room_by_room{
    height:25vh;
  }
  
}

@media (max-width: 320px) {
 
  .room_by_room{
    height:35vh;
  }
  
}
  
/* room by room css end */  

/*Built mordern css start */

.built_modern{
  
 background-color: #35030B !important;
  padding:25px !important;
  border-radius:30px;
  
}

/*Built mordern css end */

/*How to choose css start */

.switch_img_box
{
position:relative;
}

.how_to_choose
{
position:absolute;
top:40px;
left:50%;
transform:translateX(-50%);
z-index:2;
width:100%;
}

.how_to_choose_desc
{
max-width:850px;
margin:auto;
line-height:1.9;
margin-top:-45% !important; 
position:relative;
z-index:2;
}

/* Responsive */
/* Tablet view */
@media (max-width: 992px)
{
.how_to_choose
{
top:25px;
font-size:22px;
}

.how_to_choose_desc
{
margin-top:-35% !important;
padding:0 20px;
}
}


/*How to choose css end */

/*Installation css start */

.install_section{
 
  margin-top: 9% !important;
  
}

/*Installation css end */