/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700&display=swap');
    
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);
@import url(baguetteBox.min.css);

/*------------------------------------------------------------------ 
SKELETON 
-------------------------------------------------------------------*/ 
body { 
    color: #666666; 
    font-size: 15px; 
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857; 
    }
    
a { 
    color: #1f1f1f; 
    text-decoration: none !important; 
    outline: none !important; 
    -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -ms-transition: all .3s ease-in-out; 
    -o-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out; 
    
    } 

h1,h2,h3,h4,h5,h6{
font-family:'Playfair Display', serif;
font-weight:600;
letter-spacing:1px;
color:#d4af37;
}
    
h1 { font-size: 24px } 

h2 { font-size: 22px } 

h3 { font-size: 18px } 

h4 { font-size: 16px } 

h5 { font-size: 14px } 

h6 { font-size: 13px } 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    
    color: #212121; 
    text-decoration: none!important; 
    opacity: 1 
    } 
    
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
    opacity: .8 
    } 
    
a 
   { 
    color: #1f1f1f; 
   text-decoration: none; 
   outline: none; 
   } 
   
a, .btn { 
    text-decoration: none !important; 
    font-family:'Poppins', sans-serif;
    outline: none !important; 
    -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -ms-transition: all .3s ease-in-out; 
    -o-transition: all .3s ease-in-out; 
    transition: all .3s ease-in-out;
    } 
    
.btn-custom { 
    margin-top: 20px; 
    background-color: transparent !important; 
    border: 2px solid #ddd; 
    padding: 12px 40px; 
    font-size: 16px; 
    } 
    
.lead { 
    font-size: 18px; 
    line-height: 30px; 
    color: #767676; 
    margin: 0; 
    padding: 0; 
    } 
    
blockquote { 
    margin: 20px 0 20px; 
    padding: 30px; 
    } 
    
ul, li, ol{ 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    } 
    
button:focus{ 
    outline: none; 
    } 
    
.form-control::-moz-placeholder { 
    
    color: #2a2a2a; opacity: 1; }


/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

/* ===== LIVE PRICE SCROLLING BAR ===== */
.rate-bar{
  background: #7a1c2b;
  color: #fff;
  padding: 7px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ===== TOP SOCIAL ICONS ===== /
.top-social{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 14px;
    z-index: 101;
}

.top-social a{
    color: #010101;
    font-size: 16px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.top-social a:hover{
    background: #d65106;
    color: #fff;
    border-color: #d65106;
} */

/* ===== TOP LEFT SOCIAL ICONS (PREMIUM STYLE) ===== */
.top-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-right:20px;
}

/* ICON STYLE */
.top-social a{
  color: #666;
  font-size: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #fff;
}

/* HOVER EFFECT (JEWELLERY STYLE) */
.top-social a:hover{
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  /*box-shadow: 0 6px 15px rgba(0,0,0,0.15), 0 0 10px rgba(184,150,90,0.4); */
}

/* INDIVIDUAL BRAND COLORS */
.top-social a:nth-child(1):hover{ /* Facebook */
  background: #1877f2;
}

.top-social a:nth-child(2):hover{ /* Instagram */
  background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.top-social a:nth-child(3):hover{ /* WhatsApp */
  background: #25d366;
}

.top-social a:nth-child(4):hover{ /* YouTube */
  background: #ff0000;
}

/*------------------------------------------------------------------
    MODERN JEWELLERY HEADER (UPGRADED)
-------------------------------------------------------------------*/
.top-navbar{
	position: relative;
	z-index: 10;
}

/* NAVBAR */
.top-navbar .navbar{
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	border-radius: 0 0 40px 40px;
	transition: all .3s ease;
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	z-index: 100;
}

/* LOGO (PREMIUM FONT) */
/* .navbar-brand{
	margin-left:20px;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	font-size:24px;
	letter-spacing:1px;
	color:#b8965a !important; /
    color:#c21833 !important;   /* cherry red /
} 

.navbar-brand span{
	display:block;
	font-size:12px;
	color:#777;
    color:#c21833;
	letter-spacing:2px;
}

*/


.navbar-brand{
	margin-left:20px;

	/*font-family:'Playfair Display', serif; */
    font-family:'Libre Baskerville', serif;
	font-weight:700;              /* more bold */
	font-size:22px;               /* slightly bigger */
	letter-spacing:1px;

	color:#850708 !important;     /* cherry red */

	/*text-transform:uppercase;     /* premium brand feel */
}

/* SINCE 1970 */
.navbar-brand span{
	display:block;
	font-size:12px;
	font-weight:500;
	letter-spacing:2px;
	color:#444;                   /* subtle contrast */
}


/* MENU TEXT */
.top-navbar .navbar-light .navbar-nav .nav-link{
	font-family:'Poppins', sans-serif;
	color: #333;
	font-size: 13px;
	padding: 6px 14px;
	text-transform: uppercase;
	position: relative;
	transition: 0.3s;
}

/* MODERN UNDERLINE EFFECT */
.top-navbar .navbar-light .navbar-nav .nav-link::after{
	content:"";
	position:absolute;
	width:0%;
	height:2px;
	background:#b8965a;
	left:0;
	bottom:0;
	transition:0.3s;
}

.top-navbar .navbar-light .navbar-nav .nav-link:hover::after{
	width:100%;
}

/* HOVER STYLE */
.top-navbar .navbar-light .navbar-nav .nav-link:hover{
	color:#b8965a;
	background:none;
}

/* ACTIVE */
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	color:#b8965a;
}

/* REMOVE OLD BOX HOVER */
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link{
	border-radius:0;
}

/* DROPDOWN */
.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 10px;
	padding: 8px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 14px;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover{
	background: #b8965a;
	color: #fff;
	border-radius: 6px;
}

/* SOCIAL ICONS */
.top-social a{
	color:#666;
	margin-right:10px;
	font-size:14px;
	transition:0.3s;
}

.top-social a:hover{
	color:#b8965a;
	transform:translateY(-2px);
}

/* TOGGLER */
.navbar-light .navbar-toggler{
	border:none;
}

.navbar-light .navbar-toggler:hover{
	background:#f5f5f5;
}

/* MOBILE */
@media(max-width:768px){

/* NAVBAR */
.navbar{
  padding:8px 10px;
}

/* LOGO CENTER FIX */
.navbar-brand{
  font-size:18px;
  line-height:1.2;
  margin:0 auto;
  text-align:center;
}

/* MENU BUTTON RIGHT */
.navbar-toggler{
  position:absolute;
  right:10px;
  top:10px;
}

/* REMOVE EXTRA SPACE */
.banner-wrapper{
  margin-top:60px;
}

	body{
		padding-top: 75px;
	}
}

/* ===== LUXURY BANNER ===== */
.luxury-banner {
 background: url("../images/BG_2.jpg") center/cover no-repeat;
  /* background-color:#46e03d center/cover no-repeat;  */
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.luxury-banner .row {
  width: 100%;
  align-items: center;   /* vertical center */
}


/* ===== INNER PAGE BANNER (SAME AS HOME STYLE) ===== */
.inner-banner{
    height: 250px;   /* smaller than home */
}

.inner-banner .banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inner-banner .banner-text h1{
    color: #ffffff; 
    /* text-shadow: 0 4px 15px rgba(0,0,0,0.6); */
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Mobile */
@media(max-width:768px){
    .inner-banner{
        height: 180px;
    }
    .inner-banner .banner-text h1{
        font-size: 34px;
    }
}


/* ===== LEFT TEXT ===== */
.banner-text {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;   /* ?? vertical center */
}

.text-slide {
  position: absolute;
  opacity: 0;
  transform: translateY(25px);
  transition: all 1s ease;
}

.text-slide.active {
  opacity: 1;
  transform: translateY(0);
}

.text-slide h1 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

.text-slide p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== RIGHT IMAGE AREA ===== */
.banner-image {
  position: relative;
  height: 370px;
  
  display: flex;
  align-items: center;    /* ?? vertical center */
  justify-content: center;

  overflow: hidden;
  
}

/* ===== IMAGE STYLE ===== */
.banner-img {
  position: absolute;
  top: 50%;
  left: 50%;

  max-width: 300px;
  padding: 10px;
  opacity: 0;

  transform: translate(-50%, -50%) translateX(120%);
  transition: all 1.4s ease;

  /* TRANSPARENT PREMIUM LOOK */
  background: transparent;

  /* LIGHT GOLD BORDER */
  border: 2.6px solid rgba(255,215,160,0.45);

  /* SOFT CURVE */
  border-radius: 25px;

  /* LUXURY SHADOW */
  box-shadow:
    0 6px 18px rgba(0,0,0,0.25),
    0 0 14px rgba(255,215,160,0.28);
}

/* ===== ACTIVE IMAGE PREMIUM EFFECT ===== */
.banner-img.active {
  opacity: 1;
  transform: translate(-50%, -50%) translateX(0);
  animation: floatImage 6s ease-in-out infinite;
}

/* SOFT GOLD GLOW */
.banner-img.active {
  box-shadow:
    0 10px 25px rgba(0,0,0,0.30),
    0 0 18px rgba(255,215,160,0.45);
}

/* EXIT LEFT */
.banner-img.exit {
  opacity: 0;
  transform: translate(-50%, -50%) translateX(-120%);
}


 /* Mobile New 26122025 */
 
 @media (max-width:768px){

  /* FIX NAVBAR OVERLAP */
  body{
    padding-top: 70px;   /* navbar height */
  }

  /* BANNER HEIGHT FIX */
  .luxury-banner{
    min-height: auto;
    padding: 40px 0 30px;
  }

  /* IMAGE CONTAINER */
   .banner-image{
    height: 300px;              /* ?? increased */
    overflow: visible;          /* ?? allow full image */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* IMAGE ITSELF */
   .banner-img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 260px;
    padding: 6px;
    border-radius: 16px;

    transform: translate(-50%, -50%) translateX(0);
  }

  /* STOP FLOAT ANIMATION (mobile clean) */
  .banner-img.active{
    animation: none;
  }

  /* TEXT CENTER */
  .banner-text{
    text-align: center;
    margin-bottom: 20px;
  }

  .text-slide h1{
    font-size: 32px;
    line-height: 1.3;
  }

  .text-slide p{
    font-size: 15px;
  }
}

/*18042026 trending */
.trend-card{
  position:relative;
  overflow:hidden;
  border-radius:10px;
}

.trend-card img{
  width:100%;
  height:250px;
  object-fit:cover;
  transition:0.4s;
}

.trend-card:hover img{
  transform:scale(1.1);
}

.trend-text{
  position:absolute;
  bottom:10px;
  left:10px;
  color:#fff;
  font-weight:600;
  background:rgba(0,0,0,0.5);
  padding:5px 10px;
}

.test-card{
  background:#fff;
  padding:25px;
  border-radius:12px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  height:100%;

  display:flex;
  flex-direction:column;
  justify-content:space-between; /* key */
}

/* TEXT */
.test-card p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:15px;

  /* Limit to 3 lines (optional) */
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
   min-height: 80px; /* adjust for 3–4 lines */
}

/* NAME */
.test-card h6{
  margin-top:auto;
  font-weight:600;
  color:#c21833; /* cherry red match */
}

/* end 18042026 */
/* GPS Card */
.gps-card{
  overflow:hidden;
  border-radius:10px;
  height:200px;
}

.gps-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s;
}

.gps-card:hover img{
  transform:scale(1.1);
}

/* end GPS Card */

/* Start insta */ 
.instagram-pro{
  background:#000;
  color:#fff;
}

.insta-slider{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding-bottom:10px;
}

.insta-slider::-webkit-scrollbar{
  display:none;
}

.insta-card{
  min-width:280px;
  height:500px;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.4);
  transition:0.4s;
}

.insta-card:hover{
  transform:scale(1.05);
}

.insta-card iframe{
  width:100%;
  height:100%;
  border:none;
}

/* End insta */ 
/* ===== Contact phone email ===== */
.contact-imfo-box{
/*background:#0b2e2a;*/
background: linear-gradient(135deg,#0f3d37,#145c4f);
padding:30px 0;
color:#fff;
}

.contact-imfo-box i{
font-size:28px;
margin-bottom:10px;
color:#fff;
}

.contact-imfo-box h4{
color:#fff;
font-weight:600;
margin-top:10px;
}

.contact-imfo-box a{
color:#fff;
text-decoration:none;
}

.contact-imfo-box a:hover{
color:#ffd9c2;
}

/* ===== FLOATING WHATSAPP BUTTON ===== */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff;
    font-size: 26px;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    color: #fff;
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top{
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #d4af37;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  z-index: 999;
  display: none; /* hidden first */
  transition: 0.3s;
}

.back-to-top:hover{
  background: #000;
  color: #fff;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------/
 cheacking old file 
.about-section-box{
	padding: 70px 0px;
	/* background: #ffffff url(../images/about-bg1.jpg) no-repeat bottom center; /
	background-size: cover;
}
.about-section-box .img-fluid{
	box-shadow: 20px 20px 0px #0b2e2a;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #010101;
	font-weight: 500;
}
.inner-column h1 span{
	color: #0b2e2a;
    /*color: #46e03d; /
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
} */


/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box{
	padding:70px 0;
	background:#ffffff;
}

/* image frame */

.about-section-box .img-fluid{
	box-shadow:20px 20px 0px #0b2e2a;
	border-radius:10px;
}

/* text column */

.inner-column{
	text-align:left;
}

/* heading */

.inner-column h1{
	font-family:'Playfair Display', serif;
	font-size:32px;
	color:#0b2e2a;
	font-weight:600;
}

/* highlight text */

.inner-column h1 span{
	color:#d4af37;
}

/* sub heading */

.inner-column h4{
	font-size:18px;
	font-weight:500;
	color:#145c4f;
	margin-bottom:10px;
}

/* paragraph */

.inner-column p{
	font-size:17px;
	color:#444;
	line-height:1.7;
}

/* button */

.inner-column .btn-outline-new-white{
	background:#0f3d37;
	color:#ffffff;
	border-radius:30px;
	padding:10px 30px;
	border:none;
	transition:0.3s;
}

.inner-column .btn-outline-new-white:hover{
	background:#d4af37;
	color:#000;
}

/* Collections  */
.collection-link{
  text-decoration: none;
  color: inherit;
  display: block;
}

.gallery-single img{
width:100%;
height:260px;        /* fixed height */
object-fit:cover;    /* crop image nicely */
border-radius:6px;
}

.gallery-single{
overflow:hidden;
position:relative;
}

.gallery-single:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.25);
}


/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/

.qt-background{
	background: url(../images/qt-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}
.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}

.qt-background span {
    color: #fff;
    font-size: 28px;  
	font-weight: 600;	
}

/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 50px;
}
.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box{}
.inner-menu-box .nav-pills .nav-link.active{
	background: #46e03d;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #46e03d;
	color: #ffffff;
}

.gallery-single{
	margin-bottom: 30px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(207, 166, 113, 0.9);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-text h4{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.why-text p{
	color: #ffffff;
	font-size: 13px;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.why-text h5{
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}

/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.tz-gallery .lightbox{
	border: 3px solid #46e03d;
	display: inline-block;
	margin-bottom: 30px;
}

-----------


/* ===== MODERN JEWELLERY GALLERY ===== */
.gallery-section{
  padding: 60px 0;
}

.gallery-modern a{
  text-decoration: none;
}

.gallery-item{
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  transition: all 0.4s ease;
}

.gallery-item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img{
  transform: scale(1.08);
}

.gallery-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.28);
}

/* MOBILE */
@media(max-width:768px){
  .gallery-item img{
    height: 240px;
  }
}

/* ===== SCROLLING GALLERY ===== */

.gallery-scroll{
overflow:hidden;
width:100%;
padding:20px 0;
}

/* track */
.scroll-track{
display:flex;
gap:30px;
width:max-content;
animation:scrollGallery 30s linear infinite;
}

/* pause on hover */
.gallery-scroll:hover .scroll-track{
animation-play-state:paused;
}

/* animation */
@keyframes scrollGallery{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}

/* item design (keep same style) */
.scroll-track .gallery-item{
flex:0 0 auto;
width:260px;
height:280px;
border-radius:16px;
overflow:hidden;
background:#fff;
box-shadow:0 12px 35px rgba(0,0,0,0.18);
transition:all 0.4s ease;
}

.scroll-track .gallery-item img{
width:100%;
height:100%;
object-fit:cover;
transition:transform 0.6s ease;
}

.scroll-track .gallery-item:hover img{
transform:scale(1.08);
}

.scroll-track .gallery-item:hover{
transform:translateY(-6px);
box-shadow:0 22px 45px rgba(0,0,0,0.28);
}

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box{
	padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box{
	width: 135px;
	height: 135px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #46e03d !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #46e03d;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #46e03d;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #010101;
	color: #ffffff;
}

/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/

.contact-imfo-box{
    /*background: linear-gradient(135deg,#0f3d37,#145c4f); */
    background color: #46e03d;
    padding: 30px 0;
    border-radius: 100px;
}

.overflow-hidden{
    overflow: hidden;
}

/* icon box */
.contact-imfo-box i{
    display:block;
    float:left;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    background:#ffffff;
    color:#1b7f1b;
    font-size:30px;
    border-radius:4px;
    margin-right:20px;
}

/* heading */
.contact-imfo-box h4{
    margin:0;
    margin-top:5px;
    color:#ffffff;
    font-size:20px;
    font-weight:600;
}

/* text */
.contact-imfo-box p{
    margin:0;
    color:#f5f5f5;
}

/* link color */
.contact-imfo-box a{
    color:#ffd700;
    text-decoration:none;
}

.contact-imfo-box a:hover{
    color:#ffffff;
}

/* ==================================================
   FOOTER AREA
================================================== */

.footer-area{
    padding:30px 0;
    background:#071c19;
    color:#ffffff;
    text-align:center;
}

/* footer text */

.footer-area p{
    color:rgba(255,255,255,0.85);
    font-size:15px;
}

.footer-area p a{
    color:#ffd700;
    font-weight:500;
    transition:0.3s;
}

.footer-area p a:hover{
    color:#ffffff;
}

/* ==================================================
   FOOTER SOCIAL ICONS
================================================== */

.footer-social{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-bottom:18px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1.6px solid rgba(255,215,160,0.65);
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    transition:all 0.35s ease;
}

/* hover */

.footer-social a:hover{
    background:#d4af37;
    border-color:#d4af37;
    color:#000;
    transform:translateY(-4px) scale(1.05);
    box-shadow:0 10px 22px rgba(212,175,55,0.45);
}

/* ==================================================
   MOBILE OPTIMIZATION
================================================== */

@media (max-width:768px){

.footer-social{
gap:14px;
}

.footer-social a{
width:38px;
height:38px;
font-size:15px;
}

.footer-area p{
font-size:14px;
}


/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
    padding: 250px 0 150px;
    background: url(../images/all-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;	
}
.all-page-title h1{
	font-size: 38px;
	color: #ffffff;
	font-family: 'Rubik', sans-serif;
	padding: 0px;
	font-weight: 500;
}

.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

.stuff-box{
	padding: 70px 0px;
}


.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(214,81,6,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #d65106;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #d65106;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus{
	border: 1px solid #d65106;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #d65106;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #d65106;
	background-color: transparent;
	background-image: none;
	border-color: #d65106;
}
.btn.btn-common:hover{
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.blog-box{
	padding: 70px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.blog-detail ul li span{
	color: #d65106;
	cursor: pointer;
}
.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
	font-size: 13px;
}

.blog-detail a{
	color: #ffffff;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
}
.side-blog-img {
    box-shadow: 15px 15px 0px 0px rgba(214, 81, 6, 0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
}

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #d65106;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
}
.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
}

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #d65106;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #d65106;
}
.details-page blockquote {
    padding: 20px;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
}
.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.line-right-social ul li {
    display: inline-block;
}
.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}
.line-left-social ul li a:hover {
    background: #d65106;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #d65106;
    color: #ffffff;
}
.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
}
.comment-item-left img {
    width: 100%;
    border-radius: 20px;
}
.comment-item-right {
    padding-left: 110px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.des-l {
    display: inline-block;
    width: 100%;
}
.des-l p {
    font-size: 13px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}
.right-btn-re:hover {
    background: #d65106;
    color: #ffffff !important;
}
.comment-respond-box {
    clear: both;
}
.blog-comment-box .children {
    margin-left: 70px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-right i {
    padding-right: 10px;
}

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
}
.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
}

.btn-submit{
	color: #d65106;
	background-color: transparent;
	background-image: none;
	border-color: #d65106;
}
.btn-submit:hover{
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(214, 81, 6, 0.4);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
}
.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
}

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
}
.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.blog-categories ul li a:hover{
	color: #d65106;
}
.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
}
.recent-img {
    float: left;
    position: relative;
}
.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d65106;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
}
.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
}
.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
}
.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #d65106;
}

.contact-box{
	padding: 70px 0px;
}

.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d65106;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}

/* ===============================
   MOBILE RESPONSIVE FIX
=================================*/

@media (max-width: 991px){

/* Navbar */
.top-navbar .navbar{
    padding: 10px 15px;
    border-radius: 0;
}

/* Logo */
.navbar-brand{
    margin-left: 0;
    font-size: 18px;
    color:#850708 !important;   /* cherry red */
    font-weight: 700;
}
.navbar-brand span{
  color:#850708;
}

/* Menu */
.top-navbar .navbar-nav{
    background:#fff;
    padding:15px;
    margin-top:10px;
    border-radius:8px;
}

.top-navbar .navbar-nav .nav-link{
    padding:10px;
    font-size:14px;
}

/* Social icons */
.top-social{
    justify-content:center;
    margin-top:10px;
    margin-right:0;
}

/* Banner spacing fix */
body{
    padding-top:75px;
}

/* Product cards */
.product-img img{
    height:200px;
}

/* Page title */
.page-title{
    font-size:22px;
}

/* Contact boxes */
.contact-imfo-box .col-md-4{
    margin-bottom:20px;
}

