/* General Styles */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
/*@font-face {
  font-family: 'Supercharge Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Supercharge Regular'), url('Supercharge-JRgPo.woff') format('woff');
}*/
/* Banner Slider */
.banner-slider {
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  position: relative;
}
/* Fixed Navigation Inside Banner */
.banner{     
  background-image:url("image/bannerimg/banner.jpg");
  height: 200px;            

}
.navbar { 
  position:fixed;
  top: 60px;
  left: 60px;
  right: 60px;
  background-color:rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  z-index: 1000;
  padding: 0px 20px;
  border-radius: 10px;
}
.logo-text{
    font-size: 17px;
    color: #2e3192;
    padding-left: 7px;
    padding-top: 5px;
    letter-spacing: 3px;
    font-family:'Supercharge Regular';
    font-weight:normal;
    
}
.navbar-brand:hover
{
    color: #f58120;
}

.navbar-nav .nav-link {
  font-size: 14px;
  color: rgba(46, 49, 146);
  margin: 0 7px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.navbar-nav .nav-link:hover {
  color: #f58120;
  font-weight: bold;
  text-transform: uppercase;
}
/*
.dropdown-menu .dropdown-item{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f58120;
    font-size: 14px;
  color: #000;
}
*/
 /* Base Dropdown Menu Styling */
.dropdown-menu {
  background-color: #f8f9fa; /* Light grey background */
  display: none; /* Initially hide dropdown */
}
.nav-item.dropdown.dropdown-item {
    color: #000;
    font-size: 14px;

 /* Show dropdown on hover */
}
.nav-item.dropdown:hover .dropdown-item {
    color: #000;
    font-size: 12px;
     text-transform: uppercase;
  display: block; /* Show dropdown on hover */
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Show dropdown on hover*/ 
}

.dropdown-item {
  font-size: 12px;
  color: grey;
  transition: all 0.3s ease;
  font-weight: normal;
}

.dropdown-item:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.dropdown-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 2px;
  margin-left: 10px;
  background-color: #f58120;
  animation: underline-slide 0.5s ease-in;
}
.sidebar-section {
    border-radius: 0px;
  background-color: #ffffff;
  box-shadow:3px 3px 8px 5px #ececec;
}
@keyframes underline-slide {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}



.modal-title{
    color: #f58120;
}

.btn-primary {
  background-color: #f58120;
  border: none;
}
.form-label{
    font-size:14px;
    color:#000;
    font-weight: bold;
}
.form-control{
    font-size: 13px;
    color: darkgrey;
}
.form-select{
    font-size: 13px;
    color: darkgrey;
}
.form-control{
    border-color:darkgrey;
}
#productType{
    font-size: 13px;
    color:gray;
}
/* Media Queries */
@media (max-width: 768px) {
     .navbar {
  position:absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  background-color:rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  padding: 0px;
  border-radius: 10px;
  text-align: center;
}
.logo-text{
    font-size: 15px;
    color: #2e3192;
    padding-left: 7px;
    padding-top: 5px;
    letter-spacing: 2px;
    font-family:'Supercharge Regular';
    font-weight:normal;
    
}
  .navbar-nav {
    text-align: center;
  }
.navbar-brand{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0px;
    margin-left: 10px;
}
.navbar-toggler{
    background-color:grey;
}
.logo a{
    color: #000;
    text-decoration:none;
}

.navbar-nav .nav-link {
  font-size: 14px;
  color: #f58120;
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.nav-item.dropdown.dropdown-item {
    color: #000;
    font-size: 12px;
     text-transform:capitalize;
  
}

.dropdown-item {
  font-size: 10px;
  color:#f58120;
  transition: all 0.3s ease;
  font-weight: normal;
}
.dropdown-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 2px;
  margin-left: 10px;
  background-color: #f58120;
  animation: underline-slide 0.2s ease-in;
}
.footer-title {
        font-size: 12px;
    }

    .footer-line {
        width: 40px;
    }

    .footer-logo {
        width: 80px;
    }

    .footer-text {
        font-size: 10px;
        color: #2c3f46;
    }

    .footer-social-icons .social-icon {
        font-size: 20px;
    }
    .quick-links a {
        font-size: 11px;
        color: #2c3f46;
    }
    .carousel-item img {
        height: 150px;
    }
     .company-name {
        font-size: 13px;
         color: #2c3f46;
    }

    .footer-link {
        font-size: 11px;
         color: #2c3f46;
    }

    .gst-number {
        font-size: 13px;
    }
@keyframes underline-slide {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.caption h1 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.caption p {
  font-size: 1rem;
  text-align: center;
}
  .btn {
    margin: 5px auto;
  }
  .footer-bottom {
                text-align: center;

            }

            .left{text-align: center;
            }
            .right{text-align: center;
            }
             .sidebar {
                border: none;
                padding: 10px;
            }

            .plus-icon {
                width: 30px;
                height: 30px;
                font-size: 14px;
            }
}
 
.slides {
  display: flex;
  transition: transform 1s ease-in-out; /* Smooth transition */
}

.slide {
  min-width: 100%; /* Each slide takes full viewport width */
  height: 100vh; /* Full viewport height */
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Caption Styling */
.caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
}

.caption h1 {
  font-size: 2.5rem;
  margin: 0 0 10px;
}

.caption p {
  font-size: 1.2rem;
}
.bg-footer {
    background-color: #e4e3e1;
}
/* Sidebar Styles */
       
        .tablecate{
             background-color:#f58120;
             border:none;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
  padding: 0;
        }
        .sidebar h4 {
            margin-bottom: 20px;
            text-align: center;
            padding-top: 20px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }

        .sidebar a {
            display: block;
            color: #000;
            text-decoration: none;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .sidebar a:hover {
            color: #f58120;
            font-size: 16px;
            font-weight: bold;
        }*/
        .sec{background-color: #ffffff;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            margin: 0;
            padding: 30px;}
        .headline p{
            font-size: 14px;

        }
        .line-with-circle {
            display: flex;
            align-items: center;
            padding-bottom: 20px;
        }

        .line-with-circle .circle {
            width: 20px;
            height: 20px;
            background-color: #f58120;
            border-radius: 50%;
            margin-right: 0; /* To ensure it's joined with the line */
        }

        .line-with-circle .line {
            flex-grow: 1;
            height: 2px;
            background-color: #f58120;
        }
       

        .footer-bottom {
            background-color: #fff;
            text-align: center;
            padding: 10px 0;
        }

        .left{text-align:left;
            }
            .right{text-align:right;
            }
            .left span{font-size: 12px;
            }
            .right span{font-size: 12px;
            }
            .left a{font-size: 12px;text-decoration: none;color: #000;font-weight: bold;
            }
            .right a{font-size: 12px;text-decoration: none;color: #000;font-weight: bold;
            }
       
        /* Product Section Styles */
        /* .product-image {
            position: relative;
            width: 100%;
            height: auto;
            padding: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            
        } */

        .product-image {
          position: relative;
          width: 100%;
          height: 250px; /* Fixed height */
          padding: 10px;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .product-image img {
          height: 100%;
          width: auto;
          object-fit: cover;
        }

        .plus-icon {
            position: absolute;
            bottom: 10px;
            right: 30px;
            margin-bottom: 20px;
            background: #f58120;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.5s ease;
            text-decoration: none;
        }
        
        .plus-icon:hover {
            transform: scale(1.1);
        }

       

.decor{
  background-color:#e4e3e1;
  border:none;
  border-radius: 25px;
  box-shadow: 2px 2px gray;
  padding: 20px;
}
.decor h4{
  padding-top:10px;
  text-align: center;
}
.decor a{
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

  
.text1 p{
    color:#000;
    font-size: 14px;
    text-align: center;
    line-height: 10px;
}
  /* Footer Title */
.footer-title {
    font-size: 14px;
    font-weight: bold;
    color: #f58120;
}

/* Footer Line */
.footer-line {
    height: 2px;
    width: 50px;
    background-color: #f58120;
}

/* Footer Logo */
.footer-logo {
    width: 100px;
    display: block;
    margin: 0 auto;
}

/* Footer Text */
.footer-text {
    font-size: 12px;
    color: #2c3f46;
    text-align: justify;
}

/* Social Icons */
.footer-social-icons .social-icon {
    font-size: 24px;
    color: #000;
    transition: transform 0.3s, color 0.3s;
}

.footer-social-icons .social-icon:hover {
    transform: scale(1.2);
    color: #f58120;
}
/* Quick Links List */
.quick-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
   
}

.quick-links li {
    margin: 8px 0;
}

.quick-links a {
    font-size: 12px;
     color: #2c3f46;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s, font-weight 0.3s;
}

.quick-links a:hover {
    color: #f58120;
    font-weight: bold;
}

/* Carousel Styling */

.carousel-item img {
    height: 300px;
    object-fit: contain;
}
/* More Info Section */
.footer-more-info p {
    margin: 8px 0;
}

/* Company Name */
.company-name {
    font-size: 14px;
    font-weight: bold;
     color: #2c3f46;
    text-decoration: none;
    transition: color 0.3s;
}

.company-name:hover {
    color: #f58120;
}

/* Address and Email */
.footer-link {
    font-size: 12px;
     color: #2c3f46;
    text-decoration: none;
    font-weight: normal;
    transition: color 0.3s, font-weight 0.3s;
}

.footer-link:hover {
    color: #f58120;
    font-weight: bold;
}

/* GST Number */
.gst-number {
    font-size: 14px;
    font-weight: bold;
    color: #f58120;
}

.slide1{
  min-width: 100%; /* Each slide takes full viewport width */
  height:200px; /* Full viewport height */
  
}
