* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'times new roman', serif;
}

img {
  max-width: 100%
}

body {
  font-family:'times new roman', serif;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none
}

p,
ul,
li {
  padding: 0;
  margin: 0
}

/* ================= HEadaer ================= */
 #navbar{background:transparent;transition:all .3s ease;padding:10px 0}
 #navbar-logo{font-size:35px;color:#032649;font-weight:600}
 .navbar-toggler{background-color:#fff}
 #navbar-menu .nav-link{color:#000;margin:0 8px;font-weight:500;font-size:18px;transition:.3s}
 #navbar-menu .nav-link:hover{color:#032649!important}
 #btn-quote{background:#032649;color:#fff;border-radius:6px;padding:8px 20px;font-weight:600;transition:.3s}
 #btn-quote:hover{background:#043f88;color:#fff}
 header{z-index:9999999}
 #header.sticky{position:fixed;top:0;left:0;width:100vw;z-index:9999;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.08);animation:slideDown .4s ease}
 #header.sticky #topbar{display:none}
 #header.sticky #navbar{background:#fff;width:100%}
 #header.sticky{animation:slideDown .4s ease;z-index:9}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}


/* Footer */
#main-footer{color:#fff;background-color:#032649;padding:40px 0 0}
#main-footer .container{position:relative;z-index:2}
#main-footer .logo{width:150px;background:#fff;padding:5px;border-radius:40px;margin-bottom:10px}
#main-footer .logo span{color:#032649}#main-footer p{color:#ccc;font-size:15px;margin-bottom:10px}
#main-footer p a{color:#febb2c}
#main-footer h5{margin-bottom:20px;color:#ffffff;font-size:23px;font-weight:600}
#main-footer ul{list-style:none;padding:0}
#main-footer ul li{margin-bottom:15px;color:#ccc;font-size:15px}
#main-footer ul li a{color:#ccc}
#main-footer .hours li{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:5px}
#main-footer .contact-info i{margin-right:8px;color:#ffffff}
#main-footer .social-icons a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;background:rgba(255,255,255,.1);border-radius:50%;margin-right:8px;color:#fff;transition:.3s}
#main-footer .social-icons a:hover{background:#032649}
.footer-bottom{border-top:1px dashed #777;margin-top:40px;padding:15px 0;font-size:14px}


/* ===== Modal Box ===== */
.modal-content{border-radius:12px;border:none;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.15)}
.modal-header{background:#032649;color:#fff;border-bottom:none;padding:15px 20px}
.modal-title{font-weight:600}.btn-close{filter:invert(1)}
.modal-body{padding:25px;background:#fff}
.modal-body .form-control{height:45px;border-radius:6px;border:1px solid #ddd;margin-bottom:15px;box-shadow:none;transition:all .3s ease}
.modal-body textarea.form-control{height:100px;resize:none}
.modal-body .form-control:focus{border-color:#032649;box-shadow:0 0 0 .15rem rgba(90,142,86,.2)}
.modal-body .submit{background:#032649;color:#fff;border:none;padding:10px;border-radius:6px;font-weight:600;transition:.3s ease}
.modal-body .submit:hover{background:#043f88}
.modal.fade .modal-dialog{transform:translateY(-30px);transition:all .3s ease}
.modal.show .modal-dialog{transform:translateY(0)}




/* Quick contact css========================= */
#quickcontact{width:45px;position:fixed;top:77%;left:15px;z-index:102}

/* scroll-top css============================= */
#scrollTopBtn{position:fixed;bottom:17px;right:4px;width:42px;height:42px;background-color:#333;color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:none;align-items:center;justify-content:center;z-index:9999;transition:background-color .3s ease}
#scrollTopBtn:hover{background-color:#043f88}
#scrollTopBtn.show{display:flex}


#about{padding:40px 0}
#about .row{row-gap:20px}
#about .section-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#about .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#about .about-img img{border-radius:12px;width:100%;height:100%}
#about .about-content p{font-size:18px;color:#333;text-align:justify;margin-bottom:20px}
#about .about-content .about-btn{display:inline-block;background:#032649;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;transition:.3s ease}
#about .about-btn:hover{background:#032649;color:#fff}



#product{padding:50px 0;background-color:#f5f5f5}
#product .row{row-gap:20px}
#product .section-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#product .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#product .product-card{position:relative;overflow:hidden;border:2px solid #032649;background:#fff}
#product .product-btn{display:inline-block;background:#032649;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;transition:.3s ease}
#product .product-btn:hover{background:#032649;color:#fff}
#product .product-img img{width:100%;display:block;position:relative;z-index:2;padding:10px}
#product .product-card:hover img{transition:.4s ease}
#product .product-title{padding:12px;font-size:16px;border-top:1px solid #eee;font-weight:600;position:relative;z-index:2}
#product .product-title a{color:#032649;text-decoration:none;display:block;transition:color .3s ease}
#product .product-card:hover .product-title a{color:#fff}
#product .product-card:not(:hover) .product-title a{transition-delay:.3s}
#product .product-card::before{content:'';position:absolute;width:100%;height:0;left:0;bottom:0;z-index:1;background:#004ba5;transition:all .5s ease}
#product .product-card:hover::before{height:100%}
#product .owl-dots{text-align:center;margin-top:15px}
#product .owl-dots .owl-dot span{background:#ccc!important;width:10px;height:10px;border-radius:50%;display:inline-block;margin:3px}
#product .owl-dots .owl-dot.active span{background:#004ba5!important}


#company-culture{background:#fff;padding:50px 0}
#company-culture .company-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#company-culture .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#company-culture .company-img{padding:0}
#company-culture .company-img img{width:100%;height:100%;object-fit:cover;display:block}
#company-culture .company-box{padding:40px 25px;text-align:center;background:#f5f5f5;display:flex;flex-direction:column;justify-content:center}
#company-culture .company-box h3{font-size:22px;font-weight:600;margin-bottom:10px}
#company-culture .company-box p{font-size:14px;margin:0;color:#333}
#company-culture .company-green{background:#004ba5;color:#fff}
#company-culture .company-green p{color:#fff}


#gallery{padding:50px 0;background:#f5f5f5}
#gallery .gallery-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#gallery .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#gallery .gallery-slider .item{display:block;overflow:hidden;height:200px}
#gallery .gallery-slider .item img{width:100%;height:100%;object-fit:cover;display:block}
#gallery .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);background:transparent;color:#000000!important;width:36px;height:36px;border-radius:50%!important;font-size:20px!important;line-height:36px!important;outline:none!important;border:none!important}
#gallery .owl-nav button.owl-prev { left: -30px; }
#gallery .owl-nav button.owl-next { right: -30px; }


#news{padding:40px 0;background:#ffffff}
#news .row{row-gap:20px;}
#news .news-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#news .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#news .news-card{background:#fff;border:1px solid #ddd;transition:.3s ease}
#news .news-card:hover{border-color:#032649;box-shadow:0 5px 15px rgba(0,0,0,.1)}
#news .news-img{overflow:hidden}#news .news-img img{width:100%;height:220px;object-fit:cover;transition:.4s}
#news .news-card:hover .news-img img{transform:scale(1.05)}
#news .news-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}
#news .news-content .title{font-size:18px;color:#0b3d91;margin-bottom:10px;line-height:1.4}
#news .news-line{display:block;width:30px;height:3px;background:#032649;margin-bottom:10px;flex-shrink:0}
#news .news-content p{font-size:14px;color:#666;margin-bottom:15px;flex-grow:1}
#news .news-bottom{border-top:1px solid #ddd;display:flex;padding:15px 0 0 0;justify-content:space-between;align-items:center;margin-top:auto}
#news .news-date{font-size:13px;color:#999}
#news .news-arrow{width:35px;height:35px;border:1px solid #032649;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#032649;transition:.3s;cursor:pointer;flex-shrink:0;line-height:1}
#news .news-arrow:hover{background:#032649;color:#fff}


#map-section{overflow: hidden;}


#contact-sec{padding:50px 0}
#contact-sec .inr{background:linear-gradient(to bottom,#032649,#032649);border-radius:12px;overflow:hidden}
#contact-sec .map-col{min-height:450px;position:relative}
#contact-sec .map-wrapper{position:absolute;inset:0}
#contact-sec .map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#032649);padding:20px 24px;pointer-events:none}
#contact-sec .map-overlay .map-label{color:#a7f3d0;font-size:13px;font-weight:500;display:block;margin-bottom:4px}
#contact-sec .map-overlay p{color:rgba(255,255,255,.8);font-size:12px;margin:0}
#contact-sec .iner{padding:50px 40px}#contact-sec .iner h3{font-size:22px;color:#fff;font-weight:600;margin-bottom:8px}
#contact-sec .iner p{font-size:15px;color:rgba(255,255,255,.65);margin-bottom:24px}
#contact-sec .field-wrap{margin-bottom:16px}
#contact-sec .form-label{color:rgba(255,255,255,.75);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
#contact-sec .form-control{padding:11px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:#fff;font-size:14px;width:100%;margin-bottom:0}
#contact-sec .form-control::placeholder{color:rgba(255,255,255,.35)}
#contact-sec .form-control:focus{outline:none;border-color:#004bad7a;background:rgba(255,255,255,.12);box-shadow:none}
#contact-sec .submit-btn{padding:13px 36px;background:#fff;color:#032649;font-size:13px;font-weight:700;border:none;border-radius:6px;cursor:pointer}
#contact-sec .contact-info{background:#3f6f9f;padding:40px 30px;margin:30px}
#contact-sec .info-item{display:flex;gap:15px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.2)}
#contact-sec .info-item:last-child{border-bottom:none}#contact-sec .icon{font-size:22px;color:#fff;min-width:30px}
#contact-sec .text h6{color:#fff;font-size:18px;margin-bottom:5px}
#contact-sec .text p{color:rgba(255,255,255,.8);font-size:14px;margin:0}
#contact-sec .text p a{color:rgba(255,255,255,.8);font-size:14px;margin:0}
#contact-sec .submit-btn:hover{background:#032649;color:#fff}


#breadcrumb-sec{position:relative;padding:80px 0;background:url('../images/shivi-minerals-products.jpg') no-repeat center/cover;z-index:1;overflow:hidden}
#breadcrumb-sec::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:-1}
#breadcrumb-sec .breadcrumb-content h1{color:#fff;font-size:36px;font-weight:700;margin-bottom:10px}
#breadcrumb-sec .breadcrumb-content h2{color:#fff;font-size:36px;font-weight:700;margin-bottom:10px}
#breadcrumb-sec .breadcrumb-list{gap:10px}
#breadcrumb-sec .breadcrumb-list li{color:#ffffff;font-size:14px}
#breadcrumb-sec .breadcrumb-list li a{color:#fff;text-decoration:none;transition:.3s}
#breadcrumb-sec .breadcrumb-list li a:hover{color:#032649}
#breadcrumb-sec .breadcrumb-list li::after{content:"/";margin:0 8px;color:#ffffff}
#breadcrumb-sec .breadcrumb-list li:last-child::after{display:none}


#about-page{padding:40px 0;background-color:#fff}
#about-page .heading{font-size:32px;font-weight:600;color:#032649}
#about-page .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin-bottom:10px}
#about-page .about-img img{border-radius:12px;width:100%;height:100%}
#about-page .about-content p{font-size:18px;color:#333;text-align:justify;margin-bottom:20px}


#who-we-are{background-color:#f5f5f5;padding:40px 0}
#who-we-are .section-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#who-we-are .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 25px}
#who-we-are .para{font-size:18px;color:#333;text-align:center;margin-bottom:20px}


#chairman{background-image:url(../images/bg.jpg);background-size:cover;padding-bottom:40px}
#chairman .row{row-gap:20px}#chairman .content{margin-left:40px}
#chairman .content h2{text-align:center;font-size:32px;font-weight:600;color:#032649;margin-bottom:20px}
#chairman .content p{font-size:18px;color:#333;margin-bottom:10px}
#chairman .content p span{display:block;text-align:left}
#chairman .content .first{margin-left:50px}
#chairman .content img{width:200px;}


#gallery{padding:40px 0;position:relative;overflow:hidden}
#gallery::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 5% 50%,rgba(212,131,44,.07) 0%,transparent 40%),radial-gradient(circle at 95% 30%,rgba(248,189,94,.06) 0%,transparent 40%);pointer-events:none;z-index:0}
#gallery .container{position:relative;z-index:1}
#gallery h1,#gallery h2{font-family:'Playfair Display',serif;color:#37221d;font-size:38px;font-weight:700;letter-spacing:2px;text-align:center;margin-bottom:0}
#gallery .gallery-divider{width:60px;height:3px;background:linear-gradient(to right,#032649,#032649);margin:14px auto 44px;border-radius:2px}
.img-wrapper{position:relative;margin-top:15px;overflow:hidden;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.10);height:300px;width:100%;}
.img-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#032649,#032649);z-index:3;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;-webkit-transition:transform .4s ease}
.img-wrapper:hover::before{transform:scaleX(1)}
.img-wrapper img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(.93);transition:transform .7s ease,filter .4s ease;-webkit-transition:transform .7s ease,filter .4s ease;-moz-transition:transform .7s ease,filter .4s ease}
.img-wrapper:hover img{transform:scale(1.07);-webkit-transform:scale(1.07);filter:brightness(.55)}
.img-overlay{background:#0326499c;width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;z-index:2;transition:opacity .2s ease;-webkit-transition:opacity .2s ease}
.img-wrapper:hover .img-overlay{opacity:1}
.img-overlay i{font-size:22px;color:#ffffff;background:#032649;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.35);transform:scale(.5);transition:transform .4s ease;-webkit-transition:transform .4s ease}
.img-wrapper:hover .img-overlay i{transform:scale(1)}
#overlay{background:rgba(0,0,0,.88);width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
#overlay img{margin:0;width:80%;height:auto;-o-object-fit:contain;object-fit:contain;padding:5%;border-radius:4px;box-shadow:0 20px 60px rgba(0,0,0,.6)}
@media screen and (min-width:768px){#overlay img{width:60%}
}
@media screen and (min-width:1200px){#overlay img{width:50%}
}
#nextButton{color:#fff;font-size:2em;transition:color .3s ease,transform .3s ease;-webkit-transition:color .3s ease,transform .3s ease}
#nextButton:hover{color:#fff;transform:translateX(4px)}
@media screen and (min-width:768px){#nextButton{font-size:3em}
}
#prevButton{color:#0fff;font-size:2em;transition:color .3s ease,transform .3s ease;-webkit-transition:color .3s ease,transform .3s ease}
#prevButton:hover{color:#fff;transform:translateX(-4px)}
@media screen and (min-width:768px){#prevButton{font-size:3em}
}
#exitButton{color:#fff;font-size:2em;transition:color .3s ease,transform .3s ease;-webkit-transition:color .3s ease,transform .3s ease;position:absolute;top:18px;right:18px}
#exitButton:hover{color:#fff;transform:rotate(90deg)}



#certificate{padding:40px 0;background-color:#fff}
#certificate .imgs{border:1px solid #d2d2d2;overflow:hidden}
#certificate img{padding:10px;transition:transform .4s ease}
#certificate img:hover{transform:scale(1.05)}


#thanks{padding: 30px 0;background-color: #fff;text-align: center;}



#blog-detail{color:#222;line-height:1.6}
#blog-detail img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}
#blog-detail h2{font-weight:700;font-size:32px;color:#1b2a49;margin-bottom:.75rem}
#blog-detail .post-meta{font-size:.9rem;color:#6c757d;display:flex;gap:1.5rem;margin-bottom:1.5rem}
#blog-detail .post-meta i{margin-right:.35rem;color:#032649}
#blog-detail .post-meta .author,#blog-detail .post-meta .date{display:flex;align-items:center}
#blog-detail article p{font-size: 18px;color: #333;text-align: justify;margin-bottom: 20px;}
#blog-detail .sidebar{background-color:#f9f9f7;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);position:sticky;top:100px}
#blog-detail .sidebar h4{font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;border-left:4px solid #032649;padding-left:1rem;color:#1b2a49}
#blog-detail .recent-post{transition:background-color .3s ease;padding:8px 6px;border-radius:6px;align-items:center}
#blog-detail .recent-post:hover{background-color:#1680e926}
#blog-detail .recent-post img.post-thumb{border-radius:6px;width:60px;height:60px;object-fit:cover}
#blog-detail .recent-post a{color:#2c3e50;text-decoration:none;font-size:1rem}
#blog-detail .recent-post a:hover{color:#032649;text-decoration:underline}
#blog-detail .recent-post small{font-size:.8rem;color:#999}
@media (max-width:767.98px){#blog-detail .sidebar{margin-top:2rem}
}


#product-detail{padding:40px 0;background-color:#fff}
#product-detail .row{row-gap: 20px;}
#product-detail .product-detail-col-left{width:100%;max-width:400px}
#product-detail .product-detail-img-container{position:relative;width:100%;border:1px solid #ddd;overflow:visible;cursor:crosshair}
#product-detail .product-detail-img-container img{width:100%;display:block;user-select:none;-webkit-user-drag:none}
#product-detail .product-detail-zoom-lens{position:absolute;border:1px solid #000;width:120px;height:120px;opacity:.3;background:#fff;display:none;pointer-events:none}
#product-detail .product-detail-zoom-result{display:none;position:absolute;left:calc(100% + 10px);top:0;width:320px;height:320px;border:1px solid #ddd;background-repeat:no-repeat;background-color:#f9f9f9;z-index:999;pointer-events:none}
#product-detail .product-detail-thumb-nav{display:flex;align-items:center;gap:8px;margin-top:10px}
#product-detail .product-detail-thumb-nav .arrow{font-size:18px;cursor:pointer;color:#555;padding:0 4px}
#product-detail .product-detail-thumb{width:60px;height:60px;border:2px solid #bbb;cursor:pointer;overflow:hidden}
#product-detail .product-detail-thumb.active{border-color:#555}
#product-detail .product-detail-thumb img{width:100%;height:100%;object-fit:cover}
#product-detail .product-detail-col-right{width:100%}
#product-detail .product-detail-col-right h3{font-size:32px;font-weight:600;color:#032649;border-left:4px solid #032649;padding-left:10px;margin-bottom:16px}
#product-detail .product-detail-col-right p{font-size:18px;color:#333;text-align:justify;margin-bottom:20px}
#product-detail .product-detail-col-right .meta{font-size:18px;margin-bottom:10px}
#product-detail .product-detail-col-right .meta strong{color:#032649}
#product-detail .product-detail-btn-message{display:block;border:none;padding:10px 0;width:200px;text-align:center;font-size:14px;cursor:pointer;margin:18px 0;background:#032649;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;transition:.3s ease}
#product-detail .product-detail-btn-message:hover{background:#004aad;color:#fff}
#product-detail .product-detail-contact p{font-size:18px;color:#032649;font-weight:bold;margin-bottom:6px;line-height:1.6}



#product-info{padding:40px 0}
#product-info{color:#333}
#product-info .product-info-heading,
#product-info .product-info-related-heading{font-size:20px;font-weight:bold;color:#032649;border-left:4px solid #032649;padding:10px;border-bottom:1px solid #cecaca;padding-left:10px;margin-bottom:16px}
#product-info .product-info-desc p{font-size:18px;color:#333;text-align:justify;margin-bottom:12px}
#product-info .product-info-table{width:100%;font-size:18px}
#product-info .product-info-table-th{background-color:#f5f5f5;font-weight:bold;color:#222;padding:10px}
#product-info .product-info-table td{padding:10px;color:#333}
#product-info .product-info-notes p{font-size:16px;color:#555;margin-bottom:6px}
#product-info .product-info-related{display:flex;flex-direction:column;gap:20px}
#product-info .product-info-related .product-info-related-item a{display:flex;align-items: center;}

#product-info .product-info-related-img{width: 70px; max-height:50px;object-fit:contain;}
#product-info .product-info-related-name{font-size:15px;margin-left:10px;color:#555;text-align:left;}


#immediate-from{padding:40px 0;background-color:#f5f5f5}
#immediate-from .section-title{text-align:center;font-size:32px;font-weight:600;color:#032649}
#immediate-from .ab-divider{width:60px;height:3px;background:linear-gradient(90deg,#7a4a1e,#c8894a);border-radius:2px;margin:16px auto 28px}
#immediate-from .submit-btn{display:inline-block;background:#032649;color:#fff;border:none; padding:10px 20px;border-radius:6px;font-weight:600;transition:.3s ease}
#immediate-from .submit-btn:hover{background:#004aad;color:#fff}