* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;


  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;

  text-decoration: none;

}
a{
    text-decoration: none;
}
:root {
  --primary_color: rgb(214, 134, 98);
  --white: #ffffff;
}

p {
  color: #333;
  line-height: 32px;
  font-weight: 400;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary_color);
  font-family: 'Crimson Text', sans-serif;

  font-weight: 400;
}
.header-top{ background-color: var(--primary_color); color: #fff;} 
.header-top a{ color: #fff;} 
.section_bg {
  background-color: rgba(214, 134, 98, 0.1);
  background-size: cover;
  padding-top: 50px;
}

.section_gray_bg {
  background-color: #f8f8f8;
  padding-top: 50px;
}
.btn-site{
  background-color: #000;
  margin: 2px;
  color: #fff;
}
.carousel-indicators .active{
  background-color: var(--primary_color);
}
header {
  box-shadow: 0px 2px 10px #ccc;

  color: var(--primary_color);
}
.nav-link{padding: .2rem .9rem!important;}
.navbar-light .navbar-nav .nav-link{color: #000!important;}
.navbar-light .navbar-nav .nav-link.active{
 color: var(--primary_color);
}

.nav-item a {
  color: #000;

  border-bottom: 2px solid transparent;
  margin-bottom: 3px;
}

.nav-item a:hover {
  color: #222;
  border-bottom: 2px solid rgb(214, 134, 98);
}
.nav-item .nav-link{
      color: #000;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin-bottom: 3px;
    padding: .2rem .9rem;
}



.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}


.dropdown-item:hover {
  background-color: var(--primary_color);
  color: #111;
}



/* Show dropend submenu on hover */
.dropdown-menu .dropend:hover>.dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.carousel-caption {

    margin-bottom: 20% !important;
    text-align: left;
}
.small_banner img {
  border-radius: 8px;
  box-shadow: 2px 5px 10px #ccc;
}
@media only screen and (max-width: 600px) {
    .carousel-caption {
        top: 0px;
    }
}

footer {
  background-color: var(--primary_color);
  color: #fff;
}

ul,
li {
  margin: 0px;
  padding: 0px;
}
footer a{ color: #f2f2f2; text-decoration: none;}
footer li {
  list-style: none;
  margin: 0px;
  padding: 0px
}

footer ul li a {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
    padding-left: 20px;
    line-height: 25px;
}

footer li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  width: 20;
  height: 20;
}
footer ul li a:hover {
  color: #444;
}

.site-primary-color {
  color: var(--primary_color);
}

.site-text {
  color: var(--primary_color);
}

.products img {
  width: auto;


}


input {
  border-radius: 0px !important;
  line-height: 40px !important;
}

.iti--allow-dropdown {
  display: block;
}

.thumb {
  width: 25%;
  cursor: pointer;
}

.thumb img {
  width: 100%;
  margin: 2px;
}

.our-collections .owl-item a {
  color: var(--primary_color);
  margin-top: 10px;
}

.our-collections .owl-item a:hover {
  margin-top: -10px;
}

.our-collections .owl-carousel .owl-item img {
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 2px 5px 10px #ccc;
  margin-bottom: 10px;
  border: 2px solid #f7f0f0;
}

.owl-carousel .owl-item img {

  margin: 0px auto;
  min-height: 150px;
  display: block;
  object-fit: contain;
  max-width: 50%;

}

.owl-nav {
  text-align: center;
}

.owl-nav span {
  font-size: 3rem;
  margin: 20px;
      color: var(--primary_color);
}

.owl-item a {
  color: #333;
  text-decoration: none;
}

.zoom-container {
  position: relative;
  overflow: hidden;
}

.zoom-container img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
}

.zoom-container:hover img {
  transform: scale(1.02);
}

.zoom-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.zoom-container:hover::after {
  opacity: 1;
}

.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: white;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.zoom-container:hover .zoom-icon {
  opacity: 1;
}

/* Prevent cursor from becoming zoom-in */
.zoom-container.no-cursor {
  cursor: default;
}

.en_button {
  background-color: transparent;
  color: var(--primary_color);
  border: 1px solid var(--primary_color);
  border-radius: 2rem;
  box-shadow: 1px 2px 3px #ccc;
}

address .fa {
  margin-right: 5px;
}

.block-1 {
  display: block;
  margin-bottom: 10px;
}

form h5 {
  color: var(--primary_color);
}

.error {
  color: red;
}

.footer-btm {
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.text-justify {
  text-align: justify;
}

.site-btn {
  background-color: var(--primary_color);
  color: #fff !important;
  border-color: var(--primary_color);
}

.site-btn:hover {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}

footer h4 {
  color: #fff;
}

footer p {
  color: #fff;
}

footer ul li a:before {
  float: left;
  margin-right: 0.7em;
  color: #fff;
  content: '\f101';
  font-family: 'Font Awesome 6 Free';


  font-weight: 600;
  /* Some icons require a specific weight */
}
.social-icon a{ padding: 8px; border: 1px solid #f2f2f2;}
.social-icon a:hover{ background-color: rgba(255, 255, 255, 0.2); color: #fff;}

.item .card {
  max-width: 95%;
  margin: 0px auto;
  margin-top: 10px;
  border: 1px solid #f3eeee;
  padding: 10px 0px;
  transition: all 0.4s ease-in-out;
}

.item .card:hover {
  background-color: #f8f8f8;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 10px;
}


.item .card .img-box {

  margin-bottom: 8px;
  text-align: center;
}

.item .card img {
  max-height: 180px;
  width: auto;
  margin: 8px auto;
}

.item .card h4 {
  font-size: 18px;
  color: var(--primary_color);
}

.item .card ul {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  list-style: none;
}

.product_slider  p {
  color: #666;


  display: -webkit-box;
  -webkit-line-clamp: 4;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.orange-bg {
  background: linear-gradient(rgba(214, 134, .1), rgba(214, 134, .6)), url('../img/contact_page.jpg');

  background-size: cover;

}

.nav-sub {
  text-align: center;
}

.nav-sub ul {
  padding: 0px;
}

.nav-sub ul li {
  display: inline-block;
}

.nav-sub ul li span {
  display: block;
  padding: 6px 20px 6px 19px;
  color: #252525;
  transition: .3s all;
  position: relative;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase !important;
}

.card-btn {
  background-color: var(--primary_color);
  width: 100%;
  border-radius: 0px;
  color: #f2f2f2;
}

.content ul {
  margin-bottom: 20px;
  margin-left: 5px;
}

.content ul li {
  list-style: none;
  line-height: 32px;

}

.content ul li a {
  color: #212529;
  text-decoration: none;
}

.content ul li a:hover {
  color: #444;
  cursor: pointer;
}

.content ul li::before {
  content: "\f105";
  /* Font Awesome check icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* Required for solid icons */
  margin-right: 8px;
  color: var(--primary_color)
}

/*slider*/
.main-image {
  position: relative;
}

.main-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease;
  opacity: 1;
}

.fade-out {
  opacity: 0;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.arrow-btn.left {
  left: 10px;
}

.arrow-btn.right {
  right: 10px;
}

.thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s, transform 0.3s;
}

.thumbnails img:hover {
  transform: scale(1.05);
}

.thumbnails img.active {
  border: 2px solid var(--primary_color);
  box-shadow: 2px solid #666;
  /* Bootstrap primary color */
}

.float{
	position:fixed;
  display: flex;
  align-items: center;
  justify-content: center;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;
}

.my-float{
	margin-top:16px;
}

.custom-hero {
  background: var(--hero-bg) no-repeat center center;
    background: linear-gradient(to bottom, rgba(214, 134, 98, 0.9) 0%, rgba(214, 134, 98, 0.9) 59%, rgba(214, 134, 98, 0.9) 100%), url(../img/pattern-1.png);
    
    
    
    color: white; 
    position: relative;
    z-index: 1;
}
.custom-hero p , .custom-hero h2, .custom-hero h1{
  color: #fff;
}
.custom-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
hr{
  width: 20px; height: 4px; color: #333 !important;
}
.text-center hr{
  width: 20px; height: 4px; color: #333 !important; margin: 20px auto;
}

.product-card {
  margin-bottom: 20px;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  height: 100%;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.product-card img {
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-card h6 {
  font-weight: 500;
  margin: 0;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  color: #0d6efd;
}


 .navbar .dropdown-menu {
  margin-top: 0;
}
@media (min-width: 992px) {

  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ======================
   MOBILE (Click only)
====================== */
@media (max-width: 991px) {

  /* IMPORTANT: let Bootstrap control dropdown */
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .navbar .dropdown-menu.show {
    display: block;
  }

  /* Prevent fixed navbar issue */
  #mainNav {
    position: static;
  }
}
@media (max-width: 480px) {
    .navbar-nav .dropdown-menu{
            position: absolute;
    }
}