/*--------------------------------------------------------------------- File
Name: style.css
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import
Fonts ---------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
/*****---------------------------------------- 1) font-family: 'Rajdhani',
sans-serif; 2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/
/*--------------------------------------------------------------------- import
Files ---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min_1.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
/*--------------------------------------------------------------------- skeleton
---------------------------------------------------------------------*/
* {
  box-sizing: border-box !important;
}
.container {
  max-width: 1170px;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #666666;
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  background: #f8f9fa;
}
a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}
button:focus {
  outline: none;
}
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
p {
  margin: 0px;
  font-weight: 400;
  color: #2e2d2d;
  font-size: 17px;
  line-height: 24px;
}
a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}
a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: 0;
}
.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}
.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}
.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.navbar-form input {
  border: none !important;
}
.badge {
  font-weight: 500;
}
blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.full {
  float: left;
  width: 100%;
}
.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
} /**-- heading section --**/
/*---------------------------- preloader area ----------------------------*/
.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 280px;
} /*-- header area --*/
/*--------------------------------------------------------------------- top
banner area
---------------------------------------------------------------------*/
.header {
  width: 100%;
  position: relative;
  padding-left: 0;
}
.header_full_bg {
  background: #17c1eb;
}
.header_top {
  padding: 35px 0px;
  position: absolute;
  width: 100%;
}
.logo a img {
  z-index: 9999;
  position: relative;
} /*--
navigation--*/
ul.menu {
  position: relative;
  z-index: 9;
}
.menu_sitbar {
  width: 72px;
  background: #fff;
  float: left;
  height: 100%;
  padding: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
ul.menu li img {
  width: 37px;
  height: 20px;
}
.menu_sid {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 99999999999999;
}
.menu_sid-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.menu_sid a {
  text-decoration: none;
  padding: 2px;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.menu_sid a:hover,
.menu_sid a:focus {
  color: #f1f1f1;
}
.menu_sid .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
ul.social_icon {
  padding-top: 3px;
  float: right;
  position: absolute;
  bottom: 0;
}
ul.social_icon li {
  display: block;
  margin: 4px 0;
}
ul.social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 30px;
  margin: 0 3px;
  color: #fff;
  background-color: #000000;
  width: 32px;
  height: 32px;
}
ul.social_icon li a:hover {
  color: #fff;
  background-color: #456ef7;
} /** banner section **/
.banner_text {
  max-width: 509px;
  float: right;
  width: 100%;
  text-align: left;
  margin-top: 33%;
  margin-bottom: 70px;
  padding-left: 72px;
}
.banner_text h1 {
  font-size: 65px;
  line-height: 78px;
  font-weight: 600;
  padding-bottom: 22%;
}
.get_btn {
  background-color: #151616;
  color: #fff;
  text-align: center;
  max-width: 195px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 8px 0;
  display: inline-block;
  margin-right: 10px;
}
.get_btn:hover {
  background: #456ef7;
  color: #fff;
}
.bann_img {
  height: 657px;
} /** end banner section **/
.titlepage {
  text-align: center;
  padding-bottom: 50px;
}
.titlepage h2 {
  font-size: 40px;
  color: #2e2d2d;
  line-height: 35px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.read_more {
  font-size: 17px;
  background-color: #3e3f40;
  color: #fff;
  padding: 9px 0px;
  width: 100%;
  max-width: 194px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: 500;
  height: 46px;
}
.read_more:hover {
  background: #456ef7;
  color: #fff;
  transition: ease-in all 0.5s;
} /** our protien section **/
.protien_main {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
  position: relative;
}
.protien_main .titlepage h2 {
  padding-left: 40px;
  text-align: left;
}
.protien {
  text-align: center;
  margin-bottom: 30px;
}
.protien figure {
  margin: 0;
}
/* Product Showcase Slider */
.product_showcase {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
  position: relative;
}

.product_showcase .titlepage {
  text-align: center;
  padding-bottom: 50px;
}

.product_showcase .titlepage p {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}

.product-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.product-slide {
  min-width: 100%;
  background: white;
}

.product-showcase-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 400px;
}

.product-image {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.product-image img {
  max-width: 100%;
  max-height: 350px;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.product-info {
  padding: 40px;
}

.product-info h4 {
  font-size: 32px;
  font-weight: 600;
  color: #2e2d2d;
  margin-bottom: 10px;
}

.product-info span {
  font-size: 18px;
  color: #8b0000bb;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.product-info p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Slider Controls */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}



/* Responsive Design */
@media (max-width: 768px) {
  .product-showcase-item {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .product-image {
    padding: 30px 20px 20px;
  }
  
  .product-info {
    padding: 20px 30px 40px;
    text-align: center;
  }
  
  .product-info h4 {
    font-size: 24px;
  }
  
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
}



.protien h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 15px;
  color: #262626;
  padding-top: 8px;
}
.protien span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #262626;
}
.mar_top {
  margin: 0 auto;
  display: block;
  max-width: 142px;
  height: 40px;
  padding: 4px 0;
  margin-top: 15px;
} /** end our
protien section **/ /** end team section **/
.about {
  background-color: #fff;
  padding-top: 80px;
  position: relative;
}
.about .titlepage {
  text-align: left;
  padding-bottom: 0;
  max-width: 551px;
  float: right;
  width: 100%;
}
.about .titlepage h2 {
  margin-bottom: 35px;
}
.about .titlepage p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 55px;
}
.pad_right0 {
  padding-right: 0px;
}
.about_img figure {
  margin: 0;
}
.about_img figure img {
  width: 100%;
} /** growyhing section **/
.growyhing {
  border-top: #eaeaea solid 1px;
  border-bottom: #eaeaea solid 1px;
  margin-top: 80px;
  padding-top: 40px;
}
.growyhing .titlepage {
  text-align: left;
}
.growyhing .titlepage h2 {
  font-size: 72px;
  line-height: 90px;
  margin-bottom: 60px;
}
.body_img::before {
  position: absolute;
  content: "";
  width: 60px;
  background: url(../images/border.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: -40px;
}
.body_img figure {
  margin: 0;
}
.body_img figure img {
  width: 100%;
} /** end growyhing section **/ /**
contact section **/
.contact {
  background: #fff;
  padding: 90px 0;
  position: relative;
}
.main_form .contactus {
  border-bottom: #003471 solid 1px !important;
  padding: 0 15px 0 0px;
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  border: inherit;
}
.main_form .textarea {
  border-bottom: #003471 solid 1px !important;
  width: 100%;
  background: #fff;
  color: #363636;
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px 0 0px;
  height: 40px;
  border: inherit;
  margin-top: 70px;
}
.main_form .send_btn {
  font-size: 20px;
  transition: ease-in all 0.5s;
  background-color: #2e2d2d;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0px;
  max-width: 158px;
  width: 100%;
  display: block;
  margin-top: 70px !important;
  font-weight: 500;
  margin: 0 auto;
}
.main_form .send_btn:hover {
  background-color: #10e678;
  transition: ease-in all 0.5s;
  color: #2e2d2d;
}
#request *::placeholder {
  color: #363636;
  opacity: 1;
} /** end contact section
**/ /** footer **/
.footer {
  background: #222222;
  text-align: center;
}
.footer h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  text-align: left;
  color: #fff;
  padding-bottom: 12px;
  display: table;
}
.tex_left {
  float: left;
}
.variat {
  padding-top: 30px;
  color: #e3e3e3;
  text-align: left;
  padding-right: 40px;
}
.daih_bg {
  margin-bottom: 50px;
  box-shadow: #1c1a1a 0 1px 5px 0px;
}
ul.conta {
  text-align: left;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.conta li {
  color: #fff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 17px;
  display: inline-block;
}
ul.conta li:last-child {
  padding-right: 0;
}
ul.conta li i {
  padding: 5px 8px;
  text-align: center;
  font-size: 20px;
  border: #fff solid 1px;
  margin-right: 10px;
}
ul.conta li a {
  color: #fff;
}
ul.link_menu li {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
ul.link_menu li a {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  display: block;
  width: -moz-max-content;
}
ul.link_menu li a:hover {
  color: #fa8c17;
}
ul.social2_icon {
  padding-top: 60px;
}
ul.social2_icon li {
  display: inline-block;
}
ul.social2_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border-radius: 30px;
  margin: 0 3px;
  color: #212121;
  background-color: #fffdfd;
  width: 32px;
  height: 32px;
}
ul.social2_icon li a:hover {
  color: #fff;
  background-color: #456ef7;
}
.copyright {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  border-right: inherit;
  border-left: inherit;
}
.copyright p {
  color: #212121;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  padding-top: 25px;
  font-weight: normal;
}
.copyright a {
  color: #000;
}
.copyright a:hover {
  color: #456ef7;
} /** end footer **/
/* Floating Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.hero-center {
  animation: float 4s ease-in-out infinite;
}

.hero-section {
  background: linear-gradient(90deg, #181818 60%, #ff6600 100%);
  color: #fff;
  padding: 60px 0 40px 0;
}
.hero-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-section h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-section .btn {
  margin-right: 10px;
  margin-top: 20px;
}
.hero-video {
  position: relative;
  text-align: center;
}
.hero-video .video-placeholder {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 0;
  font-size: 1rem;
  border-radius: 0 0 8px 8px;
}
#product-highlight {
  background: #fff;
  border-bottom: 1px solid #eee;
}
#product-highlight h3 {
  color: #ff6600;
  font-weight: 700;
}
#product-highlight ul {
  margin: 20px 0;
  padding-left: 20px;
}
#product-highlight .btn-success {
  background: #28a745;
  border: none;
}


#about {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 10px;
}
#about h2 {
  color: #8b0000;
  font-weight: 700;
}
#about ul {
  margin: 20px 0;
  padding-left: 20px;
}
/* Enhanced Contact Section */
.contact-section {
  background: linear-gradient(135deg, #8b0000 0%, #0d0000eb 50%, #3e1c06 100%);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="60" r="0.8" fill="rgba(255,255,255,0.04)"/><circle cx="80" cy="40" r="0.6" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.contact-header {
  margin-bottom: 60px;
}

.contact-header h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  color: #fff;
}

.contact-header p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.contact-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ffffff, #ddd);
  margin: 30px auto;
  border-radius: 2px;
}

.contact-form-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  color: #333;
  margin-bottom: 30px;
}

.contact-form-container h3 {
  color: #333;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-form-container .form-group {
  margin-bottom: 25px;
}

.contact-form-container label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.contact-form-container label i {
  margin-right: 8px;
  color: #333;
}

.contact-form-container .form-control {
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.contact-form-container .form-control:focus {
  border-color: #8b0000;
  background: white;
  box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
  outline: none;
}

.contact-form-container textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-contact-primary {
  background: linear-gradient(135deg, #8b0000 0%, #a52a2a 100%);
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.btn-contact-primary:hover {
  background: linear-gradient(135deg, #a52a2a 0%, #b22222 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(139, 0, 0, 0.4);
  color: white;
}

.btn-contact-primary i {
  margin-right: 10px;
}

.contact-info {
  padding: 20px;
}

.contact-info h3 {
  color: white;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.15);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.contact-icon i {
  font-size: 20px;
  color: #8b0000;
}

.contact-details h4 {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-details p {
  margin-bottom: 5px;
  font-size: 1rem;
  color: #fff;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: white;
  text-decoration: underline;
}

.contact-details small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.contact-cta {
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.contact-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
  color: #fff;
}

.cta-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-item {
  text-align: center;
  min-width: 120px;
}

.stat-item h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.stat-item p {
  font-size: 1rem;
  color: white;
  opacity: 0.9;
  margin: 0;
}

#form-messages {
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  display: none;
}

#form-messages.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

#form-messages.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-section {
    padding: 60px 0;
  }
  
  .contact-header h2 {
    font-size: 2.5rem;
  }
  
  .contact-form-container {
    margin-bottom: 40px;
  }
  
  .cta-stats {
    justify-content: center;
  }
  
  .stat-item {
    min-width: 100px;
  }
}

@media (max-width: 768px) {
  .contact-header h2 {
    font-size: 2rem;
  }
  
  .contact-form-container {
    padding: 30px 20px;
  }
  
  .contact-item {
    margin-bottom: 25px;
  }
  
  .contact-cta {
    padding: 40px 20px;
  }
  
  .contact-cta h3 {
    font-size: 1.5rem;
  }
  
  .stat-item h4 {
    font-size: 2rem;
  }
}
.footer {
  background: #181818;
  color: #fff;
  padding: 40px 0 10px 0;
}
.footer h5 {
  color: #fff;
  font-weight: 700;
}
.footer a {
  color: #8b0000;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .fa {
  font-size: 1.5rem;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 30px 0 20px 0;
    text-align: center;
  }
  #product-highlight .row,
  #about .row {
    flex-direction: column-reverse;
  }
  .footer .text-right {
    text-align: center !important;
    margin-top: 20px;
  }
}
