body{
margin:0;
font-family:Arial;
background:#f3f5f9;
}
a{
  color: #222 !important;
  text-decoration: none !important;
}
.mobile-menu-link{
  padding: 7px;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.offcanvas-body {
  padding: 0px !important;
}
/* NAVBAR */

.sb-header{
background:white;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
position:sticky;
top:0;
z-index:100;
}
.sb-navbar {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.sb-logo,.sb-logo a{
font-size:24px;
font-weight:700;
color:#ff5a1f !important;
}

.sb-menu a{
margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;
}

.sb-menu a:hover{
color:#ff5a1f;
}



/* HERO */


.sb-hero-content{
background:rgba(0,0,0,0.45);
padding:40px;
border-radius:8px;
text-align:center;
color:white;
max-width:700px;
}

.sb-hero-content h1{
font-size:40px;
margin-bottom:10px;
}

.sb-hero-btn{
display:inline-block;
margin-top:20px;
background:#ff5a1f;
padding:12px 28px;
color:white;
text-decoration:none;
border-radius:6px;
}



/* ABOUT */

.sb-about{
padding:80px 20px;
background:white;
}

.sb-about-wrapper{
max-width:900px;
margin:auto;
text-align:center;
}
.sb-about-heading {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.sb-about-text{
font-size:16px;
line-height:1.7;
color:#555;
}
/* CATEGORY */
.sb-category{
padding:80px 20px;
}
.sb-category-wrapper{
max-width:1200px;
margin:auto;
}
.sb-category-title{
text-align:center;
font-size:34px;
margin-bottom:50px;
}
.sb-category-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}
.sb-category-card{
position:relative;
border-radius:10px;
overflow:hidden;
cursor:pointer;
}
.sb-category-card img{
width:100%;
height:200px;
object-fit:cover;
transition:0.4s;
}
.sb-category-overlay{
position:absolute;
bottom:0;
width:100%;
background:linear-gradient(transparent,rgba(0,0,0,0.7));
padding:25px;
color:white;
}
.sb-category-overlay h3{
margin:0;
font-size:22px;
}
.sb-category-card:hover img{
transform:scale(1.1);
}
/******** category css *****/
.afcat-section{
padding:80px 20px;
background:#f5f7fb;
}
.afcat-row{
max-width:1200px;
margin:80px auto;
display:flex;
align-items:center;
gap:60px;
flex-wrap:wrap;
}
.afcat-reverse{
flex-direction:row-reverse;
}
.afcat-image{
flex:1;
min-width:320px;
}
.afcat-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.afcat-content{
flex:1;
min-width:320px;
}
.afcat-title {
  font-size: 30px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 600;
}
.afcat-text{
font-size:17px;
line-height:1.7;
color:#555;
margin-bottom:25px;
}
.afcat-btn{
display:inline-block;
padding:12px 28px;
background:#ff5a1f;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
color: #fff !important;

}
.afcat-btn:hover{
background:#e74b12;
}
.sbtest-section{
padding:90px 20px;
background:#f6f7fb;
}
.sbtest-container{
max-width:1200px;
margin:auto;
}
.sbtest-title{
text-align:center;
font-size:36px;
font-weight:700;
margin-bottom:60px;
color:#222;
}
.sbtest-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}
.sbtest-card{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 8px 30px rgba(0,0,0,0.08);
position:relative;
transition:0.3s;
}
.sbtest-card:hover{
transform:translateY(-8px);
}
.sbtest-quote{
font-size:60px;
color:#ff5a1f;
position:absolute;
top:15px;
right:20px;
opacity:0.15;
}
.sbtest-stars{
color:#ff9800;
font-size:18px;
margin-bottom:15px;
}
.sbtest-text{
font-size:16px;
line-height:1.7;
color:#555;
margin-bottom:25px;
}
.sbtest-user{
display:flex;
align-items:center;
gap:12px;
}
.sbtest-img{
width:48px;
height:48px;
border-radius:50%;
object-fit:cover;
}
.sbtest-name{
font-weight:600;
color:#222;
}
.sbtest-role{
font-size:13px;
color:#888;
}
/* TABLET */
@media (max-width:900px){
.sbtest-grid{
grid-template-columns:repeat(2,1fr);
}
}
/* MOBILE */
@media (max-width:600px){
.sbtest-grid{
grid-template-columns:1fr;
}
.sbtest-title{
font-size:28px;
}
.sbtest-card{
padding:28px;
}
}
.sbtf-section{
padding:100px 20px;
background:linear-gradient(180deg,#ffffff,#f6f7fb);
}

.sbtf-container{
max-width:1200px;
margin:auto;
}
.sbtf-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}
.sbtf-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.sbtf-card{
background:white;
padding:30px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
position:relative;
transition:0.3s;
}

.sbtf-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.sbtf-stars{
color:#ff9f00;
font-size:18px;
margin-bottom:14px;
}

.sbtf-text{
font-size:16px;
line-height:1.7;
color:#555;
margin-bottom:25px;
}

.sbtf-user{
display:flex;
align-items:center;
gap:12px;
}

.sbtf-img{
width:46px;
height:46px;
border-radius:50%;
object-fit:cover;
}

.sbtf-name{
font-weight:600;
color:#222;
}


/* Tablet */

@media (max-width:900px){

.sbtf-grid{
grid-template-columns:repeat(2,1fr);
}

}


/* Mobile */

@media (max-width:600px){

.sbtf-grid{
grid-template-columns:1fr;
}

.sbtf-title{
font-size:30px;
}

}
/******* youtube short ******/
.sbshort-section {
  padding: 50px 20px;
  background: #f5f7fb;
    background-color: rgb(245, 247, 251);
}

.sbshort-container{
max-width:1400px;
margin:auto;
}

.sbshort-row {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}

.sbshort-card{
background:white;
padding:12px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
text-align:center;
}

.sbshort-video{
position:relative;
padding-bottom:177%;
height:0;
overflow:hidden;
border-radius:10px;
}

.sbshort-frame{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:none;
}

.sbshort-btn{
display:block;
margin-top:10px;
padding:10px;
background:#ff5a1f;
color:white !important;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

.sbshort-btn:hover{
background:#e64a19;
}



/* Tablet */

@media (max-width:1100px){

.sbshort-row{
grid-template-columns:repeat(3,1fr);
}

}



/* Mobile */

@media (max-width:650px){

.sbshort-row{
grid-template-columns:repeat(2,1fr);
}

}
/****** footer ****/
.sbfooter-section{
background:#111;
color:white;
padding:70px 20px 30px;
}

.sbfooter-container{
max-width:1200px;
margin:auto;
}

.sbfooter-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.sbfooter-col{
display:flex;
flex-direction:column;
}

.sbfooter-logo{
font-size:24px;
font-weight:700;
color:#ff5a1f;
margin-bottom:15px;
}
.fem{
  color: #fff !important;
}
.sbfooter-about{
font-size:15px;
line-height:1.7;
  color: #fff !important;
margin-bottom:20px;
}

.sbfooter-contact{
font-size:14px;
  color: #fff !important;
margin-bottom:8px;
}

.sbfooter-heading{
font-size:18px;
font-weight:600;
margin-bottom:18px;
}

.sbfooter-link {
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}
.sbfooter-link:hover{
color:#ff5a1f;
}

.sbfooter-bottom{
margin-top:50px;
border-top:1px solid #333;
padding-top:20px;
text-align:center;
}

.sbfooter-copy{
font-size:14px;
color:#ffffff;
}



/* TABLET */

@media (max-width:900px){

.sbfooter-grid{
grid-template-columns:repeat(2,1fr);
}

}



/* MOBILE */

@media (max-width:500px){

.sbfooter-grid{
grid-template-columns:1fr;
}

.sbfooter-section{
text-align:center;
}
}
.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: none !important;
}
/*****Basith****/
.ourshorts {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sb-hero{
    background-image: url(../images/newbanner.webp);
    background-size: cover;
    width: 100%;
    height: 500px;
}
.viall{
    font-size: 15px;
    display: block;
    text-align: center;
    color: #555;
    margin-top: 15px;
}
.mobileullia{
    list-style: none;
    padding: 0;
}

/******** About us **********/
.abu-section{
padding:100px 20px;
background:#f5f7fb;
}

.abu-container{
max-width:1200px;
margin:auto;
}



/* HERO */

.abu-hero{
display:flex;
align-items:center;
gap:60px;
margin-bottom:100px;
flex-wrap:wrap;
}

.abu-hero-left{
flex:1;
min-width:300px;
}

.abu-hero-title{
font-size:42px;
font-weight:700;
margin-bottom:20px;
color:#222;
}

.abu-hero-text{
font-size:18px;
line-height:1.7;
color:#555;
}

.abu-hero-right{
flex:1;
min-width:300px;
}

.abu-hero-img{
width:100%;
border-radius:12px;
}



/* STORY */

.abu-story{
display:flex;
gap:60px;
align-items:center;
margin-bottom:100px;
flex-wrap:wrap;
}

.abu-story-image{
flex:1;
min-width:300px;
}

.abu-story-img{
width:100%;
border-radius:12px;
}

.abu-story-content{
flex:1;
min-width:300px;
}

.abu-story-title{
font-size:32px;
font-weight:600;
margin-bottom:20px;
}

.abu-story-text{
font-size:16px;
line-height:1.8;
color:#555;
margin-bottom:20px;
}



/* MISSION */

.abu-mission{
background:white;
padding:60px;
border-radius:14px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
margin-bottom:90px;
}

.abu-mission-title{
font-size:30px;
font-weight:600;
margin-bottom:20px;
}

.abu-mission-text{
font-size:17px;
line-height:1.8;
color:#555;
}



/* FEATURES */

.abu-feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-bottom:100px;
}

.abu-feature-card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.abu-feature-title{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.abu-feature-text{
font-size:14px;
line-height:1.7;
color:#666;
}



/* STATS */

.abu-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
}

.abu-stat{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.abu-stat-number{
font-size:34px;
font-weight:700;
color:#ff5a1f;
margin-bottom:8px;
}

.abu-stat-label{
font-size:14px;
color:#666;
}



/* TABLET */

@media (max-width:900px){

.abu-feature-grid{
grid-template-columns:repeat(2,1fr);
}

.abu-stats{
grid-template-columns:repeat(2,1fr);
}

}



/* MOBILE */

@media (max-width:600px){

.abu-feature-grid{
grid-template-columns:1fr;
}

.abu-stats{
grid-template-columns:1fr;
}

.abu-hero-title{
font-size:34px;
}

}

/********** contact us **********/
.cu-section {
  padding: 40px 20px;
  background: linear-gradient(180deg,#ffffff,#f6f7fb);
}

.cu-container{
max-width:1200px;
margin:auto;
}

.cu-header {
  text-align: center;
  margin-bottom: 50px;
}

.cu-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cu-subtitle{
color:#666;
font-size:18px;
}

.cu-grid{
display:grid;
grid-template-columns:1.3fr 1fr;
gap:50px;
}



/* FORM */

.cu-formbox {
  background: white;
  padding: 45px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
  border: 1px solid #dfdfdf;
}

.cu-form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.cu-form{
display:flex;
flex-direction:column;
gap:16px;
}
.cu-contact-item p{
  font-weight: 700;
}
.cu-contact-item p a,.cu-contact-item p span{
  font-weight: 500;
  color: #222 !important;
}
.cu-input {
  padding: 7px 12px;
  border-radius: 2px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.cu-textarea{
padding:14px;
border-radius:8px;
border:1px solid #ddd;
min-height:130px;
resize:none;
}

.cu-button{
background:#ff5a1f;
color:white;
border:none;
padding:14px;
border-radius:8px;
font-weight:600;
cursor:pointer;
}

.cu-button:hover{
background:#e74b15;
}



/* RIGHT SIDE */

.cu-side{
display:flex;
flex-direction:column;
gap:30px;
}

.cu-contact-card{
background:white;
padding:30px;
border-radius:14px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
  border: 1px solid #dfdfdf;
}

.cu-card-title{
font-size:20px;
font-weight:700 !important;
margin-bottom:15px;
}

.cu-contact-item{
color:#555;
margin-bottom:8px;
}



/* PRODUCTS */

.cu-products{
background:white;
  border: 1px solid #dfdfdf;
padding:30px;
border-radius:14px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.cu-products-title{
font-size:20px;
font-weight:600;
margin-bottom:20px;
}

.cu-product{
display:flex;
gap:15px;
margin-bottom:18px;
}

.cu-product-img{
width:65px;
height:65px;
border-radius:8px;
object-fit:cover;
}

.cu-product-name{
font-weight:600;
margin-bottom:6px;
}

.cu-product-btn{
color:#ff5a1f;
font-size:14px;
text-decoration:none;
}



/* RESPONSIVE */

@media (max-width:900px){

.cu-grid{
grid-template-columns:1fr;
}

}

/********* single category************/
.heh-section {
  padding: 40px 20px;
  background: #f6f7fb;
}

.heh-container{
margin:auto;
text-align:center;
}

.heh-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}
.heh-content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: auto;
}

/* responsive */

@media (max-width:768px){

.heh-title{
font-size:32px;
}

.heh-content{
font-size:16px;
}

}
/********* category products heading ends here **********/
.he-section{
padding:100px 20px;
background:#f6f7fb;
}

.he-container{
max-width:1200px;
margin:auto;
}

/* HERO */

.he-hero{
margin-bottom:40px;
}

.he-title{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.he-desc{
color:#666;
font-size:18px;
}

/* FILTERS */

.he-filters{
display:flex;
gap:12px;
margin-bottom:40px;
flex-wrap:wrap;
}

.he-filter{
padding:10px 18px;
border-radius:20px;
border:1px solid #ddd;
background:white;
cursor:pointer;
}

.he-filter.active{
background:#ff5a1f;
color:white;
border:none;
}

/* PRODUCT GRID */

.he-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-bottom:80px;
}

.he-card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

.he-card:hover{
transform:translateY(-8px);
}

.he-img{
width:100%;
height:220px;
object-fit:cover;
}

.he-card-body{
padding:18px;
}

.he-product-name{
font-weight:600;
margin-bottom:8px;
}

.he-rating{
color:#ff9f00;
margin-bottom:10px;
}

.he-amazon-btn{
display:inline-block;
padding:10px 14px;
background:#ff5a1f;
color:white;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

/* SHORTS */

.he-shorts-title{
font-size:26px;
font-weight:600;
margin-bottom:30px;
}

.he-shorts{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.he-short-card{
background:white;
padding:12px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.he-short-video{
width:100%;
height:360px;
border-radius:8px;
border:none;
margin-bottom:10px;
}

/* RESPONSIVE */

@media (max-width:1000px){

.he-grid{
grid-template-columns:repeat(2,1fr);
}

.he-shorts{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:600px){

.he-grid{
grid-template-columns:1fr;
}

.he-shorts{
grid-template-columns:1fr;
}

.he-title{
font-size:32px;
}

}
/********* treanding products **********/
.trending-section{
padding:40px 20px;
background:#f6f7fb;
text-align:center;
}

.trending-container{
margin:auto;
}

.trending-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.trending-desc{
font-size:16px;
color:#666;
}
.trending-category {
  padding: 40px 20px;
}
.trending-cat-title {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  color: #ff5a1f;
}

.trending-cat-desc {
  margin: auto;
  text-align: center;
  color: #666;
  width: 80%;
}
.cu-popup{ position:fixed; bottom:30px; right:30px; background:#22c55e; color:white; padding:14px 20px; border-radius:6px; font-size:14px; display:none; z-index:9999; }
/************************* 280 - 576  ************************************/
@media only screen and (min-width:280px) and (max-width:576px){
.trending-cat-title {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
  color: #ff5a1f;
}
.trending-cat-desc {
  margin: auto;
  text-align: center;
  color: #666;
  width: 100%;
}
.trending-category {
  padding: 40px 5px;
}
.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
  .heh-title {
    font-size: 27px;
  }
   .heh-content {
    font-size: 16px;
    line-height: 23px;
  }
.sb-menu{
    display: none;
}
.cu-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cu-subtitle {
  color: #666;
  font-size: 16px;
}
  .sb-hero {
    height: 470px;
    background-image: url("../images/mobile_banner.webp");
    background-size: cover;
    width: 100%;
  }
.sb-about {
  padding: 40px 15px;
}
.sb-about-heading {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.offcanvas.show, .offcanvas.showing {
  visibility: visible;
  width: 85% !important;
}
.afcat-row {
  gap: 20px;
}

.afcat-btn {
  padding: 8px 28px 10px 28px;
}
.afcat-text {
  margin-bottom: 10px;
}
.sbtf-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ourshorts {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.afcat-title {
  font-size: 25px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
}
  /********* about us ********/
 .abu-hero-title {
    font-size: 30px;
  }
.abu-section {
  padding: 50px 20px;
  background: #f5f7fb;
}













}


/************************* 576 - 768  ************************************/
@media only screen and (min-width:576px) and (max-width:768px){

.btn-baar{
    background-color: #fff;
    font-size: 25px !important;
    display: inline-block !important;
}
.sb-menu{
    display: none;
}

.cu-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cu-subtitle {
  color: #666;
  font-size: 16px;
}
  .heh-title {
    font-size: 27px;
  }
   .heh-content {
    font-size: 16px;
    line-height: 23px;
  }
 .sb-hero {
    height: 250px;
    background-image: url("../images/newbanner.webp");
    background-size: cover;
    width: 100%;
  }
.sb-about {
  padding: 40px 15px;
}
.sb-about-heading {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.offcanvas.show, .offcanvas.showing {
  visibility: visible;
  width: 85% !important;
}
.afcat-row {
  gap: 20px;
}

.afcat-btn {
  padding: 8px 28px 10px 28px;
}
.afcat-text {
  margin-bottom: 10px;
}
.sbtf-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ourshorts {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
  .afcat-title {
    font-size: 23px;
    margin-bottom: 5px;
    color: #222;
    font-weight: 600;
  }
  /********* about us ********/
 .abu-hero-title {
    font-size: 30px;
  }
.abu-section {
  padding: 50px 20px;
  background: #f5f7fb;
}



}



/************************* 768 - 991  ************************************/
@media only screen and (min-width:768px) and (max-width:991px){
 .sb-hero {
    height: 290px;
    background-image: url("../images/newbanner.webp");
    background-size: cover;
    width: 100%;
  }
.sb-about-heading {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.afcat-title {
  font-size: 24px;
  margin-bottom: 2px;
  color: #222;
  font-weight: 600;
}
.afcat-btn {
  display: inline-block;
  padding: 7px 23px;
  background: #ff5a1f;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  color: #fff !important;
  font-size: 14px;
}
.sbtf-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}
}


/************************* 991 - 1200  ************************************/
@media only screen and (min-width:991px) and (max-width:1200px){

 .sb-hero {
    height: 360px;
    background-image: url("../images/newbanner.webp");
    background-size: cover;
    width: 100%;
  }
}

/************************* 991 - 1400  ************************************/
@media only screen and (min-width:1200px) and (max-width:1400px){

}
