

/* bcindiaoffers css start here */

.bcindiaoffers {width: 100%; float: left;}
.bcindiaoffers ul{}
.bcindiaoffers ul li{ color:#000; font-size:16px; list-style: disc; line-height:30px;}

.bcindiaoffers-2 {width: 100%; float: left;}
.bcindiaoffers-2 ul{margin:0; padding:0;}
.bcindiaoffers-2 ul li{ color:#000; font-size:16px; list-style: none; line-height:30px;}

.local-dealer-bcmain {
    width: 100%;
    background-color: #ffcc00;
    float: auto;
    padding: 51px 0 42px 0;
    height: auto;
    margin: 1% 0 0% 0;
}

.local-dealer-bcmain-2 {
    width: 100%;
    background-color: #ffcc00;
    float: auto;
    padding:26px 0 15px 0;
    height: auto;
    margin: 1% 0 0% 0;
}

.dealer-button-bc1 {
    width: auto;
    background-color: #000;
    padding: 10px 20px;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 21px;
    border-radius: 8px;
    border: #000 solid 1px;
    margin: 5% 3px 2% 6px;
    float: left;
}

.local-dealer-main-1new {
    width: 100%;
    background-color: #ffcc00;
    float: left;
    padding: 30px 0 30px 0;
    height: auto;
    margin: 0% 0 3% 0;
}


/*

.bcindiaoffers-nav { position: relative; top:51%; width: 100%; background: #fff; text-align: center; border-top:#333 solid 1px; border-bottom:#333 solid 1px; padding: 20px 0 20px;     position: fixed; z-index: 9999;}
*/

.bcindiaoffers-nav { position: relative; top:51%; width: 100%; background: #fff; text-align: center; border-top:#333 solid 1px; border-bottom:#333 solid 1px; padding: 20px 0 20px;     position: fixed; z-index: 9999;
 position: -webkit-sticky; /* For Safari compatibility */
    position: sticky;
    top: 0;                   /* Locks it to the absolute top of the viewport */
    z-index: 9999;       

}

.bcindiaoffers-nav a {color: #fff; text-decoration: none;display: inline-block;font-family: 'Roboto Condensed';font-size: 19px; background-color: #000;border-radius: 9px; padding: 12px 20px;}
.bcindiaoffers-nav a:hover { color: #ffc50b;}


/* bcindiaoffers css end here */













@media only screen and (max-width:1440px) and (min-width:1366px) {}

@media only screen and (max-width:1366px) and (min-width:1280px) {}

@media only screen and (max-width:1280px) and (min-width:1024px) {}

@media only screen and (max-width:1024px) and (min-width:991px) {
}



@media (min-width: 800px) and (max-width: 1280px) {
}





@media (min-width: 768px) and (max-width: 991px) { 
}




	

@media only screen and (max-width:640px) and (min-width:480px) 
{

	
}


@media only screen and (max-width:480px) and (min-width:320px) {
	
.bcindiaoffers-nav { position: relative; width: 100%; background: #fff; text-align: center; border-top:#333 solid 1px; border-bottom:#333 solid 1px; padding: 20px 0 20px;     position: fixed; 
 position: -webkit-sticky; /* For Safari compatibility */
    position: sticky;
    top: 0;                   /* Locks it to the absolute top of the viewport */
    z-index: 9999;    
	
	 display: flex;
    flex-wrap: nowrap;          /* Prevents buttons from wrapping to a new line */
    
    /* 🔴 CRITICAL FOR SWIPING */
    overflow-x: auto;           /* Enables horizontal swiping */
    -webkit-overflow-scrolling: touch; 
    
    gap: 10px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;

}
	
.bcindiaoffers-nav a {font-size: 14px;  padding: 12px 20px;}
		
}















