body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}



.navbar {
    background-color: #ffffff;
    color: white;
    padding: 20px 0;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar {
    position: relative;
}

#searchDropdownMenu {
    position: absolute;
    top: calc(100%);
    border-radius: 0 0 10px 10px;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.search-bar:focus-within #searchDropdownMenu {
    display: block;
}

.search-bar input[type="text"] {
    padding: 10px 40px 10px 10px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f5f5f5;
    width: 500px;
    box-sizing: border-box;
}

.search-bar input[type="text"] {
    padding: 10px 40px 10px 10px;
    /* Adjust the padding as needed */
    background-image: url('../images/search-icon.svg');
    /* Replace with your search icon image path */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    /* Adjust the size of the search icon */
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f5f5f5;
    width: 500px;

}

.search-input::placeholder {
    color: #000;
    opacity: 0.6;
}



.phone-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    height: 50px;
    /* Adjust the height as needed */
    font-size: 18px;
    /* Adjust the font size as needed */
    font-weight: bolder;
}


.navbar-menu {
    background-color: #ffffff;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.navbar-menu .dropdown {
    background: #ba1818;
    border-radius: 5px 5px 0 0;
}

.navbar-menu .dropdown .nav-link {
    color: #ffffff;
    padding: 0.8rem 1rem;
}

.navbar-menu .nav-item {
    margin-bottom: 10px;
}

.navbar-menu .nav-link {
    color: #000000;
}

.navbar-menu .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);

}

.navbar-menu .dropdown-item {
    color: #000;
    font-size: 13px;
}

.navbar-menu .dropdown-item:hover {
    color: #b81d1d;
    text-decoration: none;
    background-color: transparent;
}

.navbar-menu .dropdown-item.view-all{
    text-decoration: underline;
    color: #b81d1d;
}

/* Additional CSS for menu links */
.navbar-menu .menu-links {
    display: flex;
    align-items: center;
}

.navbar-menu .menu-links .nav-link {
    margin-right: 10px;
}

.navbar-menu .menu-links .nav-link.active{
    color: #ba1818;
}

.navbar-menu .menu-links .nav-link:hover {
    transition: opacity 0.3s;

    color: #ba1818;
}

.navbar-menu .menu-links .dropdown {
    position: relative;
    margin-left: 10px;
}

.navbar-menu .menu-links .dropdown-menu {
    top: 100%;
    left: 0;
    border: none;
}

.navbar-menu .menu-links .dropdown-item {
    color: #000;
}

.navbar-menu .menu-links .dropdown-item:hover {
    background-color: #dee2e6;
}


.navbar-menu .social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-menu .social-icon {
    margin-left: 25px;
    color: #333;
    font-size: 24px;
    text-decoration: none;
}

.navbar-menu .social-icons .social-icon:first-child {
    margin-left: 0;
}

.navbar-menu .social-icons .social-icon:hover {
    color: #bc1212;
}


.dropdown-menu-wide {
    width: 600px;
    /* Adjust the width as needed */
}

.dropdown-menu-wide .container-fluid {
    padding: 0;
}

.dropdown-menu-wide .row {
    margin: 0;
}

.dropdown-menu-wide .col-md-6 {
    padding: 0;
    margin-bottom: 30px;
}

.dropdown-menu-wide .dropdown-header {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.slider {
    background: #27282c;
    background-size: cover;
    padding: 75px 0;
}

.slider .carousel {
    background-color: #ffffff;
}

.slider .carousel-indicators {
    bottom: -65px
}

.slider .carousel-item {
    /* display: flex; */
    align-items: center;
    height: 500px;
    padding: 30px;
}

.slider .carousel-item .text-column {
    flex: 1;
    padding: 20px;
}

.slider .carousel-item .image-column {
    flex: 1;
    text-align: center;
}

.slider .carousel-item .image-column img {
    max-width: 100%;
    max-height: 400px;
}

/* Base color */
.btn-primary-custom {
    background-color: #ba1818;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Lighter shade */
.btn-primary-custom.lighter {
    background-color: #e54848;
}

/* Darker shade */
.btn-primary-custom.darker {
    background-color: #961212;
}

/* Hover color */
.btn-primary-custom:hover {
    background-color: #e54848;
    color: #ffffff;
}

.slider-section {
    background-color: #16171a;
    padding-top: 45px;
    padding-bottom: 30px;
}

.slider .carousel h1 {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-bottom: 25px;
}

.slider .carousel h1::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #ba1818;
}

.categoriesSlider .slick-slide {
    padding: 0 15px;
    transition: all 200ms;
}

.categoriesSlider .slick-slide:hover {
    padding: 0 15px;
    transform: scale(1.05);
    position: relative;
    transition: all 200ms;
    filter: saturate(1.4);
}

.categoriesSlider .slick-list {
    margin: 0 -15px;
}

.categoriesSlider a{
    color: #ffffff;
    text-decoration: none;
}

.slick-prev,
.slick-next {
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev:hover,
.slick-next:hover {
    color: #bc1212;
    cursor: pointer;
}

.category-card {
    margin: 0 auto;
    text-align: center;
}

.category-card .card-img-top {
    border-radius: 5px;
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.category-card .card-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.category-card .card-text {
    margin-top: 5px;
    font-size: 14px;
}


.about-section {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    overflow: hidden ;
    position: relative;
}

.about-section h2 {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-bottom: 40px
}

.about-section h2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ba1818;
}

.about-section .left-column {
    flex: 1;

}

.about-section .right-column {
    flex: 1;
}

.about-content {
    padding-right: 20px;
}

.about-content h2 {
    margin-bottom: 20px;
}

.about-section .image-container {
    position: relative;
    height: 400px;
    /* Adjust the height as per your preference */
}





.red-shape {
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    height: 500px;
    background-color: red;
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
  }

  .red-shape.one{
    width: 400px;
    height: 400px;
    background-color: #961212;
  }


  .red-shape.two{
    width: 300px;
    height: 300px;
    background-color: #16171a;
  }
  
  .red-shape::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 180px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.8);
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
  }
  

.about-section .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .skewed-image {
    position: relative;
    /* transform: skewY(-10deg); */
}

.whyus-section {
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
}


.whyus-section .container {}

.whyus-section .row {
    display: flex;
    flex-wrap: wrap;
}

.whyus-section .col-md-4 {

    padding: 0;
}

.whyus-section .grid-item {
    text-align: center;
    /* padding: 20px; */
    background-color: #ffffff;
    /* margin-bottom: 20px; */
    height: 100%;
    /* Adjust the height of the grid items */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whyus-section .bigger-item {
    flex-grow: 2;
}

.whyus-section h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #2e2e2e;
    font-weight: bold;
}

.whyus-section p {
    margin-bottom: 0;
}

.whyus-section .textblock .grid-item{
    background: radial-gradient(circle, #ffffff, #f8f8f8);
}

.whyus-section .imageblock img{
    height: 300px;
    object-fit: contain;
}


.latestproduct-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.product-image-carousel {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.product-image-carousel .carousel-item {
    display: none;
}

.product-image-carousel .carousel-item.active {
    display: block;
}

.product-image-carousel img {
    width: 100%;
    height: 155px;
    object-fit: contain;
}

.product-details {
    padding: 14px;
    padding-top: 30px;
    background-color: #ffffff;
}

.product-card .btn {
    padding: 7px 7px
}

.product-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-description {
    margin-bottom: 10px;
    font-size: 12px;
    color: #8b8b8b;
    display: block;
}

.product-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style for the dots container */
.carousel-dots {
    text-align: center;
    margin-top: 20px;
    /* Adjust the margin as needed */
}


.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #dee2e6;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #b81d1d;
}












.footer {
    background-color: #f8f8f8;
    padding: 30px 0;
    color: #333;
}

.footer .logo img {
    max-width: 100%;
    height: auto;
}

.footer .footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .footer-nav li {
    display: inline-block;
    margin: 0 10px;
}

.footer .footer-nav li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.footer .footer-nav li a:hover {
    color: #ba1818;
}

.footer .social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer .social-icon {
    color: #ba1818;
    font-size: 20px;
}

.footer .social-icon:hover {
    color: #bc1212;
}

.footer .footer-text {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.text-truncate {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}








.aboutus-section{
    padding: 70px 0;
}


.aboutus-section h2 {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-bottom: 40px
}

.aboutus-section .align-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.aboutus-section h2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ba1818;
}
  
  .aboutus-section .container img {
    width: 100%;
    border-radius: 5px;
  }
  


  .aboutus-section .row:nth-child(1) > .col-md-6:nth-child(1) {
    align-items: flex-end;
    justify-content: center;
    display: flex;
  }

  .aboutus-section .row:nth-child(1) > .col-md-6:nth-child(2) {
    align-items: flex-end;
    justify-content: center;
    display: flex;
  }

  .aboutus-section .row:nth-child(2) > .col-md-6:nth-child(1) {
    align-items: flex-start;
    justify-content: center;
    display: flex;
  }

  .aboutus-section .row:nth-child(2) > .col-md-6:nth-child(4) {
    align-items: flex-start;
    justify-content: center;
    display: flex;
  }

  .aboutus-section .row > .col-md-6 {
    padding: 5px;
  }
  
  .aboutus-section .row > .col-md-6 .image-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%; /* Adjust this value to control the image aspect ratio */
  }
  
  .aboutus-section .row > .col-md-6 .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    .aboutus-section .row > .col-md-6 {
      padding: 0;
    }
  }
  
  .testimonials-section {
    padding: 70px 0;
    background: linear-gradient(to bottom, #ffffff, #dddddd);
  }

  .testimonials-section h2 {
    display: inline-block;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin-bottom: 40px
}

.testimonials-section .align-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.testimonials-section h2::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ba1818;
}

  .testimonials-section .testimonial-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none; /* Hide the slider initially */
  }
  
  .testimonials-section .testimonial-card {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    text-align: center;
    transition: transform 0.5s;
  }
  
  .testimonials-section .testimonial-card.white {
    background-color: #fff; /* Set the centered card background color to white */
    transform: scale(1.1); /* Enlarge the centered card */
  }
  
  .testimonials-section .testimonial-card.fade {
    opacity: 0.5; /* Reduce the opacity of the left and right cards */
  }
  
  .testimonials-section .testimonial-card h3 {
    font-weight: bold;
  }
  
  .testimonials-section .testimonial-name {
    font-style: italic;
  }
  
  /* Optional: Add media queries for responsiveness */
  


  .products-section{
    padding: 70px 0;
  }

  .products-image-carousel {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

.products-image-carousel .carousel-item {
    display: none;
}

.products-image-carousel .carousel-item.active {
    display: block;
}

.products-image-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleproduct-section{
    
}

.product-images-container {
    position: relative;
}

/* Apply styles to navigation arrows */
.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) to change opacity */
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.slick-prev:hover,
.slick-next:hover{
    color: #ffffff;
}

.product-images:hover .slick-prev,.product-images:hover .slick-next{
    opacity: 1;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.singleproduct-section .product-images{
    height: 600px;
}

.singleproduct-section .slick-slider{
    height: 100%;
}

.singleproduct-section .slick-slider .slide img{
    width: 100%;
    height: 100%;
}

.singleproduct-section .product-details{
    background-color:#f8f8f8;
}

.singleproduct-section .right{
    background-color: #f8f8f8;
}

.singleproduct-section .product-details h1{
    font-size: 36px;
    margin-bottom: 25px;
}

.singleproduct-section .product-details p{
    font-size: 16px;
    margin-bottom: 25px;
}

.singleproduct-section .product-price{
    font-size: 25px;
    color: #b81d1d;
}

.singleproduct-section .product-sup{
    font-size: 15px;
    text-transform: uppercase;
    color:#b81d1d;
    font-weight: 600;
}

.singleproduct-description{
    padding: 140px 0;
    background-color: #f8f8f8;
}

.singleproduct-description h4{
    margin-bottom: 25px;
    width: 100%;
}

.singleproduct-description p{
    font-size: 16px;
    margin-bottom: 25px;
}

.rating {
    display: inline-block;
    font-size: 16px;
    color: #FFC107; /* Star color */
    margin-bottom: 20px;
}

.star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-color: #FFC107; /* Star color */
    clip-path: polygon(
        50% 0%, 61% 35%, 98% 35%, 68% 57%,
        79% 91%, 50% 70%, 21% 91%, 32% 57%,
        2% 35%, 39% 35%
    );
}



@media screen and (max-width: 480px) {
    /* Styles for small screens (e.g., smartphones) */
    .navbar-menu{
        display: none;
    }

    .navbar-brand{
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .phone-button{
        margin: 0 auto;
    }

    .search-bar{
        display: none;
    }

    .slider .carousel-item .text-column{
        flex: auto;
        order: 2;
    }
    
    .slider .carousel-item .image-column{
        flex: auto;
        order: 1;
    }

    .slider .carousel h1{
        font-size: 22px;
    }

    .slider{
        padding: 35px 0;
    }

    .slider .carousel-item{
        height: 100%;
    }

    .slider-section{
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .about-section{
        padding: 35px 0;
    }

    .about-section .left-column{
        flex: auto;
        text-align: center;
    }

    .about-section .right-column{
        flex: auto;
        display: none;
    }

    .whyus-section{
        display: none;
    }

    .footer .logo{
        text-align: center;
    }

    .footer .logo img{
        width: 200px;
    }

    .about-section h2{
        font-size: 22px;
    }

 
    .latestproduct-section{
        padding: 35px 0;
    }

    #map{
        height: 250px !important;
    }

    .contactus-section{
        margin-left: auto !important;
        margin-right: auto !important;
        top: 0 !important;
        margin-bottom: 0 !important;
    }

    .contactus-section .card{
        padding: 0;
        padding: 35px 0;
    }



    .aboutus-section{
        padding: 35px 0;
    }

    .aboutus-section .col-md-5{
        display: none !important;
    }

    .aboutus-section h2::after {
        content: "";
        position: absolute;
        bottom: -14px;
        transform: translateX(-50%);
        left: 50%;
        width: 40px;
        height: 3px;
        background-color: #ba1818;
    }

    .testimonials-section{
        padding: 35px 0;
    }

    .testimonials-section h2::after {
        content: "";
        position: absolute;
        bottom: -14px;
        transform: translateX(-50%);
        left: 50%;
        width: 40px;
        height: 3px;
        background-color: #ba1818;
    }

}
  
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* Styles for medium-sized screens (e.g., tablets) */
    .navbar-menu{
        display: none;
    }

    .search-bar{
        display: none;
    }

    .slider .carousel-item .text-column{
        flex: auto;
    }

    .slider .carousel-item .image-column{
        flex: auto;

    }

    .slider .carousel h1{
        font-size: 22px;
    }

    .about-section .left-column{
        flex: auto;
    }

    .about-section .right-column{
        flex: auto;
        display: none;
    }
  }
  
  @media screen and (min-width: 769px) {
    /* Styles for large screens (e.g., desktops) */
  }