/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
}

.btn {
  font-weight: 700;
  transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555555;
  -moz-box-shadow: 0 8px 6px -6px #555555;
  box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: #dd0606;
  outline: none;
  transition: 0.5s;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

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

/* Custom Mega Menu */
.mega-dropdown-menu {
  min-width: 800px;
  right: 0;
  left: auto;
  background-color: #f0f0f0;
  padding: 20px;
}
.mega-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.mega-dropdown-item {
  padding: 10px;
}

/* Hero Carousel */
.hero-carousel-img {
  object-fit: cover;
  min-height: 400px;
  max-height: 600px;
}
.hero-carousel-control {
  width: 10%;
}
.hero-carousel-icon {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-size: 50% 50%;
}

/* Welcome Section */
.welcome-title {
  color: #dd0606;
  font-size: 2.5rem;
  font-weight: 600;
}
.welcome-hr {
  width: 50px;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
  opacity: 1;
  border: none;
}
.welcome-text {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Products Section */
.products-section {
  background-color: #eaeff3;
}
.products-subtitle {
  color: #dd0606;
}
.products-desc {
  color: #444;
  font-size: 16px;
  font-family: 400;
  max-width: 900px;
}
.product-tagline {
  font-size: 0.85rem;
  font-weight: 600;
}
.product-tagline-muted {
  color: #6c757d;
}
.product-tagline-brown {
  color: #a37267;
}
.product-tagline-dark {
  color: #444;
  font-weight: 700;
}
.product-tagline-silver {
  color: #a19a9d;
}
.product-tagline-grey {
  color: #888;
}
.product-title {
  font-weight: 800;
  letter-spacing: -1px;
}
.text-navy {
  color: #213c8b;
}
.text-red {
  color: #d2323a;
}
.text-green {
  color: #17653a;
}
.text-purple {
  color: #4b3e8c;
}
.text-darkred {
  color: #c93b3b;
}

.product-composition {
  font-size: 0.75rem;
  color: #555;
  font-weight: 600;
  line-height: 1.3;
}
.product-divider {
  background-color: #f6c039;
  height: 1px;
  margin: 30px 0;
  opacity: 1;
  border: none;
}
.sup-mark {
  font-size: 0.5em;
  vertical-align: super;
}
.stacked-numbers {
  color: #f6c039;
  font-weight: 600;
  font-size: 1.2rem;
  vertical-align: top;
  line-height: 0.8;
  display: inline-block;
}

/* Footer Styles */
.bg-custom-footer {
  background-color: #373982;
}
.footer-diagonal-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: #000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.bg-custom-footer .container {
  position: relative;
  z-index: 1;
}

/* Page Banner */
.page-banner {
  background-color: #373982;
  padding: 40px 0;
}
.page-banner-title {
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Company Profile Content */
.profile-heading {
  color: #e04622;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.profile-text {
  line-height: 1.8;
  font-size: 18px;
  color: #545454;
  font-weight: 400;
}
.profile-textt {
  line-height: 1.8;
  font-size: 23px;
  color: #1d2127;
  font-weight: 400;
}
.mission-vision-img {
  object-fit: cover;
  height: 100%;
  min-height: 350px;
}

/* Contact Page Content */
.contact-form-label {
  font-size: 16px;
  color: #0b0b0b;
  margin-bottom: 5px;
}
.contact-form-input {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: none !important;
}
.contact-form-input:focus {
  border-color: #e04622;
}
.btn-submit {
  background-color: #e04622;
  color: #ffffff;
  border-radius: 0;
  padding: 8px 25px;
  border: none;
  font-size: 15px;
}
.btn-submit:hover {
  background-color: #c93b1b;
  color: #ffffff;
}
.contact-map-container {
  height: 320px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #eaeaea;
  margin-bottom: 25px;
}
.contact-company-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

/* Product Detail Page */
.product-detail-title {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.product-detail-composition {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 20px;
}
.product-detail-compositionn {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 20px;
}
.product-ingredient-title {
  font-size: 19px;
  font-weight: 700;
  color: #444444;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-ingredient-list {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding-left: 20px;
}
.product-ingredient-list li {
  margin-bottom: 8px;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  border-bottom: 1px solid #f4f4f4;
}
.sidebar-menu li:last-child {
  border-bottom: none;
}
.sidebar-menu li a {
  display: block;
  padding: 12px 0 12px 15px;
  color: #444444;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
}
.sidebar-menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #444444;
}
.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  color: #e04622;
}
.sidebar-menu li a:hover::before,
.sidebar-menu li a.active::before {
  color: #e04622;
}
