@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Merriweather:300,300i,400,400i&amp;display=swap');
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}
.top-bar {
    background-color: #99cc99;
    overflow: hidden;
    padding: 6px 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    color: #000;
    font-size: 15px;
    padding-left: 100%;
    animation: marquee 35s linear infinite; 
}

/* RIGHT TO LEFT */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-200%);
    }
}

.main-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

/* Logo */
.site-logo img {
    max-height: 70px;
    width: auto;
}

/* Brand Text */
.brand-name {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-left: 12px;
    letter-spacing: 2px;
}

/* Phone */
.header-phone {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.header-phone i {
    margin-right: 6px;
    color: #333333;
}

.header-phone:hover {
    text-decoration: none;
}

.main-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.features-section {
    background: #f9f9f9;
}

.feature-box {
    background: #ffffff;
    padding: 30px 20px;
}

.feature-icon i {
    font-size: 42px;
    color: #333333; /* icon color */
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Lora';
}

/*.feature-box p {*/
/*    color: #666;*/
/*    font-size: 14px;*/
/*    line-height: 1.6;*/
/*}*/

/* ===== ABOUT SECTION ===== */
.about-section {
    background: #fdf6f1;
    margin-top: -10px;
}

/* Text */
.about-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #336633;
    font-family: 'Lora';
}

.about-text {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Image Wrapper */
.image-wrapper {
    position: relative;
    display: inline-block;
}

/* Background Image Box */
.img-bg {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 100%;
    height: 100%;
    background: #c8dec8;
    z-index: 0;
    border-radius: 10px;
    opacity: 0.9;
}

/* Main Image */
.main-img {
    position: relative;
    z-index: 1;
    max-width: 420px;
    
    left: 15%;
	 width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.shop-category{
  background:#fff;
}

.category-title{
  font-family: serif;
  font-size:32px;
  color:#003333;
}

.divider{
  width:60px;
  height:2px;
  background:#caa24d;
  display:inline-block;
  margin-top:10px;
}

.category-item{
  padding:20px 10px;
}

.icon-circle{
  width:150px;
  height:150px;
  background:#fff;
  border-radius:50%;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  transition:0.3s;
  padding: 20px;
}

.icon-circle img{
  width:70px;
}

.category-item:hover .icon-circle{
  transform:translateY(-8px);
}

.category-item h6{
  font-size:15px;
  line-height:22px;
}

.jewel-box{
  position:relative;
  height:420px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
  background:#000;
  margin: 20px;
}

.big-img{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:bottom;
  transition:0.5s ease;
}

/* ===== TITLE ===== */
.box-title{
  position:absolute;
  top:18px;
  left:18px;
  background:rgba(0,0,0,0.6);
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:16px;
  letter-spacing:1px;
  z-index:5;
}

/* ===== THUMB REEL ===== */
.thumb-wrapper{
  position:absolute;
  bottom:14px;
  left:0;
  width:100%;
  overflow:hidden;
  z-index:5;
}

.thumb-row{
  display:flex;
  width:max-content;
  animation:thumbScroll 20s linear infinite;
  background:rgba(255,255,255,0.95);
  padding:8px 16px;
  border-radius:40px;
  margin:auto;
}

.thumb-wrapper:hover .thumb-row{
  animation-play-state:paused;
}

@keyframes thumbScroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

.thumb-row img{
  width:55px;
  height:55px;
  object-fit:cover;
  border-radius:50%;
  margin:0 6px;
  cursor:pointer;
  transition:0.35s ease;
}

.thumb-row img:hover{
  transform:scale(1.3);
  z-index:10;
  box-shadow:0 8px 18px rgba(0,0,0,0.35);
}

.testimonial-section{
  padding:80px 20px;
  background:linear-gradient(135deg,#fdfbfb,#ebedee);
  text-align:center;
	background-position: center;
    background-size: cover;
}

.testi-heading{
  font-size:34px;
  margin-bottom:50px;
  font-weight:600;
  letter-spacing:1px;
  color: #003333;
  font-family: serif;
}

.testimonial-slider{
  max-width:900px;
  margin:auto;
  overflow:hidden;
  position:relative;
}

.testi-track{
  display:flex;
  transition:0.6s ease;
}

.testi-card{
  min-width:100%;
  padding:40px;
  background:rgba(255,255,255,0.6);
  backdrop-filter:blur(10px);
  border-radius:20px;
  /*box-shadow:0 20px 40px rgba(0,0,0,0.15);*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testi-card p{
  font-size:18px;
  line-height:1.7;
  margin-bottom:30px;
  color:#333;
}

.user-info{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.user-info img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:10px;
  border:3px solid #d4af37;
}

.user-info h4{
  margin:0;
  font-size:18px;
}

.user-info span{
  font-size:14px;
  color:#777;
}

.banner{
    /* width: 1900px; */
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
  /*  background: #000;  blank area fill (optional) */
}

.banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;  /* IMPORTANT */
    display: block;
}

.contact-section {
    background: #f9f9f9;
}

.contact-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-box h3 {
    color: #003333;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}

.btn-submit {
    background: #660000;
    color: #fff;
    padding: 10px 25px;
    border: none;
}

.btn-submit:hover {
    background: #4d0000;
}

/* Map */
.img-box  {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
    border-radius: 6px;
}
.img-box img{
	width: 650px;
}
.pj-footer{
  background: linear-gradient(135deg, #336633, #003333);
  padding:70px 20px 30px;
  color:#f5e6d3;
  text-align:center;
}

.footer-title{
  font-size:36px;
  letter-spacing:2px;
  font-weight:600;
  margin-bottom:15px;
  color:#fff; /* Gold */
  font-family: 'Lora';
}

.footer-text{
  font-size:15px;
  line-height:1.8;
  max-width:650px;
  margin:0 auto 30px;
  color:#fff;
}

.footer-contact p{
  margin:6px 0;
  font-size:14px;
  color:#fff;
}

.footer-social{
  margin:30px 0;
}

.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  margin:0 8px;
  background:rgba(255,255,255,0.1);
  color:#fff;
  font-size:16px;
  transition:0.4s;
  text-decoration: none;
}

.footer-social a:hover{
  background:#99cc99;
  color:#fff;
  transform:translateY(-6px);
  text-decoration: none;
}

.footer-bottom{
  margin-top:35px;
  font-size:13px;
  color:#fff;
  border-top:1px solid rgba(255,255,255,0.15);
  padding-top:15px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.3s ease;
}

.footer-links {
    margin: 15px 0;
    text-align: center;
}

.footer-links a {
    color: #c9a14a; /* gold touch */
    text-decoration: none;
    font-size: 14px;
    margin: 0 6px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links span {
    color: #999;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}