body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 background-color: #F5F5F5;
  
}

* {
  margin: 0;
  pad: 0;
  box-sizing: border-box;
  font-family: 'Assistant', sans-serif !important;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

/* p {
  color: #b3b3b3;
  font-weight: 300;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

/* .hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a;
} */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 20px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu>li.social>a {
  padding-left: 5px;
  padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #4C240A;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #FCF5EF;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #eff1f3;
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #4C240A;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #FCF5EF !important;
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #4C240A;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #4C240A;
}

.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
  float: none !important;
  width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #4C240A;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  color: rgba(255, 255, 255, 0.7) !important;
  color: #121212bf !important;
  font-size: 14px;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #fff !important;
  color: #121212 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #007bff !important;
}

/* hero section top hide problem solve */
.sticky-wrapper {
  position: sticky;
  top: 0px;
   background-color: #F5F5F5;
}

header {
  padding-top: 5px;
  padding-bottom: 5px;
}




/* Top Bar */
.top-bar {
  background: #FCF5EF;
  color: #000;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
}

.contact-number {
  color: #4C240A;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
}

.contact-number i {
  font-size: 16px;
  color: #EF7F1B;
}

.contact-number:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Search bar */
.search-bar .form-control {
  border: 1px solid #4C240A;
  border-right: none;
  border-radius: 30px 0 0 30px;
  padding: 8px 15px;
  /* font-size: 14px; */
}

.search-bar .btn {
  border: 1px solid #4C240A;
  border-left: none;
  border-radius: 0 30px 30px 0;
  background-color: #4C240A;
  color: #FAE5D5;
  font-weight: 500;
}

.search-bar .btn:hover {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #000;
}

/* Right side links */
.top-links {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.top-links a.text-link {
  color: #4C240A;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}

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

.top-links a.icon-link {
  color: #4C240A;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

.top-links a.icon-link:hover {
  color: #D4AF37;
}

.badge-custom {
  background-color: #4C240A;
  color: #FAE5D5;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -8px;
}

.form-control:focus {
  box-shadow: none !important;
}



@media(max-width:1199px) {
  .logo-btn-adjust {
    justify-content: space-between;
  }
}



/* Hero Section */
.hero-section {
  /*background: linear-gradient(to right, #FAE5D5, #FCF5EF);*/
  background: linear-gradient(to right, #F5F5F5, #F5F5F5);
  color: #F8D2B2;
  padding: 80px 20px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color:#EF7F1B;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #EF7F1B;
  /*opacity: 0.9;*/
}

.hero-btn {
  background-color: #EF7F1B;
  color: #FAE5D5;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background-color:#5B5B5B;
  color: #000;
}

/* Swiper slider */
.swiper {
  width: 100%;
  /* max-width: 500px; */
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding: 50px 20px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}



/* swiper css */
/* Next / Prev arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #4C240A !important;
  /* arrow ka color (dark brown) */
  /* font-weight: bold; */
}

/* Hover effect for arrows */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #D4AF37 !important;
  /* gold hover */
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background: #D4AF37 !important;
  /* normal bullet = gold */
  opacity: 0.6;
  /* halka fade */
}

.swiper-pagination-bullet-active {
  background: #4C240A !important;
  /* active bullet = dark brown */
  opacity: 1;
}


/* offer slider  */
.offer-marquee {
  background-color: #EF7F1B;
  /* Dark brown */
  padding: 5px 0px 0px 0px;
  /* border-top: 2px solid #D4AF37;
    border-bottom: 2px solid #D4AF37; */
}

.offer-marquee .offer {
  margin: 0 40px;
  font-size: 16px;
  font-weight: 600;
  color: #FAE5D5;

}

.offer-marquee marquee {
  white-space: nowrap;
}



    /* ---------------- CATEGORIES (Udday Bharat Style) ---------------- */
    .categories {
        background-color: #F7F7F7;
        padding: 70px 0;
    }

    .categories h2 {
        color: #EF7F1B;
    }

    .categories p {
        color: #5B5B5B;
    }

    .category-card {
        background: #fff;
        border-radius: 15px;
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .category-card img {
        max-height: 200px;
        object-fit: contain;
    }

    .card-body {
        background-color: #EFEFEF;
        border-radius: 0 0 15px 15px;
    }

    .category-card h5 {
        color: #EF7F1B;
        font-weight: 700;
    }

    .category-card p {
        color: #5B5B5B;
        font-size: 14px;
    }

    .category-card .btn {
        background: #EF7F1B;
        color: #fff;
        border: none;
        border-radius: 25px;
        padding: 8px 22px;
        transition: 0.3s;
    }

    .category-card .btn:hover {
        background: #5B5B5B;
        color: #fff;
    }





/**************************************
       F   product
**************************************/
.products {
  background-color: #FCF5EF;
}

.product-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: contain;
  padding: 10px;
  background: url(../images/product-bg.png);
  background-position: center;
  background-size: cover;
}

.product-card .price {
  color: #4C240A;
  font-size: 16px;
}

.product-card .text-warning {
  font-size: 14px;
}

.products .text-muted {
  color: #212529bf !important;
  font-weight: 600;
}

.products .text-success {
  font-weight: 600;
}

.products .card-body {
  background: #FAE5D5;
}


.btn-outline-dark:focus {
  box-shadow: none !important;
}

/*categories-section  */

.categories-section {
  background-color: #FCF5EF;
}

.categories-sidebar {
  background-color: #5B5B5B;
  min-height: 100%;
}

.categories-sidebar h5 {
  border-bottom: 2px solid #EF7F1B;
  padding-bottom: 6px;
  color: #EF7F1B;
}

.category-link {
  display: block;
  padding: 10px 14px;
  margin-bottom: 6px;
  color: #FAE5D5;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.category-link:hover,
.category-link.active {
  background-color: #EF7F1B;
  color: #FFf;
}

.category-content {
  background-color: #FCF5EF;
  border-radius: 10px;
  padding: 20px;
  display: none;
  /* sab hide by default */
}

.category-content.active {
  display: block;
  /* sirf active wala show hoga */
}

.category-content h3 {
  color: #EF7F1B;
}

/* ===============================
   WHY CHOOSE US (Uday Bharat Theme)
================================= */

.why-choose-us {
  /*background: #FFF9F5; */
  padding: 60px 0;
}

.why-choose-us h2 {
  font-weight: 700;
  color: #EF7F1B;
  font-size: 36px;
}

.why-choose-us p {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 26px;
}

.choose-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(239, 127, 27, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid rgba(239, 127, 27, 0.2);
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(239, 127, 27, 0.25);
}

.choose-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #EF7F1B;
}

.choose-card h5 {
  font-weight: 600;
  color: #5B5B5B;
  font-size: 18px;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 14px;
  color: #5B5B5B;
  line-height: 22px;
}



/* =========================
   CCTV / CCTV Stands Tips (Uday Bharat Theme)
========================= */


.blog-section {
  position: relative;
  background: linear-gradient(rgba(76, 36, 10, 0), rgba(76, 36, 10, 0)),
    url('https://uddaybharat.com/public/web/images/about.png');
  padding: 60px 0;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.blog-section {
    /* background: #FFF9F5;  */
    padding: 60px 0;
}

.blog-section h2 {
    font-weight: 700;
    color: #EF7F1B; /* warm orange */
    font-size: 32px;
    margin-bottom: 40px;
}

.blog-card {
    background: #FFFFFF; /* white card */
    color: #5B5B5B; /* dark text */
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(239, 127, 27, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(239, 127, 27, 0.2);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(239, 127, 27, 0.25);
}

.blog-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #EF7F1B;
}

.blog-card p {
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B;
}

.blog-card .text-success {
    font-weight: 600;
    margin-top: 10px;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-dark {
    background-color: #EF7F1B;
    border-color: #EF7F1B;
    color: #fff;
}

.btn-dark:hover {
    background-color: #d96b00;
    border-color: #d96b00;
}

.btn-outline-dark {
    color: #EF7F1B;
    border-color: #EF7F1B;
}

.btn-outline-dark:hover {
    background-color: #EF7F1B;
    color: #fff;
}


/* offer section top side */
.offers-section {
  background: #FCF5EF;
  padding: 60px 0;
}

.offers-section h2 {
  font-weight: bold;
  font-size: 32px;
  /* color: #4C240A;
  margin-bottom: 40px; */
}

.offer-card {
  background: #FAE5D5;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.offer-badge {
  position: absolute;
  top: 15px;
  right: -40px;
  background: #4C240A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px;
  transform: rotate(45deg);
}

.offer-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #4C240A;
  margin-bottom: 12px;
}

.offer-card p {
  font-size: 14px;
  line-height: 22px;
  color: #4C240A;
  margin-bottom: 15px;
}

.offer-btn {
  background: #4C240A;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.offer-btn:hover {
  background: #2d1406;
  color: #fff;
}

/* fragrance section */
/* ===============================
   CCTV Collection Section (Uday Bharat)
=============================== */

.collection-section {
  /*background: #FFF9F5; */
  padding: 60px 0;
}

.collection-section h2 {
  font-weight: 700;
  color: #EF7F1B;
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.collection-section p {
  color: #5B5B5B;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Product Cards */
.collection-section .product-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(239, 127, 27, 0.25);
  box-shadow: 0 4px 10px rgba(239, 127, 27, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 15px;
}

.collection-section .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(239, 127, 27, 0.25);
}

.collection-section .product-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

/* Product title & text */
.collection-section .product-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #EF7F1B;
  margin-top: 12px;
  margin-bottom: 5px;
}

.collection-section .product-card p {
  font-size: 13px;
  color: #5B5B5B;
  margin-bottom: 10px;
}

/* Enquiry Button */
.collection-section .enq-btn {
  display: inline-block;
  background: #EF7F1B;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.collection-section .enq-btn:hover {
  background: #d96b00;
  color: #fff;
}

/* Carousel Controls */
.collection-section .carousel-control-prev-icon,
.collection-section .carousel-control-next-icon {
  filter: invert(62%) sepia(78%) saturate(1416%) hue-rotate(5deg) brightness(98%) contrast(93%);
}

.collection-section .carousel-control-prev,
.collection-section .carousel-control-next {
  width: 5%;
}

@media (max-width: 767px) {
  .collection-section h2 {
    font-size: 26px;
  }

  .collection-section .product-card img {
    height: 120px;
  }
}

.enq-btn {
  display: inline-block;
  background: #EF7F1B;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.enq-btn:hover {
  background: #d96b00;
}


/* ===========================
   Uday Bharat Review Section
   Updated by Aniket 25-10-2025
=========================== */
.review-section {
  padding: 60px 0;
  background: #F8FAFC;
}

.review-section h2 {
  color: #0D1B2A;
  font-weight: 700;
  margin-bottom: 40px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(13, 27, 42, 0.1);
  box-shadow: 0 4px 10px rgba(13, 27, 42, 0.1);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(244, 163, 0, 0.25);
}

.review-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #F4A300;
}

.review-card h5 {
  color: #0D1B2A;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-card .stars {
  color: #F4A300;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-card p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  background: #0D1B2A;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #F4A300;
  opacity: 1;
}

/* Add Review Button */
.add-review-btn {
  display: block;
  margin: 40px auto 0 auto;
  background: #F4A300;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.add-review-btn:hover {
  background: #d89100;
}

/* Modal Styles */
.review-section .modal-content {
  background: #fff;
  border: 2px solid #0D1B2A;
  border-radius: 12px;
}

.review-section .modal-header {
  background: #0D1B2A;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.review-section .modal-title {
  font-weight: 600;
}

.review-section .btn-close {
  filter: invert(1);
}

.review-section .form-control,
.review-section .form-select {
  border: 1px solid #0D1B2A;
}

.review-section .form-control:focus,
.review-section .form-select:focus {
  border-color: #F4A300;
  box-shadow: 0 0 5px rgba(244, 163, 0, 0.5);
}

.review-section .btn-primary {
  background-color: #F4A300;
  border: none;
}

.review-section .btn-primary:hover {
  background-color: #d89100;
}


 /* About Section */
    .about-section {
        background-color: #F7F7F7;
        padding: 70px 0;
    }

    .about-section h2 {
        font-size: 30px;
        font-weight: bold;
        color: #EF7F1B;
        margin-bottom: 15px;
    }

    .about-section h5 {
        color: #5B5B5B;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .about-section p {
        color: #333;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .about-section .about-video img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 12px;
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 25px;
        background: #EF7F1B;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
    }

    .read-more-btn:hover {
        background: #5B5B5B;
        color: #fff;
    }




/* product BG IMG */
.product-img-bg {
  background: url(../images/product-bg.png);
  background-position: center;
  background-size: cover;
}



.site-navbar .site-navigation .site-menu  {
    padding-left:0px !important;
}




/* 11 10 2025 css by aniket  */

body {
  background-color: #F5F5F5 !important;
}


/* Breadcrumb Custom Styles */

/* Breadcrumb Custom Styles */
.breadcrumb-section {
  background-color: #5b5b5b33;
  /* Professional light background */
  padding: 15px 0;
  border-radius: 8px;
  /* margin: 15px 0; */
  border-top: 1px solid #4c240a2a;
  box-shadow: 0px 0px 10px #FAE5D5;
  border-radius: 0px !important;

}

.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  flex-wrap: wrap;
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  /* Modern separator */
  color: #4C240A;
  padding: 0 5px;
}

.breadcrumb-section .breadcrumb-item a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-section .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-section .breadcrumb-item.active {
  color: #000;
  font-weight: bold;
}

/* Responsive font size */
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb {
    font-size: 12px;
  }
}

 /* ============================
     Uday Bharat CCTV Gallery Section
     Updated by Aniket 25-10-2025
  ============================ */
  .gallery-section {
    /*background: #FFF9F5;*/
    padding: 60px 0;
  }

  .gallery-section h2 {
    color: #EF7F1B;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .gallery-section p {
    color: #444;
    font-size: 16px;
  }

  .gallery-section .card {
    border: 1px solid rgba(239, 127, 27, 0.3);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 3px 10px rgba(239, 127, 27, 0.1);
  }

  .gallery-section .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(239, 127, 27, 0.25);
  }

  .gallery-section img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .gallery-section .card-body {
    background: #FFF1E5;
    padding: 15px;
  }

  .gallery-section h5 {
    color: #EF7F1B;
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
  }

  .gallery-section .text-muted {
    font-size: 13px;
    color: #555 !important;
  }

  @media (max-width: 767px) {
    .gallery-section h2 {
      font-size: 26px;
    }

    .gallery-section img {
      height: 140px;
    }
  }



/*charcol*/
 .product-text-c {
            color: #4C240A;
            font-weight: 600 !important;
            font-size: 17px;
        }
        
        h2{
            color:#4C240A;
        }
        
        
      @media(max-width:720px) {
  .footer {
    text-align: center;
  }

  .footer .row {
    text-align: center;
    justify-content: center !important;
  }

}








   /* Offers / Deals Section (Udday Bharat Style) */
    .offers-section {
        background: #f8f8f8;
        padding: 60px 0;
    }

    .offers-section h2 {
        font-weight: 700;
        font-size: 32px;
        color: #5B5B5B;
    }

    .offers-section p {
        color: #6c757d;
        font-size: 15px;
    }

    .offer-card {
        background: #ffffff;
        border-radius: 15px;
        padding: 25px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-top: 4px solid #EF7F1B;
    }

    .offer-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .offer-badge {
        position: absolute;
        top: 15px;
        right: -40px;
        background: #EF7F1B;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 50px;
        transform: rotate(45deg);
    }

    .offer-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: #5B5B5B;
        margin-bottom: 12px;
    }

    .offer-card p {
        font-size: 14px;
        line-height: 22px;
        color: #5B5B5B;
        margin-bottom: 20px;
    }

    .offer-btn {
        background: #EF7F1B;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.3s ease;
    }

    .offer-btn:hover {
        background: #c86610;
        color: #fff;
    }

/*new css*/

/**************************************
       Products Section - Udday Bharat
**************************************/
.products {
  background-color: #F5F5F5; /* Light neutral background for commercial look */
}

.product-card {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(94, 94, 94, 0.25); /* subtle shadow in gray */
}

.product-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: contain;
  padding: 10px;
  background: #EFEFEF; /* neutral bg instead of previous image bg */
  background-position: center;
  background-size: cover;
}

.product-card .price {
  color: #5B5B5B; /* dark gray for price */
  font-size: 16px;
  font-weight: 600;
}

.product-card .text-warning {
  font-size: 14px;
  color: #EF7F1B !important; /* highlight stars in orange */
}

.products .text-muted {
  color: #5B5B5B !important; /* neutral dark gray text */
  font-weight: 600;
}

.products .text-success {
  font-weight: 600;
  color: #EF7F1B !important; /* discounts in orange */
}

.products .card-body {
  background: #FFFFFF; /* clean white card background */
  border: 1px solid #E0E0E0;
}

.btn-outline-dark:focus {
  box-shadow: none !important;
}

.btn-dark {
  background-color: #5B5B5B;
  border-color: #5B5B5B;
}

.btn-dark:hover {
  background-color: #EF7F1B;
  border-color: #EF7F1B;
  color: #fff;
}

.btn-outline-dark {
  border-color: #5B5B5B;
  color: #5B5B5B;
}

.btn-outline-dark:hover {
  background-color: #EF7F1B;
  border-color: #EF7F1B;
  color: #fff;
}





