@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body { font-family: "Poppins", sans-serif;}



/* ============ Navbar Start ============= */

.topbar{background:#906E52;padding:6px 0;font-size:13px;position:fixed;top:0;left:0;width:100%;z-index:1000;}

.topbar-left span{color:#fff;margin-right:18px;white-space:nowrap;}
.topbar-left i{margin-right:6px;}
.topbar-right a{color:#fff;margin-left:14px;font-size:14px;transition:.3s;}
.topbar-right a:hover{color:#ff9c2a;}

.main-navbar{position:fixed;top:33px;left:0;width:100%;z-index:999;background:rgba(20,20,20,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);}


.navbar-brand img{height:42px;}

.main-menu .nav-link{color:#fff;font-weight:500;padding:8px 14px;transition:.3s;}
.main-menu .nav-link:hover{color:#ff9c2a;}
.main-menu .nav-link.active{color:#ff9c2a;}

.nav-right{gap:14px;}
.grid-btn{color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;transition:.3s; position: absolute; top: 16px; right: 198px;} 
.grid-btn:hover{background:#222;color:#ff9c2a;}

.quote-btn{background:#ff9c2a;color:#ffffff;font-weight:600;padding:10px 20px;border-radius:8px;text-decoration:none;transition:.3s;}
.quote-btn:hover{background:#ffb962;color:#ff7300;}

.navbar-toggler{border:0;}
.navbar-toggler:focus{box-shadow:none;}
.navbar-toggler-icon{filter:invert(1);}

@media(max-width:991px){
.main-menu{text-align:center;}
.nav-right{justify-content:center;margin-top:15px;}
.topbar-left{justify-content:center;}
.topbar-right{justify-content:center;margin-top:5px;}
}


/* ============ Navbar End ============= */



/* ============ Hero Sec Start ============= */


.hero-section{position:relative;min-height:90vh;background-size:cover;background-position:center;display:flex;align-items:center;transition:background-image .6s ease; margin-top: 40px;}

.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.25));z-index:1;}
.hero-container{position:relative;z-index:2;}
.hero-badge{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:6px 14px;border-radius:6px;font-size:14px;margin-bottom:16px;}
.hero-title{color:#fff;font-size:46px;font-weight:600;line-height:1.2;margin-bottom:14px;}
.hero-text{color:#eaeaea;font-size:15px;max-width:520px;margin-bottom:22px;}
.hero-buttons{display:flex;align-items:center;gap:18px;margin-bottom:26px;}
.hero-btn{ 
    color: #ffffff;
    padding: 6px 16px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none; 
    transition: all 0.3s ease;
}
.hero-btn:hover{background:#ffb04f;color:#000;}
.hero-phone{color:#fff;text-decoration:none;font-weight:500;}
.hero-phone i{margin-right:6px;}
.hero-thumbs{display:flex;gap:10px;}
.hero-thumb{width:60px;height:42px;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.7;border:2px solid transparent;transition:.3s;}
.hero-thumb img{width:100%;height:100%;object-fit:cover;}
.hero-thumb:hover{opacity:1;}
.hero-thumb.active{opacity:1;border-color:#fff;}

@media(max-width:991px){
.hero-title{font-size:34px;}
}

@media(max-width:575px){
.hero-section{min-height:85vh;}
.hero-title{font-size:28px;}
.hero-thumbs{flex-wrap:wrap;}
.hero-thumb{width:56px;height:40px;}
}


/* ============ Hero Sec End ============= */


/* ============ Best Selling Sec Start ============= */


.best-selling-section{padding:70px 0;background:#fff3e8;}
.best-selling-carousel .owl-stage-outer{padding:10px 0;}
.product-card{background:#fff;border-radius:12px;padding:10px;}
.product-img{border-radius:12px;overflow:hidden;}
.product-img img{width:100%;height:260px;object-fit:cover;}
.product-card h6{margin-top:10px;font-size:16px;font-weight:600;color:#000;}

.best-selling-right{padding-left:20px;}
.best-tag{display:block;color:#ff8a1f;font-weight:700;font-size:20px;margin-bottom:10px;}
.best-selling-right p{color:#666;font-size:14px;max-width:260px;margin-bottom:14px;}
.best-btn{display:inline-block;background:#ff8a1f;color:#fff;padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:600;}

.best-nav{margin-top:20px;display:flex;gap:10px;}
.best-nav button{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#555;display:flex;align-items:center;justify-content:center;transition:.3s;}
.best-nav button:hover{background:#ff8a1f;color:#fff;border-color:#ff8a1f;}

.best-selling-carousel .owl-dots{text-align:center;margin-top:10px;}
.best-selling-carousel .owl-dot span{width:8px;height:8px;background:#ddd;display:block;border-radius:50%;margin:0 4px;}
.best-selling-carousel .owl-dot.active span{background:#ff8a1f;}

@media(max-width:991px){
.best-selling-right{text-align:center;padding-left:0;margin-top:30px;}
.best-selling-right p{margin-left:auto;margin-right:auto;}
.best-nav{justify-content:center;}
}

@media(max-width:575px){
.product-img img{height:220px;}
}


/* ============ Best Selling Sec End ============= */




/* =================== About Us Start ====================== */


.about-section{padding:80px 0;}
.about-images{position:relative;max-width:520px;margin:auto;}
.about-img-big{border-radius:12px;overflow:hidden; height: 570px;}
.about-img-big img { width: 100%; height: 480px; border-radius: 12px; object-fit:cover;}
.about-img-small { position: absolute; right: -108px; bottom: 0px; width: 260px; border-radius:12px; padding: 4px; overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15); background: #fff;}
.about-img-small img{width:100%;height:180px; border-radius: 12px; object-fit:cover;}


.about-content{padding-left:30px;}
.about-subtitle{color:#f7941d;font-weight:700;margin-bottom:8px; font-size: 35px;}
.about-title{font-size:23px;font-weight:700;margin-bottom:14px;color:#111;}
.about-title span{color:#f7941d;}
.about-text{font-size:16px;color:#555;margin-bottom:16px;max-width:520px;}

.about-list{list-style:none;padding:0;margin:0 0 18px 0;}
.about-list li{position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    display: flex;
    gap: 10px;
    align-items: center;}

/* .about-list li:before{content:"";position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;background:#f7941d;} */

.about-stat-img img { width: 110px; }


.about-list .award_box {     border-radius: 50%;
    background-color: #EF891F;
    padding: 5px; }
.about-list .award_box img { width: 22px; }

.about-stats{display:flex;gap: 10px;margin-bottom:20px;}
.about-stat h4{margin:0;font-size:24px;font-weight:700;color:#f7941d;}
.about-stat span {
    font-size: 13px;
    color: #f7941d;
    font-weight: 600;
}


.about-badge { position: absolute; top: 35px; right: -120px; width:218px;height:130px;background:#f7941d;color:#fff;font-weight:600;font-size:22px;line-height:1.2;text-align:center;display:flex;flex-direction:column;align-items: start;justify-content:center;padding-top:10px;border-radius:10px;clip-path:polygon(0 0,100% 0,73% 100%,0 100%); padding-left: 22px;
}

.about-badge .badge-count{font-size:22px;font-weight:600;line-height:1;}

.about-badge .badge-top {
    background: white;
    display: flex;
    align-items: center;
    gap: 2px;
    color: orange;
    border-radius: 50%;
    padding: 10px 5px;
    font-size: 20px; font-weight: 600;
    margin-left: 45px;
}
.about-badge .badge-plus{font-size:18px;font-weight:800;line-height:1;}


.about-actions{display:flex;gap:14px;}
.about-btn{background:#f7941d;color:#fff;padding:10px 22px;border-radius:6px;text-decoration:none;font-weight:600;}
.about-btn:hover{background:#ffab3f;color:#fff;}
.about-btn-outline{border:1px solid #f7941d;color:#f7941d;padding:10px 22px;border-radius:6px;text-decoration:none;font-weight:600;}
.about-btn-outline:hover{background:#f7941d;color:#fff;}

@media(max-width:991px){
.about-content{padding-left:0;}
.about-img-small{right:0;bottom:-30px;}
}

@media(max-width:575px){
.about-img-big img{height:320px;}
.about-img-small{position:relative;width:100%;right:auto;bottom:auto;margin-top:15px;}
.about-stats{gap:3px; justify-content: center;  align-items: center;}
.about-actions{flex-direction:column;align-items:flex-start;}
}


/* =================== About Us End ====================== */



/* =================== Explore Carousel Start ====================== */


/* ====== SECTION ====== */
.pcSection{padding:34px 0;background:#ffffff;}
.pcContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.pcTitle{margin:0;text-align:center;font-size:34px;line-height:1.2;font-weight:700;color:#f28c28;}
.pcSubtitle{margin:10px auto 22px auto;max-width:720px;text-align:center;font-size:16px;line-height:1.6;color:#6f6f6f;}

 
/* ====== OWL (unique class) ====== */
.pcOwl_Unique_98127{margin-top:10px;}
.pcOwl_Unique_98127 .owl-stage-outer{padding-left:0 !important;}
.pcOwl_Unique_98127 .owl-dots{margin-top:16px !important;}
.pcOwl_Unique_98127 .owl-dot span{width:8px;height:8px;}
.pcOwl_Unique_98127 .owl-item{display:flex;}
.pcItem{height:100%;padding:6px 0;}

/* ====== CARD ====== */
.pcCard{width:100%;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.12);display:flex;flex-direction:column;}
.pcMedia{position:relative;height: 300px;overflow:hidden;}
.pcImg{width:100%;height:100%;object-fit:cover;display:block;}
.pcOverlay{position:absolute;left:16px;bottom:14px;right:16px;}
.pcTag{display:inline-block;padding:4px 10px;border-radius:6px;background:#c77718;color:#ffffff;font-size:12px;line-height:1;font-weight:700;margin-bottom:8px;}
.pcCardTitle{margin:0;color:#ffffff;font-size:18px;line-height:1.25;font-weight:800;text-shadow:0 6px 14px rgba(0,0,0,.35);}




.owl-carousel.pcOwl_Unique_98127 .owl-stage-outer .owl-stage { padding-left: 0px !important; padding-right: 0px !important; }


/* ====== BODY ====== */
.pcBody{padding:16px 18px 18px 18px;display:flex;flex-direction:column;gap:14px;flex:1;}
.pcText{margin:0;color:#222222;font-size:13px;line-height:1.6;}
.pcLink{display:inline-flex;align-items:center;gap:10px;color:#b06a2b;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.2px;}
.pcArrow{font-size:18px;line-height:1;transform:translateY(-1px);}

/* ====== RESPONSIVE TUNING ====== */
@media (max-width:575px){
  .pcTitle{font-size:26px;}
  .pcMedia{height:220px;}
}
@media (max-width:900px){
  .pcLayout{flex-direction:column;}
  .pcSidebar{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;}
  .pcSidebarBtn{flex:1 1 calc(50% - 10px);text-align:center;}
  .pcHeadInline{justify-content:flex-start;}
}
@media (max-width:900px){
  .pcLayout{flex-direction:column;}
  .pcSidebar{width:100%;flex-direction:row;flex-wrap:wrap;gap:10px;}
  .pcSidebarBtn{flex:1 1 calc(50% - 10px);text-align:center;}
}
@media (max-width:900px){
  .pcLayout{flex-direction:column;}
  .pcCategoryList{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px;}
  .pcCategoryItem{flex:1 1 calc(50% - 10px);text-align:center;}
  .pcHeadInline{justify-content:flex-start;}
  .pcCarouselWrapper{width:100%;}
}
@media (min-width:992px){
  .pcContainer{padding:0 18px;}
}


/* =================== Explore Carousel End ====================== */






/* ====================== Built for Every Interior Need Start ====================== */
  


/* ====== SECTION ====== */
.biSection{background:#fdebe3;padding:26px 0;}
.biContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.biGrid{display:grid;grid-template-columns:380px 1fr;gap:18px;align-items:stretch;}

/* ====== LEFT ====== */
.biLeft{position:relative;padding:18px 18px 18px 18px;border-right:2px solid rgba(0,0,0,.08);}
.biTitle{margin:0;font-size:24px;line-height:1.2;font-weight:800;color:#f28c28;}
.biSub{margin:8px 0 14px 0;font-size:12px;line-height:1.5;color:#6f6f6f;}
.biChipsRow{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:6px 0 12px 0;}
.biChipLabel{font-size:11px;font-weight:700;color:#111111;margin-right:2px;}
.biChip{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.15);text-decoration:none;font-size:11px;font-weight:700;color:#111111;background:transparent;}
.biChip.isActive{background:#ffb25c;border-color:#ffb25c;color:#111111;}
.biLinks{display:flex;flex-wrap:wrap;gap:10px 14px;margin:10px 0 16px 0;}
.biLinkTxt{font-size:11px;line-height:1.3;color:#111111;text-decoration:none;opacity:.9;}
.biBtns{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;}
.biBtn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:11px 14px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.2px;}
.biBtnPrimary{background:#f28c28;color:#ffffff;border:1px solid #f28c28;}
.biBtnOutline{background:transparent;color:#f28c28;border:1px solid #f28c28;}

/* arrows like image */
.biArrows{position:absolute;right:-48px;bottom:16px;display:flex;gap:12px;}
.biArrowBtn{width:38px;height:38px;border-radius:999px;border:0;background:#f3c6bc;color:#ffffff;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.biArrowBtn:active{transform:scale(.98);}

/* ====== RIGHT / OWL ====== */
.biRight{padding:10px 0;}
.biOwl_Unique_52791 .owl-stage-outer{padding:0 0 0 0;}
.biOwl_Unique_52791 .owl-item{display:flex;}
.biItem{height:100%;padding:2px 0;}
.biOwl_Unique_52791 .owl-dots{margin-top:12px !important;}
.biOwl_Unique_52791 .owl-dot span{width:8px;height:8px;background:#ffffff;border:1px solid rgba(0,0,0,.2);}
.biOwl_Unique_52791 .owl-dot.active span{background:#f28c28;border-color:#f28c28;}

/* ====== CARD ====== */
.biCard{width:100%;border-radius:10px;overflow:hidden;box-shadow:0 10px 22px rgba(0,0,0,.16);background:#ffffff;}
.biMedia{position:relative;height:240px;}
.biImg{width:100%;height:100%;object-fit:cover;display:block;}
.biBottomBar{position:absolute;left:10px;right:10px;bottom:10px;height:44px;border-radius:10px;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.55));display:flex;align-items:center;justify-content:space-between;padding:0 12px;gap:10px;}
.biIcon{width:26px;height:26px;border-radius:7px;background:#ffffff;opacity:.95;position:relative;flex:0 0 26px;}
.biIcon:before{content:"";position:absolute;left:7px;top:4px;bottom:4px;width:4px;border-radius:2px;background:#f28c28;}
.biCardText{color:#ffffff;font-size:18px;font-weight:900;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.biTinyBox{width:9px;height:9px;border:2px solid #f28c28;border-radius:2px;flex:0 0 auto;opacity:.95;}

/* ====== RESPONSIVE ====== */
@media (max-width:991px){
  .biGrid{grid-template-columns:1fr;gap:14px;}
  .biLeft{border-right:0;border-bottom:2px solid rgba(0,0,0,.08);padding-bottom:16px;}
  .biArrows{position:static;margin-top:14px;justify-content:flex-start;}
  .biRight{padding:0;}
}
@media (max-width:575px){
  .biTitle{font-size:20px;}
  .biMedia{height:210px;}
  .biBtn{min-width:140px;}
}



/* ====================== Built for Every Interior Need End ====================== */






.iiSection{background:#fdebe3;padding:46px 0;}
.iiContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.iiGrid{display:grid;grid-template-columns:380px 1fr;gap:16px;align-items:stretch;}
.iiLeft{position:relative;padding:14px 18px 18px 18px;border-right:2px solid rgba(0,0,0,.10);}
.iiTitle{margin:0;font-size:25px;line-height:1.2;font-weight:700;color:#f28c28;}
.iiDesc{margin:8px 0 14px 0;font-size:12px;line-height:1.55;color:#6f6f6f;}
.iiTopFilters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:6px 0 12px 0;}
.iiAllLabel{font-size:11px;font-weight:800;color:#111111;margin-right:4px;}
.iiTxtLink{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;text-decoration:none;font-size:11px;color:#111111;background:transparent;}
.iiTxtLink.isActive{background:#ffffff00;border-color:#ff8d0c; border: 1px solid; font-weight: 800; color: #ff8800;}
.iiTextFilters{display:flex;flex-wrap:wrap;gap:10px 14px;margin:10px 0 16px 0;}
.iiTxtLink{font-size:11px;line-height:1.3;text-decoration:none;color:#111111;opacity:.92;}
.iiBtns{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px;}
.iiBtn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:11px 14px;border-radius:4px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.2px;}
.iiBtnPrimary{background:#f28c28;color:#ffffff;border:1px solid #f28c28;}
.iiBtnOutline{background:transparent;color:#f28c28;border:1px solid #f28c28;}
.iiArrows{position: absolute;
    right: 30px;
    bottom: -40px;
    display: flex;
    gap: 12px;}
.iiArrowBtn{width:38px;height:38px;border-radius:999px;border:0;background:#f2bfb4;color:#ffffff;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.iiArrowBtn:active{transform:scale(.98);}
.iiRight{padding:8px 0;}
.iiOwl_Unique_73918 .owl-stage-outer{padding:0;}
.iiOwl_Unique_73918 .owl-item{display:flex;}
.iiItem{height:100%;padding:2px 0;}
.iiOwl_Unique_73918 .owl-dots{margin-top:14px !important;text-align:center;}
.iiOwl_Unique_73918 .owl-dot span{width:8px;height:8px;background:#ffffff;border:1px solid rgba(0,0,0,.18);}
.iiOwl_Unique_73918 .owl-dot.active span{background:#f28c28;border-color:#f28c28;}
.iiCard{width:100%;border-radius:10px;overflow:hidden;background:#ffffff;box-shadow:0 10px 22px rgba(0,0,0,.16);}
.iiMedia{position:relative;height:295px;}
.iiImg{width:100%;height:100%;object-fit:cover;display:block;}
.iiBottom{position:absolute;left:10px;right:10px;bottom:10px;height:44px;border-radius:10px;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.55));display:flex;align-items:center;justify-content:space-between;padding:0 12px;gap:10px;}
.iiBadgeIcon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:50%;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  opacity:.95;
}

.iiBadgeIcon img{
  object-fit:cover;
  display:block;
}

/* remove old orange strip if you had it */
.iiBadgeIcon::before{content:none;}
.iiCardTitle{color:#ffffff;font-size:18px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.iiTinySquare{width:10px;height:10px;border:2px solid #f28c28;border-radius:2px;flex:0 0 auto;opacity:.95;}
@media (max-width:991px){.iiGrid{grid-template-columns:1fr;gap:14px;}.iiLeft{border-right:0;border-bottom:2px solid rgba(0,0,0,.10);padding-bottom:16px;}.iiArrows{position:static;margin-top:14px;justify-content:flex-start;}.iiRight{padding:0;}}
@media (max-width:575px){.iiTitle{font-size:20px;}.iiMedia{height:210px;}.iiBtn{min-width:140px;}}


.iiSection{overflow:hidden;}
.iiRight{overflow:hidden;}
.iiOwl_Unique_73918{overflow:hidden;}
.iiOwl_Unique_73918 .owl-stage-outer{overflow:hidden;}




/* ============================ Production Process Start ============================ */


.ppSection{background:#ffffff;padding:44px 0;}
.ppContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.ppHead{text-align:center;margin-bottom:40px;}
.ppTitle{margin:0;font-size:26px;line-height:1.2;font-weight:700;color:#f28c28;}
.ppSub{margin:8px auto 0 auto;max-width:680px;font-size:16px;line-height:1.6;color:#525151;}
.ppGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;margin-top:18px;}
.ppCard{background:#ffffff;border:1px solid #efefef;border-radius:12px;box-shadow:0 10px 22px rgba(0,0,0,.06);padding:18px 16px 18px 16px;text-align:center;min-height:190px;display:flex;flex-direction:column;align-items:center;}
.ppIconWrap{margin-top:-30px;margin-bottom:10px;display:flex;justify-content:center;width:100%;}
.ppIconCircle{width:58px;height:58px;border-radius:999px;background:#fff3ea;display:flex;align-items:center;justify-content:center;border:1px solid rgba(242,140,40,.20);}
.ppIcon{width:28px;height:28px;color:#f28c28;}
.ppCardTitle{margin:8px 0 8px 0;font-size:14px;line-height:1.3;font-weight:900;color:#f28c28;}
.ppCardText{margin:0;font-size:12px; font-weight: 600; line-height:1.6;color:#555555;max-width:260px;}


.ppIconImg{width:28px;height:28px;object-fit:contain;display:block;}



@media (max-width:991px){.ppGrid{grid-template-columns:repeat(2,minmax(0,1fr));}.ppCard{min-height:180px;}}
@media (max-width:575px){.ppSection{padding:34px 0;}.ppTitle{font-size:22px;}.ppGrid{grid-template-columns:1fr;gap:16px;}.ppIconWrap{margin-top:-24px;}.ppIconCircle{width:54px;height:54px;}}



/* ============================ Production Process End ============================ */



/* ============================ Why People Choose Start ============================ */


.wcSection{background:#fdebe3;padding:34px 0;}
.wcContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.wcHead{text-align:center;margin-bottom:18px;}
.wcTitle{margin:0;font-size:30px;line-height:1.2;font-weight:700;color:#f28c28;}
.wcSub{margin:8px auto 0 auto;max-width:760px;font-size:16px;line-height:1.6;color:#494949;}
.wcGrid{display:grid;grid-template-columns:1fr 480px 1fr;gap:26px;align-items:center;margin-top: 40px;}
.wcCol{display:flex;flex-direction:column;gap:26px;}
.wcColLeft{align-items:flex-end;}
.wcColRight{align-items:flex-start;}
.wcCenter{display:flex;justify-content:center;align-items:center;}
.wcImg{width:100%;max-width:240px;height:auto;display:block;border-radius:6px;}
.wcItem{position:relative;width:100%;max-width:320px;}

.wcCardTop .award_box {
    border-radius: 50%;
    background-color: #EF891F;
    padding: 5px;
}


.wcCardTop .award_box img { width: 23px; }


.wcCard{background:#ffffff;border:1px solid #ececec;border-radius:6px;padding:12px 12px 12px 12px;box-shadow:0 10px 22px rgba(0,0,0,.06);}
.wcCardTop{display:flex;align-items:center;gap:8px;margin-bottom:6px;}
.wcIco{width:20px;height:20px;border-radius:999px;background:#f28c28;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;flex:0 0 20px;}
.wcCardTitle{ margin: 0; font-size: 16px; line-height: 1.25; font-weight: 700; color: #f28c28; }
.wcCardText{margin:0;font-size:10.5px;line-height:1.5;color:#4f4f4f;}
.wcDot{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:999px;background:#f28c28;}
.wcConn{position:absolute;top:50%;transform:translateY(-50%);height:2px;background:#f28c28;width:clamp(50px,7vw,110px);}
.wcItemLeft .wcDot{right:-12px;}
.wcItemLeft .wcConn{left:100%;}
.wcItemLeft .wcConn:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-1px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #f28c28;}
.wcItemRight .wcDot{left:-12px;}
.wcItemRight .wcConn{right:100%;}
.wcItemRight .wcConn:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:-1px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:9px solid #f28c28;}
@media (max-width:991px){.wcGrid{grid-template-columns:1fr;gap:18px;}.wcColLeft,.wcColRight{align-items:stretch;}.wcCenter{order:-1;}.wcItem{max-width:100%;}.wcDot,.wcConn{display:none;}}
@media (max-width:575px){.wcSection{padding:26px 0;}.wcTitle{font-size:20px;}.wcImg{max-width:210px;}}


/* ============================ Why People Choose End ============================ */




/* ============================ Our Clients Start ============================ */



.ocSection{background:#ffffff;padding:44px 0 50px;}
.ocContainer{max-width:1200px;margin:0 auto;padding:0 16px;}
.ocHead{text-align:center;margin-bottom:18px;}
.ocTitle{margin:0;font-size: 30px;line-height:1.2;font-weight:700;color:#f28c28;}
.ocSub{ margin: 8px auto 0 auto; max-width: 620px; font-size: 16px; line-height: 1.6; color: #232222;}
.ocGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap: 40px 20px;align-items:stretch;margin-top: 35px;}
.ocCardBig{grid-column:3;grid-row:1 / span 2;height:auto;min-height:162px;display:flex;align-items:center;justify-content:center; align-self: center;}

.ocCard{background:#ffffff;border:1px solid #ededed;border-radius:8px;height: 155px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,.05);overflow:hidden;}
.ocLogo{max-width:78%;max-height: 130px;object-fit:contain;display:block;filter:grayscale(0%);opacity:.95;}
.ocWave{animation:ocWaveFloat 3.6s ease-in-out infinite;}
.ocD1{animation-delay:0ms;}
.ocD2{animation-delay:140ms;}
.ocD3{animation-delay:280ms;}
.ocD4{animation-delay:420ms;}
.ocD5{animation-delay:560ms;}
@keyframes ocWaveFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-30px);}}
@media (max-width:991px){.ocGrid{grid-template-columns:repeat(3,minmax(0,1fr));}.ocCard{height:72px;}}
@media (max-width:575px){.ocSection{padding:34px 0;}.ocGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.ocCard{height:68px;}.ocLogo{max-height:46px;}}



/* ============================ Our Clients End ============================ */



/* ============================ Why People Say About Us Start ============================ */

:root{--t-orange:#ff7a18;--t-peach:#fdeee5;--t-peach-2:#f9d7cc;--t-text:#111111;--t-muted:#6b6b6b;--t-pill:#e8e8e8;--t-line:#cfcfcf;--t-card:#ffffff;--t-green:#16a34a;}
*{box-sizing:border-box;}
.testimonials{position:relative;overflow:hidden;background:transparent;}
.testimonials__bg-peach{position:absolute;left:0;right:0;top:80px;bottom:0;z-index:0;background-image:url("images/Rectangle 1584.png");background-repeat:no-repeat;background-position:top center;background-size:100% auto;pointer-events:none;}
.testimonials__container{position:relative;z-index:1;}
.testimonials__container{position:relative;z-index:1;width:min(1100px,calc(100% - 32px));margin:0 auto;}
.testimonials__header{text-align:center;margin:0 0 50px 0;}
.testimonials__title{margin:0;font-size:clamp(22px,3.2vw, 30px);font-weight:700;color:var(--t-orange);letter-spacing:0.2px;}
.testimonials__subtitle{margin:8px auto 0 auto;max-width:600px;font-size:16px;line-height:18px;color:var(--t-muted);}
.testimonials__layout{display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:18px;margin: -5px 0 25px;}
.testimonials__tabs{display:grid;gap:14px;align-content:center;}
.tab-row{position:relative;height:32px;display:flex;align-items:center;justify-content:center;}
.tab-row::before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:var(--t-line);transform:translateY(-50%);border-radius:999px;opacity:0.55;}
.tab-btn{position:relative;z-index:1;border:none;background:var(--t-pill);color:#4a4a4a;font-size:11px;font-weight:700;padding:6px 18px;border-radius:6px;cursor:pointer;transition:transform 160ms ease,background 160ms ease,color 160ms ease,box-shadow 160ms ease;}
.tab-btn:hover{transform:translateY(-1px);}
.tab-btn.is-active{background:#EF891F;color:#ffffff;box-shadow:0 10px 18px rgba(255,122,24,0.25);}
.testimonials__center{text-align:center;}
.avatars{display:flex;align-items:center;justify-content:center;gap:22px;margin:6px auto 8px auto;flex-wrap:nowrap;}
.avatar{position:relative;border-radius:999px;overflow:hidden;cursor:pointer;border:6px solid #ffffff;transition:transform 180ms ease,box-shadow 180ms ease,opacity 180ms ease;transform:translateY(var(--y,0px));box-shadow:0 10px 18px rgba(0,0,0,0.08);background:#ffffff;padding:0px;}
.avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.avatar--small{width:54px;height:54px;border-width:5px;box-shadow:0 8px 14px rgba(0,0,0,0.08);}
.avatar--big{width:128px;height:128px;cursor:default;box-shadow:0 18px 30px rgba(0,0,0,0.14);}
.avatar--small:hover{transform:translateY(var(--y,0px)) scale(1.06);}
.avatar--small.is-dim{opacity:0.85;}
.person__name{margin:12px 0 4px 0;font-size:clamp(20px,3vw,26px);font-weight:900;color:#111111;}
.person__role{font-size:11px;color:#6b6b6b;font-weight:600;margin:0 0 14px 0;}
.review-wrap{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;width:min(560px,100%);margin:0 auto;}
.nav-btn{width:44px;height:44px;border:none;border-radius:999px;cursor:pointer;background:var(--t-peach-2);display:grid;place-items:center;transition:transform 160ms ease,filter 160ms ease;}
.nav-btn:hover{transform:translateY(-1px);filter:brightness(0.98); background: #f9c1c3;}
.nav-arrow{font-size:26px;line-height:1;color:#ffffff;font-weight:900;transform:translateY(-1px);}
.nav-fa{font-size:18px;color:#ffffff;}
.review-card{position:relative;background:var(--t-card);border:1px solid rgba(17,17,17,0.12);border-radius:12px;padding:18px 18px 14px 18px;text-align:left;box-shadow:0 16px 28px rgba(0,0,0,0.08);min-height:130px;}
.review-card.is-anim{animation:cardIn 320ms ease;}
@keyframes cardIn{from{opacity:0.25;transform:translateY(6px);}to{opacity:1;transform:translateY(0px);}}
.quote{position:absolute;left:14px;top:12px;color:var(--t-orange);font-size:22px;font-weight:900;}
.review-text{margin:0;padding:12px 6px 10px 18px;font-size:12px;line-height:18px;color:#4b4b4b;}
.review-foot{display:flex;align-items:center;gap:10px;padding-left:18px;}
.stars{display:inline-flex;gap:3px;align-items:center;}
.star{font-size:14px;line-height:1;color:var(--t-green);}
.star.is-empty{color:rgba(22,163,74,0.25);}
.score{font-size:12px;font-weight:800;color:#2b2b2b;}
@media (max-width:1024px){.testimonials__layout{grid-template-columns:150px 1fr 150px;gap:14px;}.avatars{gap:18px;}.avatar--big{width:118px;height:118px;}}

@media (max-width:900px){.testimonials__layout{grid-template-columns:1fr;gap:18px;}.testimonials__tabs--right{display:none;}.testimonials__tabs--left{order:-1;display:flex;gap:10px;justify-content:flex-start; overflow-x:auto;padding:0 6px;scrollbar-width:thin;}.tab-row{min-width: 92px;height:36px;}.tab-row::before{display:none;}.avatars{gap:14px;overflow-x:auto;padding:4px 6px;justify-content: center;scrollbar-width:thin;}.avatar{transform:translateY(0px);}.review-wrap{grid-template-columns:42px 1fr 42px;}


 .testimonials__tabs { display: flex; overflow-x: auto;}

/* .testimonials__tabs--left{
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}

.testimonials__tabs--left > *{
flex:0 0 auto;
}

.avatars > *{
flex:0 0 auto;
}  */


}



@media (max-width:520px){.avatar--small{width:50px;height:50px;}.avatar--big{width:104px;height:104px;}.review-card{padding:16px 14px 12px 14px;}.review-text{padding:12px 4px 8px 18px;}}
/* ============================ Why People Say About Us End ============================ */



/* ============================ Our Latest Blogs Start ============================ */



.blog-section{background:#ffffff;}
.blog-head h3{font-size:30px;font-weight:700;color:#f58220;margin-bottom:6px;}
.blog-head p{font-size:16px;color:#3d3d3d;margin:0;}
.blog-feature-card{border-radius:12px;overflow:hidden;background:#ffffff;box-shadow:0 6px 20px rgba(0,0,0,0.08);height:100%;display:flex;flex-direction:column;}
.blog-feature-img{position:relative;width:100%;height:280px;overflow:hidden;}
.blog-feature-img img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-feature-tag{position:absolute;left:14px;top:14px;background:#000000b3;color:#ffcc00;font-weight:700;font-size:14px;padding:8px 12px;border-radius:6px;max-width:90%;line-height:1.2;}
.blog-feature-body{padding:18px;}
.blog-feature-body h5{font-size:18px;font-weight:700;color:#000000;margin-bottom:6px;}
.blog-meta{font-size:12px;color:#777777;margin-bottom:10px;}
.blog-feature-body p{font-size:14px;color:#555555;line-height:1.6;margin-bottom:10px;}
.blog-read{font-size:14px;font-weight:600;color:#f58220;text-decoration:none;}
.blog-list{display:flex;flex-direction:column;gap:16px;}
.blog-list-item{display:flex;gap:12px;align-items:flex-start;}
.blog-list-img{ width: 220px; min-width: 110px; height: 126px; border-radius:8px;overflow:hidden;}
.blog-list-img img{width:100%;height:100%;object-fit:cover;display:block;}
.blog-list-body h6{font-size:18px;font-weight:700;color:#000000;margin-bottom:4px;}
.blog-list-body p{font-size:14px;color:#555555;margin-bottom:4px;line-height:1.4;}
.blog-list-body span{font-size:16px;color:#888888;}
.blog-btn{display:inline-block;background:#f58220;color:#ffffff;padding:10px 26px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;}
@media(max-width:991px){.blog-feature-img{height:220px;}}
@media(max-width:575px){.blog-list-item{gap:10px;}.blog-list-img{width:90px;min-width:90px;height:70px;}.blog-feature-tag{font-size:12px;}}




/* ============================ Our Latest Blogs End ============================ */







/* ============================ Get An Easy Quotation Start ============================ */



.quote-sec { background:#fdeee5; padding:48px 0; }
.quote-sec__container { width:min(1100px, calc(100% - 32px)); margin:0 auto; }
.quote-sec__grid { display:grid; grid-template-columns: 1fr 1.15fr; gap:28px; align-items:center; }
.quote-left { padding:8px 6px; }
.quote-title { margin:0 0 25px 0; font-size:30px; font-weight:800; color:#f47a12; }
.quote-sub { margin:0 0 30px 0; font-size:16px; line-height:18px; color:#111; font-weight:600; }
.quote-contact { display:grid; gap:14px; margin:0 0 18px 0; }
.contact-item { display:flex; align-items:center; gap:12px; text-decoration:none; color:#111; }
.contact-item:hover .contact-txt { text-decoration:underline; }
.contact-ico { width:38px; height:38px; border-radius:999px; background:#fff; display:grid; place-items:center; border:1px solid rgba(0,0,0,0.08); box-shadow:0 8px 18px rgba(0,0,0,0.06); }
.contact-ico i { color:#f47a12; font-size:14px; }
.contact-txt { font-size:14px; font-weight:700; }
.quote-divider { height:1px; background:rgba(0,0,0,0.10); margin:40px 0 25px 0; }
.quote-social { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.social-label { font-size:15px; font-weight:600; color:#111; }
.social-icons { display:flex; gap:12px; align-items:center; }
.social-link { color:#111; font-size:15px; text-decoration:none; transition:transform 160ms ease; }
.social-link:hover { transform:translateY(-2px); }
.quote-card { background:#fff; border-radius:8px; border:1px solid rgba(0,0,0,0.08); box-shadow:0 18px 30px rgba(0,0,0,0.08); padding: 26px 14px; }
.quote-form { display:grid; gap:12px; }
.form-row.full { display:grid; gap:6px; }
.form-row.two { display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.form-label { font-size:16px; font-weight:600; color:#111; }
.form-input { width:100%; height:40px; border:1px solid rgba(0,0,0,0.18); border-radius:4px; padding:0 10px; font-size:12px; outline:none; background:#fff; }
.form-input:focus { border-color:#f47a12; box-shadow:0 0 0 3px rgba(244,122,18,0.15); }
.form-select { appearance:none; background-image: linear-gradient(45deg, transparent 50%, #8c8c8c 50%), linear-gradient(135deg, #8c8c8c 50%, transparent 50%); background-position: calc(100% - 16px) 16px, calc(100% - 10px) 16px; background-size: 6px 6px, 6px 6px; background-repeat:no-repeat; padding-right:30px; }
.quote-btn-two { margin-top:4px; height:42px; width:160px; justify-self:center; border:none; border-radius:6px; background:#f47a12; color:#fff; font-weight:800; font-size:14px; cursor:pointer; box-shadow:0 14px 20px rgba(244,122,18,0.25); margin-top: 20px;}
.quote-btn-two:hover { filter:brightness(0.98); transform:translateY(-1px); }
@media (max-width: 900px) { .quote-sec__grid { grid-template-columns: 1fr; } .quote-card { order:2; } .quote-left { order:1; } }
@media (max-width: 520px) { .form-row.two { grid-template-columns: 1fr; } .quote-btn-two{ width:100%; } .quote-sub br { display:none; } }

.contact-gif {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}



/* ============================ Get An Easy Quotation End ============================ */


/* ============================ Frequently Asked Question Start ============================ */



.faq-sec { background:#ffffff; padding:48px 0; }
.faq-sec__container { width:min(1100px, calc(100% - 32px)); margin:0 auto; }
.faq-sec__title { margin:0 0 45px 0; text-align:center; color:#f47a12; font-size:30px; font-weight:700; }
.faq-grid { display:grid; grid-template-columns: 1fr 1fr; gap:18px 26px; align-items:start; }
.faq-item { background:#ffffff; border-radius:6px; border:1px solid rgba(0,0,0,0.10); box-shadow:0 10px 22px rgba(0,0,0,0.10); overflow:hidden; }
.faq-btn { width:100%; display:flex; gap:12px; align-items:flex-start; padding:16px 16px; border:none; background:#ffffff; cursor:pointer; text-align:left; }
.faq-q { font-size:15px; font-weight:600; color:#1f1f1f; line-height:22px; }
.faq-ico { width:22px; min-width:22px; height:22px; display:grid; place-items:center; margin-top:1px; }
.faq-ico i { font-size:14px; color:#1f1f1f; }
.faq-body { display:none; padding:0 16px 16px 50px; }
.faq-body p { margin:0; font-size:13px; line-height:20px; color:#6b6b6b; font-weight:600; }
.faq-item.is-open .faq-body { display:block; }
.faq-item.is-open { border-color:rgba(0,0,0,0.12); }
.fa-solid.fa-minus { color: orange; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap:14px; } .faq-body { padding:0 16px 16px 50px; } }



/* ============================ Frequently Asked Question End ============================ */



 /* ====================== GET IN TOUCH SECTION Start ======================  */



.touch-sec { background:#ffffff; padding:35px 0; }
.touch-sec__container { width:min(1100px, calc(100% - 32px)); margin:0 auto; }
.touch-title { margin:0; text-align:center; color:#f47a12; font-size:30px; font-weight:700; }
.touch-sub { margin:8px 0 45px 0; text-align:center; color:#4b4a4a; font-size:16px; font-weight:400; }
.touch-grid { display:grid; grid-template-columns: 1fr 1fr; gap:22px; }
.touch-card { display:block; text-decoration:none; color:inherit; }
.touch-media { position:relative; border-radius:10px; overflow:hidden; box-shadow:0 14px 26px rgba(0,0,0,0.12); border:1px solid rgba(0,0,0,0.10); }
.touch-media img { width:100%; height:210px; object-fit:cover; display:block; }
.touch-tag { position:absolute; left:10px; bottom:10px; background:#b36a18; color:#fff; font-size:12px; font-weight:400; padding:5px 10px; border-radius:6px; box-shadow:0 10px 18px rgba(0,0,0,0.18); }
.touch-info { display:flex; gap:10px; align-items: center; margin-top: 24px; }
.pin { width:18px; min-width:18px; height:18px; display:grid; place-items:center; color:#f47a12; margin-top:2px; }
.pin i { font-size:20px; }
.addr { font-size:14px; line-height:16px; color:#2b2b2b; font-weight:500; }
.touch-card:hover .touch-media { transform:translateY(-2px); transition:transform 160ms ease; }
@media (max-width: 900px) { .touch-grid { grid-template-columns: 1fr; } .touch-media img { height:200px; } }
@media (max-width: 520px) { .touch-media img { height:180px; } }



/* ============ Three Divs Cards ==================== */



.info-strip { background:#ffffff; padding:20px 0 40px; }
.info-strip__container { width:min(1100px, calc(100% - 32px)); margin:0 auto; }
.info-strip__grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; }
.info-box { background:#fdeee5; border-radius:10px; padding:16px 14px; text-align:center; }
.info-ico { width:42px; height:42px; border-radius:999px; background:#a85b14; display:grid; place-items:center; margin:0 auto 8px auto; }
.info-ico i { color:#ffffff; font-size:20px; }
.info-title { font-size:16px; font-weight:800; color:#111111; margin-bottom:6px; }
.info-link { display:inline-block; font-size:14px; font-weight:700; color:#111111; text-decoration:none; }
.info-link:hover { text-decoration:underline; }
.info-text { font-size:14px; font-weight:700; color:#111111; }
.info-sub { margin-top:4px; font-size:14px; font-weight:600; color:#6b6b6b; }
@media (max-width: 900px) { .info-strip__grid { grid-template-columns: 1fr; } .info-box { display:grid; column-gap:12px; align-items:center; padding:14px; } .info-title { margin:0 0 2px 0; } .info-sub { margin-top:2px; } }


/* ============ Three Divs Cards End ==================== */




 /* ====================== GET IN TOUCH SECTION End ======================  */



 /* ====================== Footer Start ======================  */


.st-footer { position:relative; padding:34px 0 0 0; background-image:url("images/hero_bg_1.jpg"); background-size:cover; background-position:center; background-repeat:no-repeat; overflow: hidden;}
.st-footer__overlay {  position: absolute;
  inset: 0;
  background: #906E52CC;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1; }
.st-footer__content { position: relative; z-index: 2;  }
.st-footer__brandLogo { width: 110px; height: 80px; object-fit:contain; display:block; }

.st-footer__logo { width:34px; height:34px; border:1px solid rgba(255,255,255,0.35); border-radius:6px; display:grid; place-items:center; }
.st-footer__logo i { font-size:14px; color:#ffffff; }
.st-footer__brandName { font-size:12px; font-weight:800; letter-spacing:1px; line-height:1; }
.st-footer__brandSub { font-size:9px; font-weight:700; opacity:0.8; letter-spacing:1px; margin-top:2px; }
.st-footer__headline { font-size:22px; font-weight:600; max-width:420px; line-height:1.6; }
.st-footer__desc { font-size:13px; line-height:18px; opacity:0.85; max-width:470px; }
.social_box { display: flex; gap: 20px; margin-top: 100px; }
.st-footer__socialLabel { font-size:16px; font-weight:500; opacity:0.9; }
.st-footer__socialLink { color:#ffffff; text-decoration:none; font-size:16px; opacity:0.9; transition:transform 160ms ease, opacity 160ms ease; }
.st-footer__socialLink:hover { transform:translateY(-2px); opacity:1; }
.st-footer__colTitle { margin-top: 80px; font-size:14px; font-weight:600; opacity:0.95; }
.st-footer__links { display:grid; gap:8px; }
.st-footer__link { color:#ffffff; text-decoration:none; font-size:13px; opacity:0.85; }
.st-footer__link:hover { opacity:1; text-decoration:underline; }
.st-footer__contactList { display:grid; gap:14px; margin-top: 80px; }
.st-footer__contactItem { display:flex; gap:12px; align-items:flex-start; }
.st-footer__contactIcon { background: #906E52; width: 50px; min-width: 50px; height: 45px; border-radius:6px; display:grid; place-items:center; opacity:0.95; }
.st-footer__contactIcon i { font-size: 25px; color:#ffffff; }
.st-footer__contactLabel { font-size:14px; font-weight:600; color:#f47a12; }
.st-footer__contactValue { font-size:12px; font-weight:600; color:#ffffff; text-decoration:none; opacity:0.9; }
.st-footer__contactValue:hover { opacity:1; text-decoration:underline; }
.st-footer__bottom { margin-top:22px; padding:12px 0; border-top:1px solid rgba(255,255,255,0.25); font-size:11px; opacity:0.85; }
@media (max-width: 991.98px) { .st-footer { padding:28px 0 0 0; } .st-footer__headline { max-width:100%; } .st-footer__desc { max-width:100%; } }



 /* ====================== Footer End ======================  */





.st-drawerOverlay{position:fixed;inset:0;z-index:9999;pointer-events:none;}
.st-drawerOverlay::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transform:translateX(100%);transition:transform 1s cubic-bezier(0.2,0.8,0.2,1);will-change:transform;}
.st-drawerOverlay.is-open{pointer-events:auto;}
.st-drawerOverlay.is-open::before{transform:translateX(0);}
.st-drawer{position:absolute;top:0;right:0;height:100%;width:min(420px,92vw);background:#2c2c2c;color:#ffffff;transform:translateX(110%);transition:transform 1s cubic-bezier(0.2,0.8,0.2,1);transition-delay:0s;box-shadow:-18px 0 50px rgba(0,0,0,0.35);border-left:1px solid rgba(255,255,255,0.06);will-change:transform;}
.st-drawerOverlay.is-open.is-opening .st-drawer{transition-delay:0.7s;}
.st-drawerOverlay.is-open .st-drawer{transform:translateX(0);}
.st-drawer__scroll{height:100%;overflow:auto;padding:28px 22px;}
.st-drawer__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:none;border-radius:10px;background:rgba(255,255,255,0.08);color:#ffffff;font-size:18px;cursor:pointer !important;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,background 0.2s ease;}
.st-drawer__close:hover{transform:scale(1.06);background:rgba(255,255,255,0.14);}
.st-drawer__title{font-size:28px;font-weight:700;margin:0 0 12px 0;}
.st-drawer__text{font-size:14px;line-height:1.7;opacity:0.92;margin:0 0 18px 0;}
.st-drawer__btn{display:inline-flex;align-items:center;justify-content:center;background:#e53935;color:#ffffff;text-decoration:none;padding:12px 22px;border-radius:6px;font-weight:700;margin:6px 0 26px 0;transition:transform 0.2s ease,filter 0.2s ease;}
.st-drawer__btn:hover{transform:translateY(-1px);filter:brightness(1.05);}
.st-drawer__subtitle{font-size:22px;font-weight:700;margin:0 0 14px 0;}
.st-drawer__list{list-style:none;padding:0;margin:0 0 18px 0;display:flex;flex-direction:column;gap:14px;}
.st-drawer__item{display:flex;gap:10px;font-size:14px;line-height:1.6;opacity:0.92;}
.st-ico{width:22px;flex:0 0 22px;display:inline-flex;align-items:flex-start;justify-content:center;transform:translateY(1px);}
.st-drawer__social{display:flex;gap:10px;padding-top:8px;}
.st-social{width:38px;height:38px;border-radius:999px;background:#ffffff;color:#111111;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:transform 0.2s ease;}
.st-social:hover{transform:translateY(-2px);}
.st-drawer__animate > *{opacity:0;transform:translateY(18px);transition:opacity 1s ease,transform 1s ease;transition-delay:0s;}
.st-drawerOverlay.is-open .st-drawer__animate > *{opacity:1;transform:translateY(0);}
.st-drawerOverlay.is-open.is-opening .st-drawer__animate > *{transition-delay:1.2s;}
body.st-drawerOpen{overflow:hidden;}
@media (max-width:480px){.st-drawer{width:100vw;max-width:100vw;}.st-drawer__scroll{padding:24px 18px;}}
.st-ico{width:22px;flex:0 0 22px;display:inline-flex;align-items:flex-start;justify-content:center;transform:translateY(2px);}
.st-ico i{font-size:16px;color:#e53935;}
.st-drawer__link{color:#ffffff;text-decoration:none;opacity:0.95;}
.st-drawer__link:hover{text-decoration:underline;}
.st-social i{font-size:16px;}






/* =============================== Responsive Start =============================== */

     




@media (min-width: 1200px) and (max-width: 9000px) 
{


}

/* responsive */


@media only screen and (max-width: 1799px){



}


@media only screen and (max-width: 1699px){







}

@media only screen and (max-width: 1445px){












 }



@media only screen and (max-width: 1399px){













     
}



@media only screen and (max-width: 1199px){













}

@media only screen and (max-width: 991px){



.grid-btn { right: 70px; }

.grid-btn img {  width: 30px; height: 30px; }




  /* the sliding panel */
  .main-navbar .navbar-collapse{
    position: fixed;
    top: 72px;
    right: 0;
    width: 60%;
    height: calc(100vh - 72px);
    background: rgb(0 0 0 / 83%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1050;
    overflow-y: auto;
    padding: 15px 6px 10px;
    transform: translateX(100%);
    transition: transform 1s ease;   /* 1s animation */
    will-change: transform;
  }

  /* keep it present so transform can animate */
  .main-navbar .navbar-collapse.collapse{
    display: block !important;
    visibility: hidden;
    pointer-events: none;
  }

  /* open state */
  .main-navbar .navbar-collapse.collapse.show{
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  /* bootstrap adds this while opening/closing */
  .main-navbar .navbar-collapse.collapsing{
    display: block !important;
    height: calc(100vh - 72px) !important;  /* ignore BS height animation */
    overflow-y: auto;

    transition: transform 0.3s ease !important; /* make BS wait 1s */
    visibility: visible;
    pointer-events: auto;

    transform: translateX(100%); /* default = sliding OUT */
  }


  .main-navbar .navbar-collapse.collapsing[style*="height: 0"],
  .main-navbar .navbar-collapse.collapsing[style*="height:0"]{
    transform: translateX(0);
  }


}


@media only screen and (max-width: 767px){
    

.about-images {
    position: relative;
    max-width: 360px;
    margin: unset;
}


.about-img-big img {
    width: 100%;
    height: 365px;
}

.about-badge {
    position: absolute;
    top: 35px;
    right: -120px;
    width: 200px;
    height: 100px;
    background: #f7941d;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-top: 10px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
    padding-left: 25px;
}


.about-badge .badge-top {
    padding: 8px 2px;
}

.about-badge .badge-count {
    font-size: 18px;
}

.about-badge .badge-plus {
    font-size: 17px;
    font-weight: 700;
}



    .about-img-small {
        right: -116px;
        bottom: -16px;
        width: 200px;
    }

    .about-img-small img {
      height: 128px;
    }
    
.about-img-big {
    border-radius: 12px;
    overflow: hidden;
    height: 380px;
}





}


@media only screen and (max-width: 575px){


.topbar-left span {
    color: #fff;
    margin-right: 5px;
    white-space: nowrap;
    font-size: 10px;
}

.topbar-right a {
    color: #fff;
    margin-left: 6px;
    font-size: 10px;
}



.topbar {
    background: #906E52;
    padding: 6px 0;
    font-size: 13px;
    position: static;

}


    .main-navbar {
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .main-navbar .navbar-collapse.collapse.show {
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        position: relative;
        top: 0;
    }

.hero-section { margin-top: 0; }


    
}
    

@media only screen and (max-width: 480px){
  
  

    .about-img-big {
        border-radius: 12px;
        overflow: hidden;
        height: 240px;
    }


    .about-img-big img {
        width: 80%;
        height: 245px;
    }


    .about-badge {
        position: absolute;
        top: 35px;
        right: -12px;
        width: 150px;
        height: 80px;
        background: #f7941d;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding-top: 10px;
        border-radius: 10px;
        clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
        padding-left: 17px;
    }


    .about-badge .badge-top {
    margin-left: 25px;
    }

        .grid-btn img {
        width: 22px;
        height: 22px;
    }

        .grid-btn {
        right: 55px;
    }



    .main-navbar {
          padding: 0px 0;
    }

    .grid-btn {
        top: 6px;
    }

    .hero-section { min-height: 55vh; }

        .hero-title {
        font-size: 18px;
    }
    .hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    margin: 14px 0;
   }

    .hero-text {
        color: #eaeaea;
        font-size: 10px;
        max-width: 520px;
        margin-bottom: 22px;
    }


    .hero-btn {
        color: #ffffff;
        padding: 5px 5px;
        border: 2px solid #ffffff;
        border-radius: 6px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 12px;
    }

    .hero-phone {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
    }

        .hero-thumb {
        width: 50px;
        height: 38px;
    }

    .hero-thumbs {
        gap: 5px;
    }

    
    
.best-selling-section {
    padding: 10px 0;
}

    .product-img img {
        height: 180px;
    }

        .best-selling-right {
        margin-top: 10px;
    }


    .best-btn {
     padding: 5px 12px;

    }
     
    .best-tag {  font-size: 18px; }

    .best-selling-right p {
    color: #666;
    font-size: 12px;
    }

    .product-card h6 {
    margin-top: 10px;
    font-size: 14px;
    }

    .about-section {
    padding: 30px 0;
}
    .about-badge {
        position: absolute;
        top: 35px;
        right: -5px;
    }

        .about-img-small {
        right: -145px;
        bottom: 55px;
        width: 150px;
    }
        .about-img-small img {
        height: 75px;
    }


    .about-images {
        height: 295px;
    }


    .about-subtitle {
        color: #f7941d;
        font-weight: 700;
        margin-bottom: 6px;
        font-size: 20px;
    }

    .about-title {
     font-size: 18px;
    }

    .about-text {
    font-size: 12px;
    }

    .about-list .award_box img {
         width: 20px;
    }

.about-list .award_box {
    padding: 3px;
}

.about-list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 12px;
}

.about-stat-img img {
    width: 75px;
}
.about-stat h4 {
    font-size: 18px;
}

.about-stat span {
    font-size: 10px;
}


.about-btn {
    background: #f7941d;
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

    .pcTitle {
        font-size: 18px;
    }

    .pcSection {
    padding: 10px 0;
    background: #ffffff;
}

.pcSubtitle {
    margin: 10px auto 22px auto;
    max-width: 720px;
    text-align: center;
    font-size: 12px;
}

.pcOwl_Unique_98127 .owl-dots {
    margin-top: 0px !important;
}

.iiSection {
    background: #fdebe3;
    padding: 10px 0;
}

    .iiTitle {
        font-size: 18px;
    }

    .iiDesc {
    margin: 8px 0 14px 0;
    font-size: 11px;
    line-height: 1.3;
    color: #6f6f6f;
}

.iiTextFilters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
    margin: 10px 0 16px 0;
}

.iiTxtLink {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
}

.iiTxtLink.isActive {
    font-weight: 700;
}

.iiBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 6px 10px;
}

    .ppTitle {
        font-size: 18px;
    }

    .ppSub {
     font-size: 12px;
    }

        .ppIconCircle {
        width: 45px;
        height: 45px;
    }
        .ppIconWrap {
        margin-top: -30px;
    }

        .ppCard {
        min-height: 145px;
    }
    .ppCardTitle {
    margin: 8px 0 8px 0;
    font-size: 12px;
    }

    .ppCardText {
    margin: 0;
    font-size: 10px;
    }

        .wcTitle {
        font-size: 18px;
    }

    .wcSub {
    margin: 8px auto 0 auto;
    max-width: 760px;
    font-size: 12px;
    }

        .wcImg {
        max-width: 100px;
    }
    .wcCardTop .award_box {
    border-radius: 50%;
    background-color: #EF891F;
    padding: 3px;
}

.wcCardTop .award_box img {
    width: 22px;
}

.wcCardTitle {
    margin: 0;
    font-size: 14px;
}

.wcCardText {
    margin: 0;
    font-size: 10px;
}

    .ocSection {
        padding: 20px 0 30px;
    }
    .ocTitle {
    margin: 0;
    font-size: 20px;

    }

    .ocSub {
    margin: 8px auto 0 auto;
    max-width: 620px;
    font-size: 12px;
    }

    .ocCardBig {
        grid-column: none;
        grid-row: 1 / span 2;
        height: auto;
        min-height: 100px;
    }

        .ocGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 4px;
    }

        .ocCard {
        height: 55px;
    }

        .ocLogo {
        max-height: 65px;
    }
.testimonials__title {
    margin: 0;
    font-size: clamp(18px, 3.2vw, 30px);
}

.testimonials__subtitle {
    margin: 8px auto 0 auto;
    max-width: 600px;
    font-size: 12px;

}

    .avatar--small {
        width: 0px;
        height: 0px;
    }

    .avatar--big {
        width: 100px;
        height: 100px;
    }

    .review-text {
    margin: 0;
    padding: 12px 6px 10px 18px;
    font-size: 10px;
    }
    .nav-btn {
    width: 30px;
    height: 30px;
    }

    .blog-section {
    padding: 30px 0px !important;
    background: #ffffff;
  }

  .blog-head h3 {
    font-size: 20px;
  }
  .blog-head p {
    font-size: 12px;
  }
      .blog-feature-img {
        height: 155px;
    }
.blog-feature-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}

.blog-feature-body {
    padding: 12px 8px;
}

.blog-feature-body p {
    font-size: 12px;
}


.blog-list-body h6 {
    font-size: 14px;
}


.blog-list-body p {
    font-size: 10px;
}


.blog-list-body span {
    font-size: 11px;
}


.blog-btn {
    display: inline-block;
    background: #f58220;
    color: #ffffff;
    padding: 6px 18px;
}

.blog-btn {
    display: inline-block;
    background: #f58220;
    color: #ffffff;
    padding: 6px 18px;
}

.quote-title {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.quote-sub {
    margin: 0 0 20px 0;
    font-size: 12px;
}

.quote-contact {
    display: grid;
    gap: 6px;
    margin: 0 0 18px 0;
}

.contact-txt {
    font-size: 12px;
    font-weight: 700;
}

.quote-contact {
    display: grid;
    gap: 6px;
    margin: 0 0 0px 0;
}

.quote-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    margin: 20px 0 15px 0;
}

.quote-sec__grid {
    display: grid;
    gap: 16px;
}

.form-label {
    font-size: 14px;
}

.faq-sec {
    background: #ffffff;
    padding: 30px 0;
}

.faq-sec__title {
    margin: 0 0 25px 0;
    text-align: center;
    color: #f47a12;
    font-size: 18px;
    font-weight: 700;
}

.faq-btn {
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: flex-start;
    padding: 12px 6px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
}

.faq-q {
    font-size: 12px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 18px;
}

    .faq-body {
        padding: 0 12px 12px 34px;
    }

    .faq-body p {
        margin: 0;
        font-size: 10px;
        line-height: 16px;
    }


.touch-sec {
    background: #ffffff;
    padding: 10px 0;
}

.touch-title {
    margin: 0;
    text-align: center;
    color: #f47a12;
    font-size: 20px;
}


.touch-sub {
    margin: 8px 0 25px 0;
    text-align: center;
    color: #4b4a4a;
    font-size: 12px;
    font-weight: 400;
}

.info-title {
    font-size: 14px;
}
.info-link {
    display: inline-block;
    font-size: 12px;
}

.info-sub {
    margin-top: 4px;
    font-size: 12px;
}

.info-ico {
    width: 40px;
    height: 40px;
}

.info-ico i {
    color: #ffffff;
    font-size: 18px;
}

.social_box {
    display: flex;
    gap: 20px;
    margin-top: 0px;
}

.st-footer__headline {
    font-size: 18px;
    font-weight: 600;
    max-width: 420px;
    line-height: 1.3;
}

.st-footer__colTitle {
    margin-top: 10px;
}

.st-footer__contactList {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.topbar-left i {
    margin-right: 2px;
}


@keyframes ocWaveFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-13px);}}


}




@media only screen and (max-width: 422px){ 

 






}

.admin-login-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(180deg, #0f0f0f, #1a1a1a);
  color: #fff;
}

.admin-login-card {
  width: min(420px, 90vw);
  padding: 32px;
  background: rgba(17, 17, 17, 0.95);
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.admin-login-header .admin-login-logo {
  width: 110px;
  margin-bottom: 18px;
}

.admin-login-header h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 1px;
}

.admin-login-header p {
  margin: 8px 0 24px;
  color: #bdbdbd;
}

.admin-login-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.admin-login-form label {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 13px;
  color: #cfcfcf;
  gap: 6px;
}

.admin-login-form input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.admin-login-form input:focus {
  outline: none;
  border-color: #f7941d;
}

.admin-login-message {
  min-height: 18px;
  margin: 0;
  font-size: 13px;
  color: #ff8a1f;
  font-weight: 600;
}

.admin-login-footer {
  margin-top: 24px;
  font-size: 13px;
  color: #9a9a9a;
}

.admin-login-footer a {
  color: #f7941d;
  text-decoration: none;
}

.admin-dashboard {
  min-height: 100vh;
  display: flex;
  background: #0e0d0d;
  color: #fff;
}

.admin-sidebar {
  width: 220px;
  padding: 28px 20px;
  background: #161515;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admin-sidebar-logo {
  width: 150px;
  align-self: center;
}

.admin-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-sidebar-nav a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
}

.admin-sidebar-nav a.is-active, .admin-sidebar-nav a:hover {
  background: #f7941d;
  color: #141414;
}

.admin-dashboard-panel {
  flex: 1;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.admin-dashboard-panel header h1 {
  margin: 0 0 8px;
}

.admin-dashboard-panel header p {
  margin: 0;
  color: #c1c1c1;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.admin-card {
  padding: 22px;
  border-radius: 14px;
  background: rgba(36, 35, 35, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-card strong {
  display: block;
  font-size: 36px;
  margin: 8px 0;
}

.admin-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  overflow: hidden;
}

.admin-table th, .admin-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: #f1f1f1;
}

.admin-table thead th {
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.tag-warning {
  background: rgba(247, 148, 29, 0.2);
  color: #f7941d;
}

.tag-success {
  background: rgba(39, 174, 96, 0.2);
  color: #27ae60;
}

.admin-banner-subtitle {
  color: #c1c1c1;
  margin-bottom: 12px;
}

.admin-banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
