body {
  /* font-family: "Montserrat", sans-serif; */
  /* font-family: Georgia, "Times New Roman", serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  /* justify-content: center; */
  /* margin-bottom: 50px; */
}

.heading_container h2 {
  color: #260925;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F9ED84;
}

/*header section*/
.hero_area {
  background-size: 50% 100%;
  background-position: top left;
  position: relative;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}



.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #F9ED84;
}

.sub_page .custom_menu-btn button span {
  background-color: #212121;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

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



.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #212121;
  font-size: 34px;
}


.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 75px;
}

.User_option .form-inline {
  position: relative;
  margin-right: 15px;
  width: 200px;
}

.User_option .form-inline input {
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  padding: 2px 10px;
}

.User_option .form-inline button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

.User_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.User_option a img {
  width: 20px;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #656464;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  right: 29px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(17px);
          transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-17px);
          transform: rotate(-45deg) translateY(-17px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(231, 205, 32, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  
}

.slider_section .side-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
}

.slider_section .side-img img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.slider_section #carouselExampleControls {
  width: 100%;
  height: 100%;
}

.slider_section .carousel-inner {
  height: 100%;
  width: 100%;
}

.slider_section .carousel-item {
  height: 100%;
  width: 100%;
}

.slider_section .detail-box {
  color: #000;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  font-size: 2rem;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  color: #061b32;
  font-size: 2rem;
  margin: 2rem 0;
}

.slider_section .detail-box h1 i{
  font-size: 5rem;
  color: #F9ED84;
}
.slider_section .detail-box h1 span {
  color: #ffffff;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-top: 25px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section .img-box {
  margin: 0 35px;
}

.slider_section .img-box img {
  max-width: 100%;
}

.slider_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 10;
}


.product_section .heading_container h2 {
  padding: 0;
}


.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_section .product_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-top: 45px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product_section .product_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product_section .product_container .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.product_section .product_container .box .detail-box {
  color: #454444;
}

.product_section .product_container .box .detail-box h5 {
  font-weight: bold;
}

.product_section .product_container .box .detail-box h4 span {
  font-weight: bold;
}


.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #454444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #454444;
  border-radius: 5px;
}

.product_section .btn-box a:hover {
  background-color: #454444;
  color: #ffffff;
}

.about_section {
  background-color: #f4f6ff;
  position: relative;
  overflow-x: hidden;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  font-size: 14px;
}

.about_section .detail-box a, .generalBtn {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  margin-top: 35px;
  background-color: #260925;
  color: #F9ED84;
  font-weight: bold;
}

.about_section .detail-box a:hover, .generalBtn:hover {
  background-color: #454444;
  color: #ffffff;
}

.about_section .img-box img {
  max-width: 100%;
}

.us_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.us_section .img-box img {
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
}

.us_section .detail-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin-top: 30px; */
}

.us_section .detail-box .box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.us_section .detail-box .box .text-box .number-box {
  min-width: 50px;
  height: 50px;
  background-color: #260925;
  color: #F9ED84;
  border-radius: 100%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.us_section .detail-box .box .text-box .number-box h5 {
  margin: 0;
}

.us_section .detail-box .box .text-box h6 {
  margin: 0;
  text-align: left;
}

.us_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.us_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: transparent;
  color: #454444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #454444;
  border-radius: 5px;
}

.us_section .detail-box .btn-box a:hover {
  background-color: #454444;
  color: #ffffff;
}

/* Featured Section */
.featured_section {
  padding: 60px 0;
}

.featured-main {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.featured-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  color: white;
}

.featured-overlay .badge-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #F9ED84;
}

.featured-overlay h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.explore-btn {
  display: inline-block;
  background: white;
  color: #061b32;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  width: fit-content;
}

.explore-btn:hover {
  background: #F9ED84;
  color: white;
}

.featured-card {
  position: relative;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.featured-card-overlay h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.store_section #carouselExampleCaptions h5 {
  -webkit-filter: drop-shadow(4px 3px 4px black);
          filter: drop-shadow(4px 3px 4px black);
}

.store_section .img-box {
  margin-top: 45px;
}

.store_section .img-box img {
  width: 100%;
}

.store_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

.store_section .carousel_btn-container .carousel-control-prev,
.store_section .carousel_btn-container .carousel-control-next {
  opacity: 1;
  position: unset;
  width: auto;
  margin: 0 5px;
}

.store_section .carousel_btn-container .carousel-control-prev-icon,
.store_section .carousel_btn-container .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #212121;
  opacity: 1;
  border-radius: 100%;
  background-size: 12px;
}

.store_section .carousel_btn-container .carousel-control-prev-icon:hover,
.store_section .carousel_btn-container .carousel-control-next-icon:hover {
  background-color: #F9ED84;
}

.store_section .carousel_btn-container .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.store_section .carousel_btn-container .carousel-control-prev-icon:hover {
  background-image: url(../images/prev-white.png);
}

.store_section .carousel_btn-container .carousel-control-next-icon {
  background-image: url(../images/next.png);
}

.store_section .carousel_btn-container .carousel-control-next-icon:hover {
  background-image: url(../images/next-white.png);
}

.blog_section {
  background-color: #F9ED84;
}

.blog_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .heading_container h2::before {
  background-color: #ffffff;
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 35px 15px;
}

.blog_section .box .detail-box h3 {
  text-transform: uppercase;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #260925;
}

.client_section .box .img_container .img-box {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 16px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
  width: auto;
  margin: 0 5px;
}

.client_section .carousel-control-prev {
  left: 30%;
}

.client_section .carousel-control-next {
  right: 30%;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 100%;
  background-size: 10px;
  background-color: #260925;
}

.client_section .carousel-control-prev-icon:hover,
.client_section .carousel-control-next-icon:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-angle.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-angle.png);
}

.contact_section {
  position: relative;
}

.contact_section h2 {
  text-align: center;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 55px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 10px 55px;
  background-color: #F9ED84;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 35px;
  border: none;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.subscribe_section .box {
  background-color: #F9ED84;
  border-radius: 100px;
  padding: 25px 45px;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2 {
  margin: 0;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  padding: 0 25px;
  border: none;
  height: 40px;
  color: #2d2d2d;
  background-color: transparent;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
}

/* info section */
.info_section {
  background-color: #260925;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
  color: #F9ED84;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info_section p {
  color: #cbc9c9;
  font-size: 14px;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #cbc9c9;
}

.info_section ul li a:hover {
  color: #ffffff;
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.info_section .info_link-box a:hover {
  color: #ffffff;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
  color: #cbc9c9;
  text-align: left;
}

.info_section .info_link-box a:hover span {
  color: #ffffff;
}
.info_link-box i{
  color: #fff;
  margin-right: 10px;
}
/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f6ff;
}

.footer_section p {
  color: #292929;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.footer_section a {
  color: #292929;
}

/* responsive css start here */
@media (max-width: 1120px) {
  .client_section .carousel-control-prev {
    left: 25%;
  }

  .client_section .carousel-control-next {
    right: 25%;
  }
}

@media (max-width: 992px) {
  .hero_area {
    background-size: 58% 100%;
  }

  .about_section::before {
    width: 60%;
  }

  .client_section .carousel-control-prev {
    left: 15%;
  }

  .client_section .carousel-control-next {
    right: 15%;
  }


}



@media (max-width: 576px) {
  .User_option {
    display: none;
  }

  .slider_section .detail-box h1 {
        font-size: 2rem;
        margin: 60px 0;
        display: flex;
        flex-direction: column;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    top: initial;
    bottom: -75px;
    display:none;
  }

  .client_section .carousel-control-prev {
    left: calc(50% - 60px);
  }

  .client_section .carousel-control-next {
    right: calc(50% - 60px);
  }
  .slider_section .detail-box h2{
    font-size: 2rem;
    margin-top: 50px;
  }
  .slider_section .detail-box h1 span{
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .subscribe_section form {
    flex-direction: column;
  }

  .subscribe_section form button {
    transform: none;
    margin-top: 15px;
  }

  .subscribe_section .box {
    padding: 15px;
  }

}

@media (max-width: 420px) {
  .about_section::before {
    height: 72%;
  }
}

@media (max-width: 375px) {
  .slider_section .detail-box h2 {
    font-size: 2.5rem;
  }

  .slider_section .detail-box h1 {
    font-size: 5rem;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* responsive css ends here */



.box {
  background: #fff;
  padding: 12px;
  text-align: center;
}

.img-box {
  width: 100%;
  height: 200px;           /* 👈 SAME HEIGHT */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
}
.img-box1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: #f7f7f7;
  position: relative;
}

.img-box1 .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  /* display: flex; */
  align-items: flex-end;
  justify-content: center;
  padding: 40px 20px;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Show the overlay content by default, not only on hover */
.img-box1:hover .img-overlay {
  opacity: 1;
}

.img-box1 .overlay-content {
  text-align: center;
  color: #ffffff;
  animation: slideUp 0.5s ease-in-out;
}

.img-box1 .overlay-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.img-box1 .overlay-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .img-box1 .overlay-content h3 {
    font-size: 2.2rem;
  }
  
  .img-box1 .overlay-content p {
    font-size: 1.5rem;
  }
  
  .img-box1 .img-overlay {
    padding: 30px 15px;
  }
}

.img-box img, .img-box1 img {
  width: 100%;
  height: 100%;
}

/* Content */
.detail-box h5 {
  font-size: 12px;
  margin: 10px 0;
}

.detail-box h4 {
  color: #260925;
  font-weight: 600;
  font-size: 1.2rem;
}

.buy-btn {
  padding: 5px 12px;
    background-color: #260925;
    color: #F9ED84;
    border-radius: 6px;
    margin-top: 24px;
    border: none;
    font-size: 12px;
    font-weight: 600;
}
.buy-btn:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .img-box {
    height: 200px;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.home-products{
  margin: 100px 0;
}
.mainButton{
    padding: 10px 55px;
    background-color: #260925;
    color: #F9ED84;
    border-radius: 30px;
    margin-top: 35px;
    border: none;
    font-weight: bold;
}
.mainButton:hover {
  color: #ffffff;
}
/* Sticky Header */
.sticky-header {
  background: #260925;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Brand */
.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
}

/* Links */
.navbar-nav .nav-link {
  color: #F9ED84 !important;
  font-weight: bold;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  color: #333;
}

/* Cart Icon */
.cart-icon {
  width: 22px;
}

/* Search */
.form-control {
  border-radius: 10px;
  padding: 4px 12px;
  border: 1px solid #260925;
}

/* Mobile spacing fix */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 15px;
  }

  .nav-item {
    margin-bottom: 10px;
  }
}
.header-phone a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #F9ED84;
  font-weight: 600;
  text-decoration: none;
}

.header-phone img {
  width: 18px;
}
.single-price {
  color: #f4c400;
  font-weight: 700;
  margin-top: 15px;
}

.single-price small {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}

.pack-price {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
}

.pack-price strong {
  color: #000;
  font-weight: 700;
}
.navbar-brand h1 i{
  display: inline-block;
  font-size: 50px;
  /* margin-right: 10px; */
}
.navbar-brand h1 .logoTxt{
display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    
}
.navbar-brand .logoTxt span{
  display: block;
  font-size: 14px;
  color: #F9ED84;
}
.navbar-brand .logoTxt p{
  font-size: 12px;
    display: inline;
    color: #fff;
}
.heroLogo i{
  font-size: 48px;
  vertical-align: middle;
  margin: 0 30px;
}
.bg1{
  background-color: #f4f6ff;
}
.transparent{
  background-color: transparent !important;
}
.sec-cta {
  padding: 4rem 0;
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .sec-cta.overlay1 {
    position: relative; }
    .sec-cta.overlay1:before {
      background: #F9ED84;
      background: -webkit-linear-gradient(310deg, #F9ED84 0%, #260925 100%);
      background: -o-linear-gradient(310deg, #F9ED84 0%, #260925 100%);
      background: linear-gradient(140deg, #F9ED84 0%, #260925 100%);
      opacity: .9;
      overflow: hidden;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1; }
  .sec-cta > .container {
    position: relative;
    z-index: 2; }
  .sec-cta .heading {
    color: #260925; }
  .sec-cta p {
    color: #260925; }
    .whiteBtn{
      display: inline-block;
    padding: 15px 35px;
    background-color: #260925;
    color: #F9ED84;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #061b32;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    }
    .whiteBtn:hover{
      background-color: #061b32;
      color: #fff;
      transition: all 0.3s;
    }
@media (max-width: 767px) {
.slider_section .side-img{
display: none;
}
.display-3{
  font-size: 3rem;
}
.about_section .detail-box p{
  margin-right: 0;
  margin-top: 10px;
}
.about_section .detail-box a{
  margin-top: 0;
}
.product-grid{
  grid-template-columns: repeat(1, 1fr);
}
.product_section .product_container .box{
  flex-basis: 100%;
}

}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.info_social a{
  background-color: #F9ED84;
    border-color: #F9ED84;
        width: 46px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
        padding: .5rem 1rem;
        color: #260925;
        border-radius: 5px;
}
.info_social a:hover i{
  color: #fff;
}
.page-header {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../images/bannerinner.jpg) center center no-repeat;
    background-size: cover;
}
.btn-dark{
  background-color: #061b32;
    padding: 16px 40px;
    border-radius: 20px;
    font-size: 18px;
}
.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #F9ED84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.contact-info h4, .contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px; }

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px; }
  .formStyle .row{
    row-gap: 20px;
  }
  .img-box {
  overflow: hidden;              /* extra image hide */
  position: relative;
}

.img-box img {
  width: 100%;
  /* height: auto; */
  transition: transform 0.6s ease; /* smooth zoom */
}

.img-box:hover img {
  transform: scale(1.1);          /* zoom level */
}




.product-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}

.tab-btn {
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid #260925;
  background: transparent;
  color: #260925;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 13px;
}

.tab-btn.active,
.tab-btn:hover {
  background: #260925;
  color: #F9ED84;
}
.product-grid h3{
  font-size:24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.load-more-btn{
  padding: 10px 22px;
  border-radius: 30px;
  border: transparent;
  background: #061b32;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 50px;
}
.heroLogo a{
  margin-left: 80px;
}
@media (max-width: 768px) {
  .hero_area {
    height: auto;
    background-size: 144% 53%;
  }

  .custom_menu-btn button span {
    background-color: #212121;
  }

  .slider_section .detail-box {
    margin-top: 35px;
    height: 450px;
    text-align: center;
  }

  .slider_section .carousel_btn-container {
    margin-bottom: 45px;
  }

  .about_section::before {
    width: 115%;
    height: 70%;
  }

  .about_section .detail-box {
    margin-bottom: 100px;
  }
.product-tabs{
  gap: 8px;
}
  .us_section .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
  }

  .client_section .carousel-control-prev {
    left: 5%;
  }

  .client_section .carousel-control-next {
    right: 5%;
  }

  .subscribe_section h2 {
    text-align: center;
    margin-bottom: 15px;

  }


  .info_section .row>div:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }

  .info_section .info_link-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-main {
    height: 300px;
    margin-bottom: 20px;
  }

  .featured-overlay h2 {
    font-size: 1.8rem;
  }

  .featured-overlay .badge-text {
    font-size: 10px;
  }

  .featured-card {
    height: 150px;
    margin-bottom: 20px;
  }

  .featured-card-overlay h3 {
    font-size: 1.2rem;
  }
  .slider_section, .img-box1{
    height: 30vh;
  }

}
.formStyle{
  background-color: #f4f6ff;
  border-radius: 6px;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  width: 120px;
    height: auto;
}
.about_section .img-box {
  height: 400px;
}
.featured_section img{
  margin-bottom:20px;
}
.us_section .img-box{
  height: 250px;
}
.about-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s;
}

.about-card:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #ff9800;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.feature-box {
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 32px;
    color: #ff9800;
    margin-bottom: 15px;
}

.feature-box h6 {
    margin: 0;
    font-weight: 600;
}
.callBtn,
.whatsappBtn {
    position: fixed;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: pulseBlink 1.5s infinite;
    
}

.callBtn {
    bottom: 75px;
    font-size: 19px;
}

.whatsappBtn {
    bottom: 20px;
    font-size: 24px;
}
.callBtn i,
.whatsappBtn i {
    animation: colorBlink 0.5s infinite;
}

@keyframes colorBlink {
    0%, 100% {
        color: red;
        text-shadow: 0 0 8px red;
    }
    50% {
        color: purple;
        text-shadow: 0 0 8px purple;
    }
}
.hero_area .img-box1{
  display: block;
}