@charset "utf-8";
/* CSS Document */

:root{
  --green:#00923d;--green-light:#43A047;--green-pale:#E8F5E9;
   --cmn-grey:#979797;
	 --cmn-grey-over:#6e6b6b;
  --yellow:#FFC107;--yellow-dark:#F9A825;
  --dark:#12285a;--text:#2d3748;--muted:#6c757d;
  --card-shadow:0 4px 24px rgba(46,125,50,.10);
  --radius:16px;--radius-sm:10px;
	
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html, body {
  overflow-x: hidden;
}
body{font-family:'Open Sans',sans-serif;color:var(--text);background:#fff; overflow-x:hidden;   padding-top: 85px;}
h1,h2,h3,h4,h5,h6,.logo-text,.product-name,.section-title{}
.logo-text img{ width:130px; height: auto;}

/* ════ NAVBAR ════ */
.sn-navbar {
  background: #fff;
  /* REMOVE THIS ↓ */
  /* backdrop-filter: blur(16px); */

  border-bottom: 2px solid #E8F5E9;
  padding: .7rem 0;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  width: 100%;
  z-index: 9;

  box-shadow: 0 2px 20px rgba(46,125,50,.08);
}
.logo-text{ padding-bottom: 0px; font-size:1.55rem;font-weight:800;color:#2E7D32;letter-spacing:-.5px;text-decoration:none;}
.logo-text span{color:#FFC107;}
.form-group{ margin-bottom: 20px;}
.form-group label{ margin-bottom: 5px; font-weight: bold;}

/* nav links */
.navbar-nav .nav-link{font-family:'Open Sans',sans-serif;font-weight:600;font-size:.9rem;color:#2d3748!important;padding:.46rem .95rem!important;border-radius:8px;transition:all .18s;}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active-nav{color:#2E7D32!important;/*background:#E8F5E9;*/}

/* ── SIMPLE DROPDOWN ── */
.nav-item.dropdown .dropdown-menu{
  border:1.5px solid #E8F5E9;border-radius:12px;
  box-shadow:0 8px 28px rgba(46,125,50,.13);
  padding:.4rem;min-width:200px;
  margin-top:.3rem;
}
.dropdown-item{
  font-family:'Open Sans',sans-serif;font-size:.88rem;font-weight:500;
  color:#2d3748;border-radius:8px;padding:.55rem 1rem;
  display:flex;align-items:center;gap:.6rem;
  transition:all .16s;
}
.dropdown-item:hover{background:#E8F5E9;color:#2E7D32;}
.dropdown-item i{width:16px;font-size:.8rem;color:#2E7D32;}
.dropdown-divider{margin:.3rem .6rem;border-color:#E8F5E9;}
/* arrow icon */
.dropdown-toggle::after{border:none;content:'\f078';font-family:'Font Awesome 6 Free';font-weight:900;font-size:.6rem;margin-left:.3rem;vertical-align:middle;transition:transform .2s;}
.nav-item.dropdown.show .dropdown-toggle::after{transform:rotate(180deg);}

/* desktop: open on hover */
@media(min-width:992px){
  .nav-item.dropdown:hover>.dropdown-menu{display:block;}
  .nav-item.dropdown:hover>.dropdown-toggle::after{transform:rotate(180deg);}
}
/* mobile: keep bootstrap click-toggle */
@media(max-width:991px){
  .navbar-collapse{border-top:1.5px solid #E8F5E9;margin-top:.6rem;padding-top:.5rem;}
  .navbar-nav .nav-link{padding:.6rem 1rem!important;}
  .nav-item.dropdown .dropdown-menu{border:none;box-shadow:none;padding:0 0 0 1rem;background:#f9fdf9;border-left:3px solid #E8F5E9;border-radius:0;margin-top:0;}
  .dropdown-item{font-size:.86rem;padding:.5rem .9rem;}
}

/* right action btns */
.btn-login{font-family:'Open Sans',sans-serif;background:transparent;border:2px solid #2E7D32;color:#2E7D32;border-radius:50px;padding:.32rem 1.1rem;font-weight:600;font-size:.86rem;text-decoration:none;transition:all .18s;}
.btn-login:hover{background:#2E7D32;color:#fff;}
.cart-btn{font-family:'Open Sans',sans-serif;position:relative;background:#FFC107;border:none;border-radius:50px;padding:.32rem 1rem;font-weight:700;color:#111;font-size:.86rem;text-decoration:none;transition:all .18s;}
.cart-btn:hover{background:#F9A825;}
.cart-badge{position:absolute;top:-6px;right:-6px;background:#2E7D32;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:700;}
@media(max-width:991px){
  .nav-actions{padding:.75rem 0 .25rem;display:flex;gap:.5rem;flex-wrap:wrap;}
}

/* ════════════════════════════════════════════
   REST OF SHARED STYLES
════════════════════════════════════════════ */
section{padding:2rem 0;}
section.sec-bbrd{ border-bottom:1px solid #ccc;}
.sis-sub-cat-title{display: flex;
	font-size: 25px;
	font-weight: bold;
	align-items: center;
	height: 100%;
	color: var(--dark);
}

.section-label{font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:.5rem;}
.section-title{font-weight:800;color:var(--dark);line-height:1.2;}
.section-title span{color:var(--green); }
.divider-green{border:none;height:4px;width:60px;background:linear-gradient(90deg,var(--green),var(--yellow));border-radius:4px;margin:.75rem 0 1.5rem;}
.btn-green{background:var(--green);color:#fff;border-radius:50px;padding:.65rem 1.8rem;font-weight:600;border:none;transition:all .2s;font-family:'Open Sans',sans-serif;}
.btn-green:hover{background:var(--green-light);color:#fff;}
.btn-yellow{background:var(--yellow);color:#111;border-radius:50px;padding:.65rem 1.8rem;font-weight:700;border:none;transition:all .2s;}
.btn-yellow:hover{background:var(--yellow-dark);}
.btn-outline-green{background:transparent;color:var(--green);border:2px solid var(--green);border-radius:50px;padding:.6rem 1.5rem;font-weight:600;transition:all .2s;font-family:'Open Sans',sans-serif;}
.btn-outline-green:hover{background:var(--green);color:#fff;}


/*.product-card{border-radius:var(--radius);border:1.5px solid #f0f0f0;overflow:hidden;transition:all .25s;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.05);height:100%;}
*/
.product-card {
    border-radius: var(--radius);
    border: 1.5px solid #f0f0f0;
    overflow: hidden;
    transition: all .25s;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    height: 100%;
    /* justify-content: space-between; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 


.product-card:hover{box-shadow:var(--card-shadow);transform:translateY(-4px);border-color:var(--green-pale);}
.product-img{height:200px;width:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;}

.main-img-display{background:var(--green-pale);border-radius:var(--radius);height:380px;display:flex;align-items:center;justify-content:center;font-size:8rem;}
.thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;}
.thumb-item{background:var(--green-pale);border-radius:10px;height:80px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;cursor:pointer;border:2px solid transparent;transition:border-color .2s;}
.thumb-item.active,.thumb-item:hover{border-color:var(--green);}
.qty-input{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:50px;overflow:hidden;width:fit-content;}
.qty-btn{background:none;border:none;padding:.4rem 1rem;font-size:1.1rem;font-weight:700;cursor:pointer;color:var(--green);}
.qty-num{padding:.4rem 1rem;font-weight:700;font-family:'Syne',sans-serif;min-width:50px;text-align:center;}
.spec-table td{padding:.6rem 1rem;font-size:.9rem;}
.spec-table tr:nth-child(odd) td{background:var(--green-pale);}
.main-img-display img{
	max-width: 100%;
}
.modal {
		z-index: 9999;
}

.sis-view-details{
	font-size: .82rem;
  text-decoration: none;
  padding: .45rem 1rem;
	
}


.product-img img {
	height: 200px;
	object-fit: cover;
	width: 80%;
}

.pc-actions {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-top: .75rem;
}

.pc-qty {
	display: flex;
	align-items: center;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	overflow: hidden;
	flex-shrink: 0;
}
.pc-qty-btn {
	background: none;
	border: none;
	width: 30px;
	height: 32px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	color: var(--green);
	transition: background .15s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.pc-add-btn:hover {
	background: var(--green-light);
	transform: scale(1.03);
}

.pc-add-btn {
	flex: 1;
	background: var(--green);
	color: #fff;
	border: none;
	border-radius: 50px;
	height: 34px;
	font-size: 1rem;
	cursor: pointer;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .3rem;
}

.product-badge{position:absolute;top:12px;left:12px;background:var(--yellow);color:#111;font-size:.72rem;font-weight:700;border-radius:20px;padding:.2rem .6rem;}


/*.product-body{padding:1.25rem;}*/

.product-body {
    padding: 1.25rem;
    /* padding-top: 0px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}


.product-code{font-size:.95rem;margin-bottom:.3rem;color:var(--dark); text-align: center}
.product-outof-stock{font-size:.95rem;margin-bottom:.3rem;color:var(--dark); text-align: center; color: #ff0000}
.product-name{font-weight:700;font-size:.95rem;margin-bottom:.3rem;color:var(--dark); text-align: center}

.product-price{font-size:1.3rem;font-weight:800;color:var(--green); text-align: center}
.product-price .old{font-size:.85rem;color:var(--muted);text-decoration:line-through;font-weight:400;font-family:'Open Sans',sans-serif;margin-left:.4rem;}
.star-rating{color:var(--yellow);font-size:.82rem;}
.btn-cart{background:var(--green);color:#fff;border:none;border-radius:50px;padding:.5rem 1.2rem;font-weight:600;font-size:.88rem;transition:all .2s;width:100%;margin-top:.75rem;font-family:'Open Sans',sans-serif;}
.btn-cart:hover{background:var(--green-light);transform:scale(1.02);}
.tag{display:inline-block;background:var(--green-pale);color:var(--green);border-radius:20px;padding:.2rem .8rem;font-size:.8rem;font-weight:600;margin:.15rem;}
.feature-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid var(--green-pale);border-radius:50px;padding:.4rem 1rem;font-size:.88rem;font-weight:500;color:var(--green);margin:.25rem;}
.achievement-number{font-size:2.5rem;font-weight:800;color:var(--green);font-family:'Syne',sans-serif;}
.form-control,.form-select{border-radius:var(--radius-sm);border:1.5px solid #e0e0e0;padding:.65rem 1rem;font-size:.9rem;transition:border-color .2s;font-family:'Open Sans',sans-serif;}
.form-control:focus,.form-select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(46,125,50,.1);}
.order-summary-box{background:var(--green-pale);border-radius:var(--radius);padding:1.5rem;}
#goTop{position:fixed;bottom:96px;right:28px;z-index:9998;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 4px 16px rgba(46,125,50,.4);opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;transform:translateY(10px);}
#goTop.visible{opacity:1;pointer-events:auto;transform:translateY(0);}
#goTop:hover{background:var(--green-light);transform:translateY(-2px)!important;}
.whatsapp-float{position:fixed;bottom:28px;right:28px;z-index:9999;background:#25D366;color:#fff;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 4px 20px rgba(37,211,102,.4);text-decoration:none;transition:all .25s;animation:pulse-wa 2.5s infinite;}
.whatsapp-float:hover{background:#128C7E;color:#fff;transform:scale(1.1);}
@keyframes pulse-wa{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4);}50%{box-shadow:0 4px 32px rgba(37,211,102,.7);}}
.page-banner{background:linear-gradient(135deg,#1B5E20,#43A047);padding:2rem 0;color:#fff;text-align:center;}
.page-banner h1{color:#fff;}.page-banner h1 span{color:var(--yellow);}.page-banner p{color:rgba(255,255,255,.8);}
footer{background:#0f1f0f;color:rgba(255,255,255,.75);padding:4rem 0 1.5rem;}
.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;font-family:'Syne',sans-serif;}
.footer-logo span{color:var(--yellow);}
footer h6{color:#fff;font-weight:700;margin-bottom:1rem;font-family:'Syne',sans-serif;}
footer a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;display:block;margin-bottom:.4rem;transition:color .2s;}
footer a:hover{color:var(--yellow);}
.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff!important;margin-right:.4rem;transition:all .2s;font-size:.9rem;}
.social-icons a:hover{background:var(--yellow);color:#111!important;}
.newsletter-input{display:flex;border-radius:50px;overflow:hidden;border:1.5px solid rgba(255,255,255,.2);}
.newsletter-input input{background:rgba(255,255,255,.07);border:none;color:#fff;padding:.6rem 1rem;flex:1;font-size:.9rem;outline:none;font-family:'Open Sans',sans-serif;}
.newsletter-input input::placeholder{color:rgba(255,255,255,.4);}
.newsletter-input button{background:var(--yellow);border:none;color:#111;padding:.6rem 1.2rem;font-weight:700;font-size:.85rem;cursor:pointer;font-family:'Open Sans',sans-serif;}
.footer-divider{border-color:rgba(255,255,255,.1);margin:2rem 0 1rem;}
footer .inline-link{display:inline;margin:0 .5rem;}


.hero{background:linear-gradient(135deg,#12285a 0%,#2E7D32 50%,#1a3c1a 100%);min-height:92vh;position:relative;overflow:hidden;display:flex;align-items:center;}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 600'%3E%3Cellipse cx='900' cy='300' rx='600' ry='400' fill='%23ffffff08'/%3E%3C/svg%3E") no-repeat center/cover;}
.hero-solar-grid{position:absolute;right:-60px;top:50%;transform:translateY(-50%);opacity:.12;font-size:300px;color:var(--yellow);}
.hero h1{font-weight:800;color:#fff;line-height:1.15;}
.hero h1 .highlight{color:var(--yellow);}
.hero p{color:rgba(255,255,255,.82);font-size:1.1rem;max-width:520px;}
.btn-hero-primary{background:var(--yellow);color:#111;font-weight:700;border-radius:50px;padding:.8rem 2rem;border:none;font-size:1rem;transition:all .25s;box-shadow:0 4px 16px rgba(255,193,7,.4);font-family:'Open Sans',sans-serif;text-decoration:none;display:inline-block;}
.btn-hero-primary:hover{background:var(--yellow-dark);transform:translateY(-2px);color:#111;}
.btn-hero-outline{background:transparent;color:#fff;font-weight:600;border-radius:50px;padding:.75rem 1.8rem;border:2px solid rgba(255,255,255,.5);font-size:1rem;transition:all .25s;font-family:'Open Sans',sans-serif;text-decoration:none;display:inline-block;}
.btn-hero-outline:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff;}
.hero-stats{display:flex;gap:2rem;margin-top:2.5rem;flex-wrap:wrap;}
.hero-stat strong{display:block;font-size:1.8rem;font-weight:800;color:var(--yellow);font-family:'Syne',sans-serif;}
.hero-stat span{color:rgba(255,255,255,.7);font-size:.85rem;}
.solar-panel-illustration{background:linear-gradient(135deg,#43A047,#1B5E20);border-radius:20px;padding:1rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);}
.panel-grid{}
.panel-grid img{width: 100%; border-radius: 20px;}
.panel-cell{background:linear-gradient(135deg,#1565C0,#0D47A1);border-radius:4px;aspect-ratio:1;border:1px solid rgba(100,180,255,.3);position:relative;overflow:hidden;}
.panel-cell::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);}
.sun-icon{position:absolute;top:-20px;right:20px;font-size:5rem;color:var(--yellow);animation:spin 20s linear infinite;opacity:.9;}
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.about-short{background:var(--green-pale);}
.sis-section-split{background:var(--green-pale);}
.about-badge{position:absolute;bottom:24px;left:24px;background:#E67610;color:#111;border-radius:12px;padding:1rem 1.5rem; color: #fff;}
.about-badge strong{display:block;font-size:2rem;font-weight:800;}
.cat-card{border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;cursor:pointer;border:2px solid transparent;text-decoration:none;color:inherit;display:block;}
.cat-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(46,125,50,.18);border-color:var(--green);}
.cat-icon-wrap{font-size:3rem;height:140px;display:flex;align-items:center;justify-content:center;}
.cat-1 .cat-icon-wrap{background:linear-gradient(135deg,#E3F2FD,#BBDEFB);}
.cat-2 .cat-icon-wrap{background:linear-gradient(135deg,#FFF8E1,#FFECB3);}
.cat-3 .cat-icon-wrap{background:linear-gradient(135deg,#E8F5E9,#C8E6C9);}
.cat-4 .cat-icon-wrap{background:linear-gradient(135deg,#FCE4EC,#F8BBD0);}
.cat-body{padding:1.25rem;background:#fff;}
.cat-body h5{font-weight:700;margin-bottom:.25rem;}
.cat-body p{font-size:.85rem;color:var(--muted);margin:0;}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,200px);gap:12px;}
.gallery-item{border-radius:var(--radius-sm);overflow:hidden;position:relative;cursor:pointer;}
.gallery-item:first-child{grid-row:span 2;}
.gallery-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;transition:transform .3s;}
.gallery-item:hover .gallery-bg{transform:scale(1.05);}
.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);display:flex;align-items:flex-end;padding:1rem;opacity:1;transition:opacity .3s;}
.gallery-item:hover .gallery-overlay{opacity:1;}
.gallery-overlay span{color:#fff;font-weight:600;font-size:.9rem;}
.g1 .gallery-bg{background:linear-gradient(135deg,#1B5E20,#388E3C);}
.g2 .gallery-bg{background:linear-gradient(135deg,#1565C0,#1976D2);}
.g3 .gallery-bg{background:linear-gradient(135deg,#E65100,#F57C00);}
.g4 .gallery-bg{background:linear-gradient(135deg,#4A148C,#7B1FA2);}
.g5 .gallery-bg{background:linear-gradient(135deg,#004D40,#00796B);}
.testimonial-section{background:linear-gradient(135deg,#1B5E20 0%,#2E7D32 100%);}
.testimonial-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:2rem;}
.testimonial-card p{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.7;}
.testimonial-card .reviewer{color:#fff;font-weight:700;font-family:'Syne',sans-serif;}
.testimonial-card .reviewer-role{color:rgba(255,255,255,.6);font-size:.85rem;}
.avatar-circle{width:50px;height:50px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#111;flex-shrink:0;font-family:'Syne',sans-serif;}
.video-section{background:var(--dark);}
.video-wrapper{border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);}
.cta-banner{border-radius:24px;text-align:center;}
.cta-banner h2{font-size:2.2rem;font-weight:800;color:#111;}
.cta-banner p{color:rgba(0,0,0,.65);}
@media(max-width:767px){.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;}.gallery-item:first-child{grid-row:auto;}.hero-solar-grid{display:none;}.hero{min-height:auto;padding:4rem 0;}}

.sis-prd-brand-logo{  display: flex; justify-content: flex-end;}
.sis-prd-brand-logo img{ width: 150px; height: auto;}

.sis-abt-whychoose{
	  background: var(--green-pale);

}
.sis-abt-wnt img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.why-icon {
	width: 64px;
	height: 64px;
	border-radius: 16px;

	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.contact-info-card {
	background: var(--green-pale);
	border-radius: var(--radius);
	padding: 1.5rem;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 1rem;
}



/* ===== MODAL ===== */
.sis-product-v-m-modal .modal-content{
    border-radius:0;
    height:100vh;
}

/* HEADER */
.sis-product-v-m-header{
    height:70px;
    background:#fff;
    border-bottom:1px solid #eee;
    position:sticky;
    top:0;
    z-index:1055;
}

/* BODY */
.sis-product-v-m-modal-body{
    height:calc(100vh - 70px);
    overflow-y:auto;
    padding:30px;
}

/* IMAGE */
.sis-product-v-m-modal-img-box{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}

.sis-product-v-m-modal-img{
    max-height:500px;
    object-fit:contain;
}

/* CONTENT */
.sis-product-v-m-modal-content{
    padding:20px;
}

/* SPEC */
.sis-product-v-m-spec-box{
    border-top:1px solid #eee;
    margin-top:30px;
    padding-top:30px;
}

.sis-product-v-m-spec-box th{
    width:40%;
    background:#f8f9fa;
}



/* PDF MODAL WIDTH CONTROL */
.sis-pdf-dialog{
    max-width: 900px;
}

/* HEADER STYLE */
.sis-pdf-header{
    border-bottom:1px solid #eee;
}

.sis-pdf-body{
    height: 600px;
}

.sis-pdf-iframe{
    width:100%;
    height:100%;
    border:none;
}


/* login in Style */


.login-wrap{min-height:85vh;display:flex;align-items:center;background:var(--green-pale);}
.login-card{max-width:440px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 8px 40px rgba(46,125,50,.12);padding:2.5rem;border:1.5px solid var(--green-pale);}
.login-icon{width:64px;height:64px;background:var(--green);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem;color:#fff;}
.btn-pg{background:var(--green);color:#fff;border:none;border-radius:50px;padding:.7rem 2rem;font-weight:700;width:100%;transition:all .2s;font-family:'Open Sans',sans-serif;}
.btn-pg:hover{background:var(--green-light);}<strong></strong>



/* ===== PREFIX: sis-p-cart ===== */

.sis-p-cart-wrapper{ padding:20px; }

.sis-p-cart-table{ border:1px solid #ddd; }

.sis-p-cart-table th,
.sis-p-cart-table td{
    padding:20px;
    vertical-align:middle;
}

.sis-p-cart-product-img{ width:80px; }

.sis-p-cart-remove{
    color:red;
    font-size:20px;
    cursor:pointer;
}

.sis-p-cart-product-name{
    color:#0d6efd;
    font-weight:600;
    text-decoration:none;
}

/* QTY */
.sis-p-cart-qty{
    display:inline-flex;
    border:1px solid #ddd;
}

.sis-p-cart-qty button{
    width:35px;
    height:35px;
    border:none;
    background:#f5f5f5;
}

.sis-p-cart-qty span{
    width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* BUTTONS */
/* Normal */
.sis-p-cart-btn-update{
    background:#f38420;
    color:#fff;
    transition:0.3s;
}

/* Hover */
.sis-p-cart-btn-update:hover{
    background:#D66C13;
	color: #fff;
}

/* Disabled */
.sis-p-cart-btn-update:disabled{
    background:#ccc !important;
    color:#666;
    cursor:not-allowed;
    opacity:0.7;
}


.sis-p-cart-btn-checkout{
    background:#28a745;
    color:#fff;
    border:none;
}
.sis-p-cart-btn-checkout:hover{
    background:#069727;
    color:#fff;
    border:none;
}

/* TOTAL ROW */
.sis-p-cart-total-row{
    font-weight:bold;
    background:#f8f9fa;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

    .sis-p-cart-table thead{ display:none; }

    .sis-p-cart-table tr{
        display:block;
        border:1px solid #ddd;
        margin-bottom:15px;
    }

    .sis-p-cart-table td{
        display:flex;
        justify-content:space-between;
        padding:12px 15px;
        border-bottom:1px solid #eee;
    }

    .sis-p-cart-table td::before{
        content: attr(data-label);
        font-weight:bold;
    }
}

/* Product summary table */

.sis-p-cart-summary-table{
    border-top:1px solid #cfd8d3;
    margin-bottom:15px;
}

.sis-p-cart-summary-table table{
    margin-bottom:0;
}


.sis-p-cart-s-head th {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	padding: 8px 10px;
	background-color: #a8d7ac;
}


.sis-p-cart-summary-table td {
	padding: 8px 10px;
	vertical-align: middle;
	font-size: 14px;
	background-color: #d6edd7;
}



.sis-p-cart-s-name{
    width:50%;
}


.sis-p-cart-s-qty{
    width:15%;
    color:#555;
}


.sis-p-cart-s-price{
    width:25%;
    font-weight:500;
}

.sis-p-cart-s-remove{
    width:10%;
    color:red;
    cursor:pointer;
    font-size:16px;
}



/* Dasgboard css nav Tabs */
.nav-tabs .nav-link {
    border: none;
    color: #555;
}
.nav-tabs .nav-link.active {
	color: var(--green);
	border-bottom: 2px solid var(--green);
	  background: var(--green-pale);
}
/* Dashboard */
.dash-card {
    background: #f8f9fb;
    border: 1px solid var(--green);
    border-radius: 16px;
    padding: 20px;
	box-shadow: var(--card-shadow);
}
.icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Orders */
.orders-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
}
.orders-header {
    padding: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.search-box, .filter-select {
    border-radius: 10px;
    border: none;
    background: #f1f1f1;
    padding: 10px;
}
.order-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

/* Status */
.badge-shipped { background:#e7f0ff;color:#2f6fed;padding:5px 12px;border-radius:20px; }
.badge-delivered { background:#e6f4ea;color:#2e7d32;padding:5px 12px;border-radius:20px; }
.badge-pending { background:#fff4d6;color:#a36a00;padding:5px 12px;border-radius:20px; }

/* Buttons */
.btn-track { border:1px solid #ff4d4f;color:#ff4d4f;border-radius:10px; }
.btn-view { background:#eee;border-radius:10px; }

/* Mobile */
@media(min-width:768px){
    .order-item { padding:20px; }
}

/* Address */
.address-card {
    border:1.5px solid #e5e7eb;
    border-radius:16px;
    padding:20px;
    background:#fff;
}
.address-card.active { border-color:#ff4d4f; }

.badge-default {
    background:#ffe4e6;
    color:#ff4d4f;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
}

.btn-edit {
    border:1px solid #ff4d4f;
    color:#ff4d4f;
    border-radius:10px;
    padding:6px 14px;
}

.address-add {
    border:2px dashed #e5e7eb;
    border-radius:16px;
    min-height:180px;
    cursor:pointer;
    background:#fafafa;
}

.add-icon {
    width:45px;
    height:45px;
    border-radius:50%;
    border:2px solid #adb5bd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}


.address-add:hover {
	border-color: #e53a56;
	color: #e53a56;
	background: #ffe9ed;
}


#addressModal label{ font-size: 14px; font-weight: bold;}
 button.c-btn-add{background: var(--green);
  color: #fff;
  border-radius: 50px;
  padding: .65rem 1.8rem;
  font-weight: 600;
  border: none;
  transition: all .2s;
}

 button.c-btn-cancel{
	background: var(--cmn-grey);
  color: #fff;
  border-radius: 50px;
  padding: .65rem 1.8rem;
  font-weight: 600;
  border: none;
  transition: all .2s;
}

 button.c-btn-add:hover {
	background: var(--green-light);
	color: #fff;
}


button.c-btn-cancel:hover {
	background: var(--cmn-grey-over);
	color: #fff;
}



/* Complete Kit Css */

.sis-ck-tbl-wrapper {
    margin: 30px auto;
    max-width: 1000px;
}

.sis-ck-tbl-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.sis-ck-tbl-table th,
.sis-ck-tbl-table td {
    vertical-align: middle;
	text-align: center;
}


/* Top Nav welcome css */
.sis-user-btn {
    border: 2px solid #198754;
    color: #198754;
    border-radius: 30px;
    padding: 6px 18px;
    font-weight: 500;
    background: #fff;
}

.sis-user-btn:hover {
    background: #198754;
    color: #fff;
}

.sis-user-menu {
    border-radius: 12px;
    padding: 8px 0;
    min-width: 200px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.sis-user-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
}

.sis-user-menu .dropdown-item:hover {
    background: #f5f5f5;
}






.pg-cmn-frm-position-relative {
	position: relative;
}

.pg-cmn-frm-toggle-password {
	position: absolute;
	right: 10px;
	top: 43px;
	cursor: pointer;
}


.pg-cmn-frm-text-danger {
	color: #ff0000;
	font-size: 12px;
}


.viewport-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.doughnut-loader {
    position: relative;
    width: 100px;
    height: 100px;
}

.doughnut {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient( #4caf50 0%, #4caf50 0%, #f0f0f0 0%, #f0f0f0 100% );
    position: absolute; /* Ensure it rotates around the center */
    animation: rotate 2s linear infinite;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent overlay */
    border-radius: 50%;
}

.inner-circle {
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.loader-image {
    width: 100%;
    height: auto;
    margin-left: 3px;
}

.sis-cmn-title h2 {
    color: var(--green);
}