@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* 1. Reset or base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
   .contact-section {
      padding: 60px 0;
    }

    .contact-box {
      background: #ffffff;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    }

    .form-control,
    .form-select {
      border-radius: 10px;
    }

    .form-control:focus {
      border-color: #00796b;
      box-shadow: 0 0 0 0.25rem rgba(0, 121, 107, 0.2);
    }

    .btn-custom {
      background-color: #00796b;
      color: white;
      border-radius: 10px;
      padding: 10px 25px;
      transition: 0.3s;
    }

    .btn-custom:hover {
      background-color: #004d40;
    }
/* 2. Body and common text settings */
body {
  font-family: "Montserrat", sans-serif;
/*  background-color: #f8f9fa;*/
  color: #333;
  line-height: 1.6;
}

/* 3. Headings */
h1, h2, h3 {
     color: #ffffff;
  margin-bottom: 1rem;
}

/* 4. Paragraphs */
p {
  margin-bottom: 1rem;
}

/* 5. Links */
a {
  color: #b30000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.check-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #333;
    border-radius: 4px;
    text-align: center;
    color: #b11e1e;
    font-weight: bold;
    line-height: 18px;
  }
  .fnt
  {
        font-size: 18px;
  }

   .top-bar {
      background: linear-gradient(to right, #000000, #950001);
      padding: 10px 0;
    }

    .search-container {
      position: relative;
    }

    .search-input {
    background-color: #d3d3d3;
    border: none;
    border-radius: 10px;
    padding: 3px;
    width: 100%;
    max-width: 212px;
    position: relative;
    right: 10px;
    }

      .hero-section {
    background: url('/path/to/your/image.jpg') no-repeat center center/cover;
    height: 400px;
    position: relative;
    padding: 2rem;
  }

  .product-bar {
    background: linear-gradient(to right, #1c1b1b, #8b1414);
    font-size: 30px;
  }

    .search-icon {
      position: absolute;
         right: 23px;
      top: 50%;
      transform: translateY(-50%);
      color: #333;
    }

    .top-link {
      color: white;
      text-decoration: underline;
      margin-left: 15px;
      font-weight: 600;
      font-size: 0.95rem;
    }

    .email-text {
      color: white;
      font-weight: 600;
      font-size: 0.95rem;
      margin-right: 15px;
    }

    .social-icons i {
      color: white;
      margin-right: 10px;
    }

    .navbar-bottom .nav-link {
      color: white;
      font-weight: bold;
      margin: 0 10px;
      position: relative;
    }

    .navbar-bottom .nav-link:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      height: 20px;
      border-right: 1px solid #ccc;
    }
/*.navbar
{
	 background: linear-gradient(to right, #000000, #950001);
}*/
.navbar li 
{
	padding: 0px 10px;
}
.navbar li a 
{
	color: white !important;
	text-decoration: none;
	font-weight: 600;
}

.hero-section {
  background-image: url('../images/bg.jpg'); /* Replace with actual path */
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.info-box {
  background-color: rgba(139, 0, 0, 0.85); /* Deep red w/ transparency */
  color: white;
  border-radius: 10px;
  font-weight: 500;
}

.social-sidebar {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 0.5rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.social-sidebar a {
  display: block;
  color: white;
  font-size: 1.5rem;
  margin: 0.5rem;
  text-decoration: none;
}
.hero-section 
{
	color: white !important;
}
.logo-1
{
	    width: 20%;
}
.logo-2
{
	    width: 77%;
}
.navbar-brand
{
	width: 50%;
}

.product-card {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-title {
  color: #8B0000; /* Dark red */
  font-weight: 600;
  margin-bottom: 10px;
}

.order-btn {
  border: 2px solid #000;
  border-radius: 25px;
  padding: 0.4rem 1.5rem;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  transition: 0.3s;
}

.order-btn:hover {
  background-color: #8B0000;
  color: #fff;
}

.vertical-line {
  width: 5px;
  height: 100%;
  background-color: #8B0000;
  border-radius: 5px;
  margin: auto;
}

.about-section {
  background-color: #8b0000; /* Dark red */
  color: #fff;
  overflow: hidden;
}

.rounded-top-image {
  width: 100%;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  object-fit: cover;
  height: auto;
}

.about-heading {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-size: 3rem;
  font-weight: bold;
  color: white;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.7;
}

.thumb {
    width: 500px;
    height: 200px;
  object-fit: cover;
  padding: 4px;
  background-color: #fff;
}
.about-section h2 
{
	color: white !important;
}
.side-img
{
	position: relative;
    bottom: 84px;
}
/* Custom border style */
.border-custom {
  border: 2px solid #19758c;
  border-radius: 2px;
}
.clr 
{
	color: #c5191b;
}

  .view-product-btn {
    background: linear-gradient(to right, #333, #8b1414);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
  }

  .view-product-btn:hover {
    background: linear-gradient(to right, #8b1414, #333);
    color: white;
  }

  .border-start {
    border-left: 2px solid #8b1414 !important;
  }

  .border-end {
    border-right: 2px solid #8b1414 !important;
  }

    .text-block {
    background: linear-gradient(to right, #1b1b1b, #8b1414);
    border-radius: 0.25rem;
  }

  .text-block p {
    margin-bottom: 0;
    line-height: 1.6;
        font-size: 20px;
  }
  .hnd 
  {
    padding: 0px;
  }
  .hnd img 
  {
    width: 100%;
    height: 367px;
  }
  .hnd-2
  {
        height: 367px;
  }

  .object-fit-cover {
    object-fit: cover;
    height: 100%;
  }
  .hgt 
  {
        height: 372px;
            font-size: 21px;
  }
      .banner {
      background: url('../images/bg.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: left;
      padding-left: 50px;
      color: white;
    }

    .banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
          background: linear-gradient(to right, #000000, #95000105);
      z-index: 1;
    }

    .banner h1 {
      position: relative;
      z-index: 2;
      font-weight: bold;
    }
        .section-title {
        font-weight: bold;
    font-size: 23px;
    border: 2px solid;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-image: linear-gradient(to right, black, #7d1a1a) 1;
    color: #040404;
    }

    .product-card {
      border: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      transition: transform 0.2s ease-in-out;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .product-img {
      border: 2px solid;
      border-image: linear-gradient(to right, black, #7d1a1a) 1;
      padding: 0.5rem;
      background-color: white;
    }

    .product-title {
      font-weight: 700;
    }

    .highlight {
      color: #7d1a1a;
    }

    .btn-gradient {
      background: linear-gradient(to right, #333, #7d1a1a);
      color: white;
      border: none;
      border-radius: 25px;
      padding: 0.5rem 1.5rem;
      transition: background 0.3s;
    }

    .btn-gradient:hover {
      background: linear-gradient(to right, #000, #a83232);
    }
       .highlight {
      color: #b30000;
    }
    .spec-title {
      font-weight: bold;
      color: #5a5a5a;
    }
    .check-box {
      border: 2px solid #b30000;
      border-radius: 10px;
      padding: 12px;
      color: #000;
      font-weight: bold;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      background-color: #fff;
    }
    .check-box i {
      color: #b30000;
      font-size: 1.5rem;
      margin-right: 10px;
    }
    .custom-callout {
      font-size: 0.9rem;
      margin-top: 10px;
    }
    .custom-callout b {
      color: #000;
    }
    .btn-gradient {
      background: linear-gradient(to right, #b30000, #ff6666);
      color: white;
      border: none;
      padding: 10px 20px;
      font-weight: bold;
      border-radius: 6px;
    }
    .btn-outline-dark {
      border-color: #b30000;
      color: #b30000;
      font-weight: bold;
      border-radius: 6px;
    }
    .btn-outline-dark:hover {
      background-color: #b30000;
      color: white;
    }
    .product-img {
      max-width: 100%;
          height: 234px;
object-fit: contain;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .prodct-innr h2 

    {
color: black !important;
    }
    .text-primary
    {
          color: rgb(179 0 0) !important;
    }

      .cart-item {
      border-bottom: 1px solid #dee2e6;
      padding: 1rem 0;
    }
    .cart-item img {
      width: 80px;
    }
    .cart-summary {
      background-color: #fff;
      padding: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    }
    .quantity-input {
      width: 60px;
    }
    .btn-primary
    {
      background: linear-gradient(to right, #b30000, #ff6666);
      border:none;
    }

        .checkout-form {
      background: #fff;
      padding: 2rem;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    }
    .order-summary {
      background: #fff;
      padding: 1.5rem;
      border-radius: 0.5rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    }
    .form-section-title {
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-weight: bold;
      font-size: 1.2rem;
    }

        .confirmation-box {
      background-color: #fff;
      padding: 2rem;
      border-radius: 0.75rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
      text-align: center;
    }
    .confirmation-icon {
      font-size: 4rem;
      color: #198754;
    }
    .order-summary {
      text-align: left;
      margin-top: 2rem;
    }