/* comman css Start */

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

.red_word{
 color: #DB0B2C; 
}

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

#section h4{
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}


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

.learn_more_btn {
  background-color: #6E0616;
  color: #fff;
  border-radius: 30px; 
  padding: 8px 20px;  
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}

.learn_more_btn:hover {
  background-color: #8a071b; 
  color: #fff;
  transform: translateY(-2px);
}

.box_border{
  border: 1px solid #D9D9D9;
  border-radius:30px;
  min-height:100%;
}


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

#section h4{
  font-size: 19px;
}
  
#section p,#section li {
  font-size: 15px;
}
}

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

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

/* comman css end */

/* banner large device css start */

.banner_section{
	margin-top:10%;
}

.banner_bg{
  background: url('../../images/pillarpage/switches/banner_bg.webp') no-repeat top center/cover;
  min-height: 125vh; 
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius:3%;
  padding:60px 0px;
}

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

@media (max-width: 992px) {
#section h1{
	font-size : 35px;
}
  
.banner_section{
  margin-top:15%;
}

}

@media (max-width: 480px) {
#section h1{
	font-size : 25px;
}
  
.banner_section{
  margin-top:30%;
}
  
}


/* banner large device css end */

/* types of switches css start */

.switches_red_bg {
  background: url('../../images/pillarpage/switches/red_bg.webp') no-repeat center center / cover;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: self-start;
  min-height: 100%;
  border-radius: 25px;
}


/* types of switches css end */

/* modular switch for home css start */

.key-points-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.key-points-list li {
  margin-bottom: 35px;
  line-height: 1.5;
}

/* modular switch for home css end */

/* difference between switches css start */

.comparison-table {
  border-collapse: separate;
  border-spacing: 20px 25px;
  width: 100%;
  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;
}

.modular-header {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 33.33%;
}

.modular-header svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.modular-header .header-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px 100px;
  line-height: 20px;
}

.conventional-header {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 33.33%;
}

.conventional-header svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.conventional-header .header-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 20px 100px;
  line-height: 20px;
}

.modular-content,
.conventional-content {
  background: url('../../images/pillarpage/switches/red_bg.webp') no-repeat center center / cover;
  border-radius: 0;
  text-align: start;
  padding: 25px !important;
  line-height: 22px;
}

@media (max-width: 991px) {
  .comparison-table {
    border-spacing: 10px 15px;
  }

  .comparison-table th .header-text {
    padding: 15px 25px;
  }

  .comparison-table td {
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 650px; 
  }

  .comparison-table th .header-text {
    padding: 15px 20px;
  }

  .comparison-table td {
    line-height: 18px;
    padding: 20px !important;
  }
}


/* difference between switches css end */

/* components modular switches css start */

.switch_red_bg{
  background: url('../../images/pillarpage/switches/switch_red_bg.webp') no-repeat center center / cover;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  height:100vh;
}

@media (max-width: 967px) {
  .switch_red_bg{
     height:80vh;
  }
}

/* components modular switches css end */

/* compare price css start */


.compare_price_bg{
  background: url('../../images/pillarpage/switches/compare_price_bg.webp') no-repeat center center / cover;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  height:75vh;
}

@media (max-width: 967px) {
  .compare_price_bg{
     height:60vh;
  }
}

@media (max-width: 320px) {
  .compare_price_bg{
     height:100vh;
  }
}

/* compare price css end */

/* mordern electric switch css start */

.grey_bg {
  background: #393939;
  border-radius: 30px;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px;
}


.electric_switch_image{
 width:50%; 
}

/* mordern electric switch css end */

/* best switch board css start */


.best_switch_board_bg{
  background: url('../../images/pillarpage/switches/best_switch_board_bg.webp') no-repeat center center / cover;
  display: flex;
  flex-direction: row; 
  justify-content: center;
  align-items: center;
  min-height:125vh;
  padding:60px 0px;
}

@media (max-width: 970px) {
  .best_switch_board_bg{
    height:60vh;
  }
}

@media (max-width: 500px) {
  .best_switch_board_bg{
    height:100vh;
  }
}

@media (max-width: 320px) {
  .best_switch_board_bg{
    height:125vh;
  }
}



/* best switch board css end */

/* 2 way switch board css start */

.switch-card {
  position: relative;
  border: none;
  background: transparent;
}

.switch-card img {
  width: 100%;
  border-radius: 25px;
  height: 400px;
  object-fit: cover;
  display: block;
}

.switch-card-body {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  margin-top: -155px;
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: 100px;
}

.switch-card-title{
  color: #000 !important;
}

/* 2 way switch board css end */

/* stylish functional css start */

.stylish_functional_switch_bg{
  background: url('../../images/pillarpage/switches/stylish_functional_switch.webp') no-repeat center center / cover;
  display: flex; 
  justify-content: start;
  align-items: center;
  min-height:75vh;
  padding:60px 0px;
}

.stylish_functional_switch_content_bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
  border: 1px solid rgba(255, 255, 255, 0.3); 
  padding: 20px;
  margin-left:20px
}

  
.stylish_functional_list{
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.stylish_functional_list li {
  margin-bottom: 15px;
  line-height: 1.5;
}


@media (max-width: 500px) {
  .stylish_functional_switch_content_bg {
    margin-left:0px;
    padding: 0px;
  }

}

/* stylish functional css end */


/* Troubleshoot css start */

@media (max-width: 920px) {
  .troubleshoot_switch_img{
    height:50vh !important;
  }
} 

@media (max-width: 500px) {
  .troubleshoot_switch_img{
    height:50vh !important;
  }
} 

/* Troubleshoot css end */

/* Conclusion css start */

#conclusion_section h2{
  font-size: 48px !important; 
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  background: linear-gradient(180deg, #FFFFFF, #626262) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.conclusion_container_bg{
  background: url('../../images/pillarpage/switches/conclusion_bg.webp') no-repeat center center / cover;
  display: flex; 
  justify-content: start;
  min-height:75vh;
}

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

  
#conclusion_section p,#section li {
  font-size: 15px;
}
}

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

  
#conclusion_section p,#section li {
  font-size: 12px;
}
}


/* Conclusion css end */
