/* comman css Start */

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

table {
    display: block !important;             
    width: auto !important; 
    max-width: 100% !important; 
    overflow-x: auto !important;          
    -webkit-overflow-scrolling: touch !important; 
    border-collapse: collapse !important;
    margin: 0 auto !important; 
}

table th,
table td {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    text-align: left !important;
}

table th {
    text-align: center !important;
}


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

#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;
}

@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;
}

#section h4{
  font-size: 16px;
}
  
#section p {
  font-size: 12px;
}
}
  
/* comman css end */

/* Banner css start */

.banner{
  background: url('../../images/programmaticpage/best_celling_fan/banner.webp') no-repeat top center/cover;
  height:110vh;
  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;
  font-weight: 700;
  color:#B80A25;
  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: 50vh;
    margin-top: 10%;
  }
  .banner h1 {
    font-size: 35px; 
  }
  
 .banner p {
    font-size: 16px;  
  }
  
  .banner a{
    font-size: 16px;  
  }
  
  
}

@media (max-width: 480px) {
  .banner {
    height: 40vh;
    margin-top: 20%;
  }
  .banner h1 {
    font-size: 25px;  
  }
  
  .banner p {
    font-size: 12px;  
  }
  
  .banner a{
    font-size: 12px;  
  }
  
}


/* Banner css end */

/* Introduction css start */

.introduction_bg{
   background: url('../../images/programmaticpage/best_celling_fan/introduction_bg.webp') no-repeat center center/cover;
}

.intro_title{
  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;
  text-transform: Capitalize;
}

/* Introduction css end */

/* best celling fan css start */

.best_celling_fan_bg{
  background: url('../../images/programmaticpage/best_celling_fan/best_celling_fan_bg.webp') no-repeat top center/cover;
}

/* best celling fan css end */

/*  celling fan css start */

.celling_fan_bg{
  background: url('../../images/programmaticpage/best_celling_fan/high_speed_fan_banner.webp') no-repeat center center/cover;
  height:120vh;
}

@media (max-width: 992px) {
 .celling_fan_bg{ 
    height: 50vh;
  }

}

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

}

/*  celling fan css end */

/* Energy Efficient Celling Fan css start */

.energy_efficient_bg{
	background: url('../../images/programmaticpage/best_celling_fan/energy_efficient_bg.webp') no-repeat top center/cover;
    display: flex;
    align-items: center;   
    justify-content: center;
    height:100vh;
}

@media (max-width: 992px) {
 .energy_efficient_bg{ 
   background: url('../../images/programmaticpage/best_celling_fan/energy_efficient_bg.webp') no-repeat center center/cover;
   height:50vh;
  }

}

@media (max-width: 480px) {
 .energy_efficient_bg{ 
   background: url('../../images/programmaticpage/best_celling_fan/energy_efficient_bg.webp') no-repeat center center/cover;
   height:70vh;
  }

}

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

/* Energy Efficient Celling Fan css end */  

/* bldc Celling Fan css end */  

.bldc_bg{
  background: url('../../images/programmaticpage/best_celling_fan/bldc_bg.webp') no-repeat top center/cover;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:end;
}

.bldc_content {
  margin-top: -175px;
  text-align:center;
}

.bldc_content table {
    width: 100% !important;            
    max-width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 auto !important;
    overflow-x: auto !important;                  
    display: table !important;         
}

.bldc_content table th,
.bldc_content table td {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    text-align: left !important;
    white-space: nowrap;               
}

.bldc_content table th {
    text-align: center !important;
}


@media (max-width: 992px) {
  .bldc_bg{
    height:50vh;
  }
  
  .bldc_content table {
    display: block !important;         
    width: 100% !important;
    overflow-x: auto !important;       
    -webkit-overflow-scrolling: touch;  
  }

  .bldc_content table thead,
  .bldc_content table tbody,
  .bldc_content table tr,
  .bldc_content table th,
  .bldc_content table td {
    white-space: nowrap;               
  }

}

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

}

@media (max-width: 330px) {
  .bldc_bg{
    height:115vh;
  }

}



/* bldc Celling Fan css end */  

/* Celling Fan Size guide css start */ 


.fan_size_guide_bg {
  background: url("../../images/programmaticpage/best_celling_fan/fan_size_guide_banner.webp") no-repeat center center/cover; 
  height: 75vh;

}


.fan_size_guide_img {
  height: 55vh !important;         
  margin-top: -30%;
}

.fan_size_guide_content_bg{

  background: url("../../images/programmaticpage/best_celling_fan/fan_size_guide_content_bg.webp") no-repeat center center/cover; 
  height: 70vh;

}

@media (max-width: 1280px) {
  .fan_size_guide_content_bg{
    height: 85vh;
  }
  .fan_size_guide_img { 
    height: 65vh !important;
    margin-top: -36%;
  }
}

@media (max-width: 992px) {
  .fan_size_guide_bg {
    height: 25vh;
  }
  .fan_size_guide_img {
    height: 45vh !important;
    margin-top: -10%;
  }
  .fan_size_guide_content_bg{
    height: 60vh;
  }
}

@media (max-width: 480px) {

  .fan_size_guide_bg {
    height: 20vh;
  }

  .fan_size_guide_img {
    height: 35vh !important;
    margin-top: -15%;
  }
  .fan_size_guide_content_bg{
    height: 75vh;
  }
      
}

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

/* Celling Fan Size guide css end */ 

/* Affordable fans css start */ 

.affordable_fans_bg{
  background: url('../../images/programmaticpage/best_celling_fan/affordable_fan_bg.webp') no-repeat top center/cover;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}

@media (max-width: 992px) {
  .affordable_fans_bg{
    height: 50vh;
  }
}

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

/* Affordable fans css end */ 

/* Best Fan Under css start */

.best_under_fan_bg{
  background: url('../../images/programmaticpage/best_celling_fan/best_fan_under_bg.webp') no-repeat center center/cover;  
  height:75vh;
  display:flex;
  justify-content:center;
  align-items:center;
}
@media (max-width: 992px) {
  .best_under_fan_bg{
    height:50vh;
  }
  
}

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

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

/* Best Fan Under css end */

/* celling fan best for home css start */

.best_home_fan_parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 10px;
}


.best_home_fan_1 {
  grid-column: 1 / span 3;
    grid-row: 2 / span 4;
}


.best_home_fan_2 {
  grid-column: 4 / span 6;
  grid-row: 1 / span 2;
}

.best_home_fan_3 {
  grid-column: 4 / span 3;
  grid-row: 3 / span 3;
}

.best_home_fan_4 {
  grid-column: 7 / span 3;
  grid-row: 3 / span 3;
}


.best_home_fan_5 {
  grid-column: 10 / span 3;
  grid-row: 2 / span 5;
}


.best_home_fan_parent img {
  width:95%;
  height: 85%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

/* celling fan best for home css end */

/* ideal rpm Celling Fan css start */ 

.ideal_rpm_bg{
  background: url('../../images/programmaticpage/best_celling_fan/ideal_rpm_celling_fan_bg.webp') no-repeat top center/cover;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:end;
  padding-bottom:5%;
}

@media (max-width: 992px) {
  .ideal_rpm_bg{
    height:50vh;
  }
  
}

@media (max-width: 480px) {
  .ideal_rpm_bg{
    background: url('../../images/programmaticpage/best_celling_fan/ideal_rpm_celling_fan_bg.webp') no-repeat top center/cover;
    height: 45vh;
  }
  
}

@media (max-width: 330px) {

  .ideal_rpm_bg{
    background: url('../../images/programmaticpage/best_celling_fan/ideal_rpm_celling_fan_bg.webp') no-repeat top center/cover;
    height:55vh;
  }

}

/* ideal rpm Celling Fan css end */ 

/* conclusion css end */ 

.conclusion_bg{
    background: url('../../images/programmaticpage/best_celling_fan/conclusion_bg.webp') no-repeat bottom center/cover;
    display:flex;
    justify-content:center;
    align-items:center;
}


/* conclusion css end */ 

/* key takeaways css start */ 

.keytakeaways_bg{
   background: url('../../images/programmaticpage/best_celling_fan/key_takeaway_bg.webp') no-repeat center center/cover;
  height:75vh;
  display:flex;
  justify-content:start;
  align-items:center;
}

.box-container {
  border: 2px solid; 
  border-radius: 4px;
  border-image: linear-gradient(145deg, #E60D2E 0%, transparent 65%) 1;
  background: transparent;
}

.box-item {
  position: relative;
  padding: 50px;
}

.box-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;   
  bottom: 15%;
  right: 0;
  width: 2px;
  background: #E60D2E; 
}

.box-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .keytakeaways_bg{
    height:40vh;
  }
  
}

@media (max-width: 480px) {
  .keytakeaways_bg{
    height:65vh;
  }
  .box-container {
    border: 2px solid; 
    border-radius: 4px;
    border-image: linear-gradient(to bottom, #E60D2E 0%, transparent 80%) 1;
    background: transparent;
    gap: 20px;
  }
  
  .box-item {
    padding: 20px 0; 
    border-bottom: 2px solid #E60D2E;
  }


  .box-item:last-child {
    border-bottom: none;
  }

  .box-item::after {
    display: none; 
  }
  
}


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

/* key takeaways css end */ 