.text-capitalize {
    text-transform: unset !important;
}
::selection {
  color: #ffffff !important;
  background: #ba232f !important;
}
body {
  font-family: "Montserrat" !important;
  color: #090909;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}
.blog_context img {
  width: 100%;
  border-radius: 10px;
  height: -webkit-fill-available;
}
img.blog_inner_img {
  width: 100%;
  border-radius: 15px;
}
.blog_progress_bar {
  height: 5px;
  background: #bb8c2d;
  width: 0%;
  position: fixed;
  top: 55px;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.leadForm .form-group {
  position: relative;
  margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
  font-size: 12px;
  position: absolute;
  bottom: -18px;
  left: 12px;
  background: white;
  color: #bd060e;
}
.second_btn {
  display: inline-block;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #090909;
  color: #090909;
  text-align: center;
  font-size: 15px;
  padding: 6px 14px;
  /* width: 130px; */
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.tab_btn {
  font-size: 11px !important;
  padding: 5px 14px !important;
}
.second_btn:hover {
  background-color: #090909;
  color: #fff;
  border: 1px solid #090909;
}

.second_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.second_btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.second_btn:hover span {
  padding-right: 15px;
}

.second_btn:hover span:after {
  opacity: 1;
  right: 0;
}
/* button styling */
button {
  display: inline-block;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  padding: 10px 20px;
  /* width: 130px; */
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
button:hover {
  background-color: #ffffff;
  color: #ec2227;
  border: 1px solid #fff;
}

button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

button:hover span {
  padding-right: 15px;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}
/* kratoz start */
.dropdown-menu {
  z-index: 1050 !important; /* Ensure it's above other elements */
}
.dropdown-sub .navbar_img {
  width: 10%;
  margin-right: 10px;
}
.navbar {
  padding: 0px 109px !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #090909;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #ec2227;
}
.navbar {
  background-color: #f9f9f9;
}

.nav-item {
  position: relative;
  margin-right: 5px;
}

.nav-link {
  padding: 10px 15px;
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #e53935;
}
.for_mobile .dropdown-submenu {
  position: relative;
}

.for_mobile .dropdown-menu-mobile {
  display: none;
  list-style: none;
  padding-left: 1rem;
}




/* Dropdown Container */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 10px 0;
  z-index: 999;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
  padding: 10px 20px;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease, padding-left 0.3s ease;
  position: relative;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  font-weight: bold;
  padding-left: 25px;
  color: #ec2227;
}

/* Submenu inside same dropdown card */
.dropdown-sub {
  position: relative;
}

.dropdown-sub > .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.dropdown-sub > .dropdown-item::after {
  content: "▸";
  margin-left: 5px;
  font-size: 12px;
}

.dropdown-sub:hover .submenu-items {
  display: block;
}

.submenu-items {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
/* slider */
.h1_text {
  font-size: 50px;
  color: #ec2227;
  font-weight: 700;
}
.h2_text {
  font-size: 28px;
  color: #c6391b;
  font-weight: 600;
}
.h3-text {
  font-size: 30px;
  color: #ba232f;
  font-weight: 700;
  margin-bottom: 30px;
}
.h3-text_reviews {
  font-size: 30px;
  color: #3E485F;
  font-weight: 700;
  margin-bottom: 30px;
}
.h3-text_explore {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
.h5-text {
  font-size: 20px;
  color: #ec2227;
  font-weight: 700;
}
.small_para {
  font-size: 13px;
  color: #6e6e6e;
  font-weight: 500;
}
.para_2 {
  font-size: 12px;
  color: #ba232f;
  margin-left: 49px;
}
.para_2_black {
  font-size: 11px;
  color: #090909;
  font-weight: 500;
}
.h4_text {
  font-size: 20px;
  color: #ba232f;
  font-weight: 700;
}
.carousel-caption {
  position: absolute;
  right: 37%;
  bottom: 121px;
  left: 8%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-inner {
  margin-top: 64px;
}
/* explore Power new Products */
.power_product_card{
    background-color: #F5F5F5;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
/* explore Power new Products ends*/
/* explore Products */
#explore_our_products .owl-buttons {
  display: none;
}
.section_product {
  background-color: #000000a6;
}
.box {
  overflow: hidden;
  width: 100%;
}

.tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.tab-list::before {
  content: "";
  display: block;
  height: 2px;
  width: 25%;
  position: absolute;
  bottom: 0;
  background-color: #949494;
  transition: 0.3s;
}

.tab-item {
  flex: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0.5;
}

.tab-toggle {
  display: none;
}

.tab-content {
  display: none;
}
#tab1:checked ~ .tab-list label[for="tab1"],
#tab2:checked ~ .tab-list label[for="tab2"],
#tab3:checked ~ .tab-list label[for="tab3"],
#tab4:checked ~ .tab-list label[for="tab4"],
#tab5:checked ~ .tab-list label[for="tab5"] {
  opacity: 1;
}

#tab2:checked ~ .tab-list::before {
  transform: translateX(100%);
}
#tab3:checked ~ .tab-list::before {
  transform: translateX(200%);
}
#tab4:checked ~ .tab-list::before {
  transform: translateX(300%);
}
#tab5:checked ~ .tab-list::before {
  transform: translateX(400%);
}

#tab1:checked ~ .tab-container #content1,
#tab2:checked ~ .tab-container #content2,
#tab3:checked ~ .tab-container #content3,
#tab4:checked ~ .tab-container #content4,
#tab5:checked ~ .tab-container #content5 {
  display: block;
}

.tab-trigger {
  display: block;
  padding: 10px 0;
  color: #fff;
}

.tab-container {
  padding: 15px 30px;
}
.post {
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  margin: 0 10px;
}
.tab-container .black_text,
.card .black_text,
#blogs .black_text,
#blog_inner .black_text,
#related_blogs .black_text {
  background-color: #090909;
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 14px;
}
#blog-slider4 .post .post-img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#blog-slider4 .play_button {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 47%;
  bottom: 71%;
}
#blog-slider4 .time_duration {
  position: absolute;
  right: 8%;
  bottom: 53%;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  background-color: #000000cc;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #090909 !important;
  border-radius: 10px !important;
  margin-right: 24px !important;
  margin-left: 24px !important;
}
#blog-slider4 .post-content {
  padding: 10px;
  background-color: #f7f3ebd9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#blog-slider5 .post-content {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 43%;
  height: -webkit-fill-available;

  width: 245px;
}
#blog-slider5 .post .post-img {
  overflow: hidden;
  border-radius: 10px;
}
/* video modal starts */
.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background: #fff;
  padding: 0;
  max-width: 800px;
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
}

.modal-content iframe {
  width: 100%;
  height: 450px;
}

.close {
  position: absolute;
  top: 0px;
  background: #251f1f;
  right: 1px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
.close:hover {
  color: #e7e0e0;
  text-decoration: none;
}
/* video modal ends */
/* buy now btn starts */
/* From Uiverse.io by JaydipPrajapati1910 */
.buy_button {
  --width: 100px;
  --height: 30px;
  margin-top: 3px;

  --button-color: #3e485f;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  transition: background 0.3s;
}

.buy_button::before {
  position: absolute;
  background-color: #555;
  font-size: 11px;
  color: #fff;
  border-radius: 0.25em;
}

.buy_button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  left: calc(50% - 10px);
}

.buy_button::after,
.buy_button::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
}

.button-wrapper,
.text,
.icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.text {
  top: 0;
}

.text,
.icon {
  transition: top 0.5s;
}

.icon {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 24px;
  height: 24px;
}

.buy_button:hover {
  background: #222;
}

.buy_button:hover .text {
  top: -100%;
}

.buy_button:hover .icon {
  top: 0;
}

.buy_button:hover:before,
.buy_button:hover:after {
  opacity: 1;
  visibility: visible;
}

.buy_button:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.buy_button:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.buy_button_2 {
  --width: 100px;
  --height: 35px;
  margin-top: 3px;

  --button-color: #ba232f;
  width: var(--width);
  height: var(--height);
  background: var(--button-color);
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  transition: background 0.3s;
}

.buy_button_2::before {
  position: absolute;
  background-color: #555;
  font-size: 11px;
  color: #fff;
  border-radius: 0.25em;
}

.buy_button_2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  left: calc(50% - 10px);
}

.buy_button_2::after,
.buy_button_2::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
}

.button-wrapper,
.text,
.icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.text {
  top: 0;
}

.text,
.icon {
  transition: top 0.5s;
}

.icon {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 24px;
  height: 24px;
}

.buy_button_2:hover {
  background: #cf0a1a;
}

.buy_button_2:hover .text {
  top: -100%;
}

.buy_button_2:hover .icon {
  top: 0;
}

.buy_button_2:hover:before,
.buy_button_2:hover:after {
  opacity: 1;
  visibility: visible;
}

.buy_button_2:hover:after {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.buy_button_2:hover:before {
  bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}

.story_man {
  width: 50px;
  height: 50px;
}
.suppliment {
      width: 64px;
    position: absolute;
    top: -16%;
    left: -1%;
}
/* buy now btn ends */
/* product navigation buttons starts */
/* .owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  top: 35%;
  left: -3%;
}
.owl-controls.clickable {
  width: 106%;
}
.owl-pagination {
  display: flex;
  justify-content: space-between;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 8px;
  background: #869791;
} */
/* product navigation buttons ends */
/* best sellers starts */
#best_sellers .card {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_product_img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  background-color: #f9f9f9;
  padding: 10px;
}
.best_seller {
  font-size: 12px;
  color: #fff;
  background-color: #ec2227;
  padding: 5px 10px;
  border-radius: 10px;
  width: fit-content;
}
#best_sellers .card:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background-color: #fff;
}
/* best sellers ends */
/* footer starts */
.footer_form_bg {
  background-image: url(../img/subscribe.png);
  background-size: cover;
  text-align: center;
  display: flex;
  border-radius: 12px;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer .form-group {
  display: flex;
}
.heartbeat {
  background-color: #ec2227;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.main_footer {
  background-color: #090909;
}
#mass_gainer .h3-text span{
    color: #EC2227;
}
.main_footer .social_icon,
#mass_gainer .social_icon {
  display: flex;
  align-items: center;
}
.main_footer .social_icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  transition: all 0.3s ease;
}
#mass_gainer .social_icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.main_footer .social_icon a i {
  color: #090909;
  font-size: 15px;
  padding-top: 3px;
    padding-left: 1px;
}
#mass_gainer .social_icon a i {
  color: #090909;
  font-size: 19px;
  padding-top: 2px;
}
.main_footer .social_icon a:hover {
  background-color: #ec2227;
  transition: all 0.3s ease;
}
#mass_gainer .social_icon a:hover {
  background-color: #ec2227;
  transition: all 0.3s ease;
}
.main_footer .social_icon a:hover i {
  color: #fff;
  transition: all 0.3s ease;
}
#mass_gainer .social_icon a:hover i {
  color: #fff;
  transition: all 0.3s ease;
}
.main_footer .list-unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main_footer .list-unstyled li {
  margin-bottom: 10px;
  color: #ffffff;
}
.main_footer .list-unstyled li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
font-weight: 600;

}
.main_footer .list-unstyled li a:hover {
  color: #ec2227;
  transition: all 0.3s ease;
  transform: scale(1.1);
  text-decoration: none;
}
.main_footer .social_images {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.main_footer .social_images .insta_img {
  position: relative;
}
.main_footer .social_images .insta_img .insta_icon {
  position: absolute;
  top: 33%;
  right: 38%;
  color: #fff;
  font-size: 24px;
  display: none;
}
.main_footer .social_images .insta_img:hover .insta_icon {
  display: block;
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.main_footer .social_images img {
  width: 100px;
  transition: all 0.3s ease;
}
.main_footer .social_images img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
  filter: brightness(0.5);
}
.main_footer hr {
  border: 1px solid #ffffff;
  width: 100%;
  opacity: 0.4;
}
/* footer ends */
/* aboutus starts */
.aboutus_banner nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.aboutus_banner {
  background-image: url(../img/about_us_banner.png);
  background-size: cover;
  height: 34vh;
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  padding: 0 0.5rem;
  color: #ffffff; /* Adjust separator color as needed */
}

.breadcrumb-item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.breadcrumb-item.active {
  color: #c6391b;
  font-size: 30px;
  font-weight: 700;
}
/* mass gainer starts */
.magnifier-container {
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  text-align: center;
}

.slider-container {
  position: relative;
  display: inline-block;
}

.slider-main-image {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.nav-arrow.left {
  left: -20px;
}
.nav-arrow.left {
  left: -20px;
}
.nav-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #333;
  padding: 0px 10px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.thumbnail-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.thumbnails {
  display: flex;
  gap: 15px;
  scroll-behavior: smooth;
}

.thumbnail {
  flex: 0 0 auto;
  width: 77px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail.active {
  border-color: #ba232f;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-nav {
  font-size: 20px;
  color: #444;
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  user-select: none;
}
.flavours {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 15px;
  border-radius: 30px;
  padding: 3px 9px;
}
.choclate_flavour_btn {
  border: 1px solid #592B13;
  color: #592B13;
}
.choclate_flavour_btn:hover {
  background-color: #592B13;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #592B13;
}
.watermelon_flavour_btn {
  border: 1px solid #7fbf6a;
  color: #7fbf6a;
}
.watermelon_flavour_btn:hover {
  background-color: #7fbf6a;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #7fbf6a;
}
.strawberry_flavour_btn {
  border: 1px solid #ff4848;
  color: #ff4848;
}
.strawberry_flavour_btn:hover {
  background-color: #ff4848;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #ff4848;
}
.Orange_flavour_btn {
  border: 1px solid #f98500;
  color: #f98500;
}
.Orange_flavour_btn:hover {
  background-color: #f5b56c;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #f5b56c;
}
.mango_flavour_btn {
  border: 1px solid #ffd80c;
  color: #ffd80c;
}
.mango_flavour_btn:hover {
  background-color: #fcd80a;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #fcd80a;
}
.product_details .tab-trigger {
  color: #000000;
}
.product_details .tab-item {
  opacity: unset;
}
.product_details .tab-list::before {
  content: "";
  display: block;
  height: 2px;
  width: 20%;
  position: absolute;
  bottom: -2px;
  background-color: #ba232f;
  transition: 0.3s;
}
.product_details .tab-list {
  list-style: none;
  display: flex;
  border-bottom: 2px solid #cecece;
  position: relative;
}
.product_details .tab-trigger {
  display: block;
  padding: 6px 0px;
font-size: 12px;
font-weight: 600;
}
/* count starts */
.stat-box {
  padding: 20px;
  min-width: 140px;
}

.stat-box .count {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.stat-box p {
  color: #c0392b; /* dark red */
  margin: 5px 0 0;
  font-weight: 500;
}

.divider {
  height: 90px;
  width: 1px;
  background: #a09f9f;
  margin: 0 20px;
}

@media (max-width: 600px) {
  .mission-stats {
    flex-direction: column;
  }
  .divider {
    display: none;
  }
}
/* count ends */
/* Pairs Well With starts */
#pairs {
  background-color: #f7f4ed;
}
#pairs img {
  width: 25%;
}
/* Pairs Well With ends */
/* growth process starts */
.growth_process_card {
  border: 1px solid #ba232f;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  align-items: center;
}
.growth_process_card h5 {
  color: #ba232f;
}
/* growth process ends */
/* Other Muscle Gain Products starts */
#other_products {
  background-color: #000000a6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#other_products h3,
#faq h3 {
  color: #ffffff;
}
#other_products .card {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Other Muscle Gain Products ends */
/* faq starts */
.faq .hdng > a[aria-expanded="true"] {
  background: url(../img/minus.png) no-repeat right 5px center;
  background-size: 22px;
}
.faq .hdng a {
  display: block;
  position: relative;
  color: #ffffff !important;
  font-size: 18px;
  text-decoration: none;
  padding: 4px;
  font-weight: 600;
  background: url(../img/plus.png) no-repeat right 5px center;
  background-size: 22px;
}
.faq_bg {
  background-image: url(../img/faq.png);
  background-size: cover;
}
#faq {
  background-color: #191919;
  display: flex;
  padding: 0px !important;
}
#faq .card {
  background-color: #414141;
  background-clip: border-box;
  border: 1px solid #414141;
  border-radius: 10px;
  margin-bottom: 10px;
}
.card-body {
  color: #fff;
  border-top: 1px solid #898989;
}
#faq .card-header {
  padding: 14px;
  border-bottom: none;
}
/* faq ends */
/* mass gainer ends */
/* aboutus ends */
/* blog page starts */
#blogs .blog_image,
#related_blogs .blog_image {
  position: relative;
}
#blogs .blog_context,
#related_blogs .blog_context {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  border-radius: 10px;
  margin-bottom: 25px;
}
#blogs .blog_context:hover,
#related_blogs .blog_context:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  transition: all 0.3s ease;
}
#blogs .date_context,
#related_blogs .date_context {
  position: absolute;
  top: 4%;
  right: 3%;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding: 2px 10px;
  font-size: 12px;
  color: #000000;
}
#blogs .for_mid {
  right: 7%;
}
#blogs .blogs_title,
#related_blogs .blogs_title {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
#blogs .blogs_description_para,
#related_blogs .blogs_description_para {
  color: #000000;
  font-weight: 500;
}
#blogs .para_two_lines,
#blogs .title_two_lines,
#related_blogs .para_two_lines,
#related_blogs .title_two_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
}
#blogs .social_icon,
#related_blogs .social_icon,
.blog_media_context .socialicons {
  display: flex;
  align-items: center;
  gap: 10px;
}
#blogs .social_icon a,
#related_blogs .social_icon a,
.blog_media_context .socialicons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
#blogs .social_icon a i,
#related_blogs .social_icon a i,
.blog_media_context .socialicons a i {
  color: #fff;
  font-size: 12px;
}
#blogs .social_icon a:hover,
#related_blogs .social_icon a:hover,
.blog_media_context .socialicons a:hover {
  background-color: #ec2227;
  transition: all 0.3s ease;
}
/* blog page ends */
/* blog inner page starts */
.blog_progress_bar {
  height: 5px;
  background: #ba232f;
  width: 0%;
  position: fixed;
  top: 65px;
}
#blog_inner .date {
  color: #ba232f;
}
#blog_inner .blog_inner_title {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
#blog_inner .blog_context hr {
  border: -0.5px solid #f1ccc9;
  margin: 14px 0;
}
#blog_inner .blog_description ul {
  padding-left: 50px;
}
/* blog inner page ends */
/* contact us page starts*/
#contact_section a p{
    color:#090909;
}
#contact_section .circle {
  background-color: #000000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #000000;
}
#contact_section .address_circle{
    width: 129px;
}
#contact_section .circle:hover {
  background-color: #fff;
  transition: all 0.3s ease;
  color: #000;
  border: 1px solid #000;
}
#contact_section .form-group {
  display: flex;
  flex-direction: column;
}
#contact_section .form-input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  outline: none;
  background-color: #f4f4f4;
}
.btnsubmit {
  background-color: #ec2227;
  color: #ffffff;
  border: 1px solid #ec2227;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btnsubmit:hover {
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #ec2227;
  color: #ec2227;
}
#contact_section .text-red {
  color: #ec2227;
}
#contact_section .form-label {
  color: #000000;
  font-weight: 600;
}
.scrolling-gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

.scrolling-gallery {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll 20s linear infinite;
}

.scrolling-gallery img {
  flex: 0 0 20%; /* 5 images in a row = 100% / 5 = 20% */
  height: 200px;
  object-fit: cover;
  margin: 0 5px;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hide scrollbar if visible */
.scrolling-gallery::-webkit-scrollbar {
  display: none;
}

.scrolling-gallery-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    white 0%,
    transparent 10%,
    transparent 90%,
    white 100%
  );
}
/* .scrolling-gallery img {
  width: 300px;
} */
/* contact us page ends*/
/* kratoz end */

@media only screen and (max-width: 479px) {
}

/*****Gallery********/

.tz-gallery {
  padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #611050;
  font-size: 26px;
  /* font-family: 'fontawesome'; */
  /* content:"\f08e"; */
  /* content:"\f06e"; */
  content: "";
  pointer-events: none;
  z-index: 9;
  transition: 0.4s;
  background: #fff;
  min-width: 50px;
  text-align: center;
  background: url(../img/azi-guard-technology.svg) no-repeat center;
  background-size: 30px;
}
.tz-gallery a.lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  max-height: 270px;
  position: relative;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  transition: 0.4s;
  background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%)
    no-repeat center;
  background-size: 55px;
}
.tz-gallery1 .lightbox:after {
  background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat
    center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}
/* Video Gallery ********/
.video-block {
  text-align: left;
  background-color: #eee;
  padding: 5px;
  min-height: 290px;
}
.thumbnail-block {
  /*padding: 5px;
    border: 1px solid #ebebeb;*/
  position: relative;
}
.overlap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3333335e;
  display: none;
  cursor: pointer;
  text-align: center;
}
.thumbnail-block:hover .overlap {
  display: block;
}
.thumbnail-block img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.overlap img {
  width: 55px;
  margin-top: 20%;
  height: auto;
}
.modal-video-body video {
  width: 100%;
}
.modal-video-body iframe {
  width: 100%;
}
.video-block span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 5px;
  text-align: left;
  display: block;
}
small.b_dte {
  color: #ac001a;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 500;
}
.video_gallery_section {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
}
.video_gallery_section1 {
  margin-top: 15.2em;
  padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
  padding: 75px 0;
  margin-top: 0;
}
.success-text {
  text-align: center;
}
.success-text h2 {
  font-size: 30px;
  color: #dc884e;
  font-weight: 900;
}
.success-text p {
  font-size: 18px;
  padding: 8px 0;
  color: #222d35;
  font-weight: 500;
}
.success-text h6 {
  background-color: #ec3726;
  width: 175px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.success-text h6 a {
  color: #ffffff;
  display: block;
}
.success-text h6 a:hover {
  text-decoration: none;
}

.disclmerTxt {
  color: white;
  font-size: 14px !important;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 1em !important;
  text-align: center !important;
}
.disclmerTxt b {
  font-weight: bold;
}
.cookie-banner {
  display: none;
  height: auto;
  position: fixed;
  z-index: 999;
  padding: 4px 3%;
  background-color: #eee;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.cookie-banner.bottom {
  display: block;
  border-top: 2px solid #26130c;
  bottom: -90%;
  transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
  bottom: 0;
  transition: bottom 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.cookie-banner p {
  float: left;
  width: 88%;
  display: inline-block;
  font-size: 12px;
}

.cookie-banner a.button {
  float: left;
  margin: 15px;
  width: 100px;
  height: 40px;
  z-index: 100;
  background: #9d0917;
  text-transform: uppercase;
  line-height: 1.4;
  padding-top: 8px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.image_gallery_section {
  padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
  padding: 50px 0;
}

.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #f1971f;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
}
.owl-prev:before,
.owl-next:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
.owl-next:before {
  content: "\f061";
}

@media (max-width: 767px) {
    .faq_bg {
      background-image: url(../img/faq.png);
      display: none;
      background-size: cover;
    }
    #faq {
      display: flex;
      flex-direction: column;
    }
    #contact_section .address_circle{
        width: 169px;
    }
  #explore_our_products .owl-buttons {
    display: block;
    margin-top: 10px;
  }
  .navbar {
    padding: 10px !important;
  }
  .carousel {
    padding-top: 21px;
  }
  .carousel-caption {
    bottom: 70px;
  }
  .h1_text {
    font-size: 28px;
  }
  .h2_text {
    font-size: 22px;
  }
  .h3-text, .h3-text_explore {
    font-size: 19px;
  }
  .h5-text {
    font-size: 16px;
  }
  .h4_text {
    font-size: 16px;
  }
  .small_para {
    font-size: 12px;
  }
  .para_2 {
    font-size: 11px;
    margin-left: 20px; /* Reduced for better mobile spacing */
  }
  .para_2_black {
    font-size: 10px;
  }
  button {
    font-size: 11px;
    padding: 4px 8px;
  }
}
