/*--------------------------------------------------------------------- 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/css2?family=Anton&display=swap');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 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(css/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.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
   
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 3.5rem
}

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: 10px;*/
    /*padding: 20px;*/

}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.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 .2rem rgba(255, 255, 255, .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%;
}
.orbitron-text{ 
  font-family: "Orbitron", serif;
  
  font-style: normal;
}

.layout_padding {
    
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    height: auto;
    background-image: url(../images/images/Back-banner-home.png);
    background-repeat:no-repeat;
    background-size: cover;
    margin-bottom:55px;
}
.container-fluid{
    background: rgba(0, 0, 0, 0.5);
    display:flex;
    justify-content:center;
    align-items:center;
}
.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    /*margin-left: 139px;*/
    float: left;
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    padding-left:10px;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}


.mobile_menu2 {
    width: 100%;
    float: left;
   
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 2px solid #fff;
    color: black;
    width: 100%;
    float: left;
    font-size: 10px;
    color: #080707;
    background-color: #ba4545;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;

}

.nav-item {
    position: relative;
}

.navbar .dropdown:hover .dropbtn {
    background-color: transparent;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
}

.dropbtn {
    background-color: transparent;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: white;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    text-transform: uppercase;


}




.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: transparent
}

.dropdown-main {
    float: left;
    padding-left: 10px;
    /*padding-right: 10px;*/
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 23px;
    /*padding-bottom: 10px;*/
    color: #fff;
    border-radius: 40px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
    z-index: 1;

}


.dropdown-subcontent {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
    z-index: 1;

}

.dropdown:hover .btn {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
    z-index: 1;
}

.dropdown-subcontent:hover .btn {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
    z-index: 1;
}


.dropdown-content .dropbtn {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
}

.dropdown-subcontent .dropbtn {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
}

.services_taital{
    color: #ff0000;
    text-align:center;
    font-size:48px;
    font-family: Titillium;
    font-weight: bold;
}

.simlar_heading{
    color: black;
    text-align:center;
    font-size:30px;
    font-family: system-ui;
    font-weight: bold;
}

.simlar_heading.h2{
        font-size:30px;
            text-align:center;


}


.dropdown-subcontent a:hover {
    background-color: #ddd;
}


.dropdown:hover .dropdown-subcontent {
    display: block;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

.menu_main ul {
    /*margin-top: 10px;*/
    padding: 0px;
    margin-right: 52px;
    justify-content: center;
    align-items: center;
    list-style: none;
    display: inline-flex;


}

.menu_main li {
    float: left;
    /*padding-left: 10px;*/
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;

}

.menu_main li a:hover {
    color: #ffffff;
    background-color: #2b2278;


}
.cssbuttons-io-button {
  background: #7cfc00;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: green;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
    width: 20%;
    float: left;
}

.header_main {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    background-image: url("");
    background-size: 100%;
}
.hero-section {
  position: relative;
  background-image: url("Images/Back-banner-home.png"); /* Replace with the path to your background image */
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the overlay color and opacity */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.hero-content p {
  font-size: 18px;
  margin: 20px 0;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  background-color: #000000; /* Button background color */
  color: #ffffff; /* Button text color */
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
    color:#ffffff;
  background-color: #ff0000; /* Button hover effect */
}

.cta-button1 {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block; /* Ensure the button does not stretch */
    margin-left: auto; /* Push the button to the right end */
    margin-right: 20px; /* Add padding to the right */
    float: right; /* Ensure it's aligned to the right */
}

.cta-button1:hover {
    color:#ffffff;
  background-color: #ff0000; /* Button hover effect */
}

@media (max-width: 768px) {
  
 
  .cta-button1 {
    padding: 12px 24px;
    font-size: 16px;
  }
}


/* Responsive Design */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}


/* header section end */
.login-button {
    background-color: #ec6363;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px;
}

/* banner section start */

.banner {
    display:flex;
    justify-content:center;
    align-items:center;
  width: 100%;
  overflow: hidden;
}
.banner-image {
  width: 95%%;
  height: auto;
  display: block;
}
/* banner section end */


/* services section start */

/* Section styling */
/*.card-section {*/
/*  padding: 50px 10px 65px 10px;*/
/*  background-color: #f0f0f0;*/
/*}*/

/* Container to hold the cards in a grid */
/*.card-container {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*  gap: 30px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/* Card styling */
/*.service-card {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.service-card:hover {*/
/*  transform: translateY(-10px);*/
/*}*/

/* Image styling */
/*.service-image {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*}*/

/* Content container */
/*.service-content {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background-color: rgba(0, 0, 0, 0.7);*/
/*  color: #fff;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  transition: transform 0.3s ease;*/
/*}*/

/* Initial visible state */
/*.service-title {*/
/*  font-size: 1.5rem;*/
/*  margin-bottom: -3.5rem;*/
/*}*/

/* Hidden content */
/*.service-description,*/
/*.service-button {*/
/*  opacity: 0;*/
/*  transform: translateY(20px);*/
/*  transition: opacity 0.3s ease, transform 0.3s ease;*/
/*}*/

/* Hover effect */
/*.service-card:hover .service-description,*/
/*.service-card:hover .service-button {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

/*.service-card:hover .service-title {*/
/*  margin-bottom: 1rem;*/
/*}*/

/* Button styling */
/*.service-button {*/
/*  display: inline-block;*/
/*  margin-top: 10px;*/
/*  padding: 10px 20px;*/
/*  background-color: #ff0000;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*  border-radius: 5px;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*.service-button:hover {*/
/*  background-color: #45a049;*/
/*}*/

/* Responsive adjustments */
/*@media (max-width: 768px) {*/
/*  .card-container {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/

.services-section {
  padding: 50px;
  background-color: #ffffff;
  text-align: center;
}

.section-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333333;
}

.services-container {
  display: flex;
  justify-content: center; /* Center the content */
  gap: 5px; /* Remove any gap between the boxes */
  flex-wrap: wrap;
}

.service-box {
  background-color: #f5f5f5;
  border-radius: 200px; /* Capsule shape */
  width: 22%; /* Adjust width if needed */
  min-width: 200px;
  height: 500px; /* Increased height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.service-box:hover {
  transform: translateY(-10px); /* Lift on hover */
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}

.service-box + .service-box {
  /*margin-left: -5px; */
}

.top-border {
  border-top: 3px solid #e22901; /* Red top border */
}

.bottom-border {
  border-bottom: 3px solid #e22901; /* Red bottom border */
}

.service-image {
  width: 100%;
  height: 60%; /* Image takes 60% of the height */
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.service-text {
  padding: 10px 15px; /* Adjusted padding */
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 40%; /* Text takes 40% of the height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.service-text h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #4b02c2;
}

.service-text p {
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
  margin: 0;
}
/* services section end */


/* about section start */



.about_section1 {
    background-color: #ffffff;
    padding: 40px 0;
}

.about_title_main1 {
    padding: 20px;
    font-family: 'Righteous', Regular;
}

.about_title1 {
    font-size: 36px;
    font-weight: bold;
    color: black;
    color:#ff0000;
    margin-bottom: 20px;
    text-align: center;
    font-family: system-ui;
}
.about_title1 h2{
    color: #FF0000;
}


.about_set1 {
    font-size: 30;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: 'Righteous', Regular;
}

.about_set1 ul {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: 'Righteous', Regular;
    font-size: 35;
    font-weight: bold;

}

.about_set1 li:last-child {
    border-bottom: none;
}

.about_img1 {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    align-items: center;
    
   
    

}

.about_img2 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    align-items: center;


}

.padding_right_0 {
    padding-right: 0;
}

.layout_padding1 {
    padding: 40px;
}

.about_section {
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
    text-align: center;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;

}

.about_text {
    width: 100%;
    float: center;
    font-size: 20px;
    list-style-type: square;
    color: #1f1f1f;
    margin: 0px;
    padding-top: 40px;
    font-style: italic;

}

.about_set {
    width: 100%;
    float: center;
    font-size: 15px;
    list-style-type: square;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    font-style: italic;
    margin-bottom: 10px
}

.about_ul {

    padding: 40;
    margin: 20;
    font-size: 3%;
    width: 100;
    float: left;
    font-style: oblique;




}


.readmore_bt {
    width: 170px;
    float: center;
    text-align: center;
    margin-top: 50px;
    padding: 50;
    margin: 0;

}



.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #2b2278;
}

.about_img {
    padding: 20;
    width: 100%;
    float: center;
}



/* blog homepage */

.band {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;

    @media (min-width: 30em) {
        grid-template-columns: 1fr 1fr;
    }

    @media (min-width: 60em) {
        grid-template-columns: repeat(4, 1fr);
    }
}



/* proddetails */

.breadcrumb {
    margin: 1rem 0;
}

.card1 {
    margin-bottom: 30px;
    
}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
   
}

.card1 .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #8898aa;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Righteous', Regular;
}

.table-product.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f8fa !important
}

.table-product td {
    border-top: 0px solid #dee2e6 !important;
    color: #728299 !important;
}



.info-table {
    width: 100%;
    border: 1px solid #000000;
}

.info-table th {
    background-color: #ffffff;
    padding: 10px;
    text-align: left;
    border: 1px solid #000000;
  
}

.info-table td {
    padding: 10px;
    background-color: #ffffff;
    
    border: 1px solid #000000;
}

/* related prod css */


/*end     */

.card {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
}

.a:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.article {
    padding: 20px;
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.band .h1 {
    font-size: 20px;
    margin: 0;
    color: #333;
}

.band .p {
    flex: 1;
    line-height: 1.4;
}

.band .span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
}

.band .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
}


.band.item-1 {
    @media (min-width: 60em) {
        grid-column: 1 / span 2;

        h1 {
            font-size: 24px;
        }
    }
}

/* contact section end */



.form-container {
    display: flex;
}

.left-container {
    flex: 1;
    display: flex;
    height: 480px;
    justify-content: center;
    align-items: center;
    color: rgb(9, 8, 8);
    background-image: url(/public/images/images/enquiry.jpeg);
    background-size: cover;
    background-position: center;
}

.right-container {
    display: flex;
    flex: 1;
    height: 460px;
    background-color: white;
    justify-content: center;
    align-items: center;
}



.left-container p {
    font-size: 0.9rem;
    font-family: 'Righteous', Regular;

}

.right-inner-container {
    width: 70%;
    height: 100;
    text-align: center;
    font-family: 'Righteous', Regular;

}

.left-inner-container {
    height: 50%;
    width: 80%;
    text-align: center;
    line-height: 22px;
    font-family: 'Righteous', Regular;


}

.input,
textarea {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 0.8rem;
}

.input:focus,
textarea:focus {
    outline: 1px solid rgb(154, 50, 50);
}

.button {
    border-radius: 20px;
    border: 1px solid rgb(154, 50, 50);
    background-color: rgb(154, 50, 50)f;
    color: #813131;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

.button:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 600px) {
    .left-container {
        display: none;
    }

    .lg-view {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .sm-view {
        display: none;
    }
}

form p {
    text-align: left;
}

/* product section start */


/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}


/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a {
    border-bottom: none;
}

.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    background: none;
    color: #ff7261;
}

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}

.product_meta a,
.pro-price {
    color: #fc5959;
}

.pro-price,
.amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/images/);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}

.btn_product {
    
    margin: auto;
    text-align: center;
    
    border-radius: 18px;
    background:;
}

.btn_product a {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #080707;
    background-color: #ba4545;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
 
.btn_product a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_product.active a {
    color: #ffffff;
    background-color: #000d10;
}

.product_container {
    display: grid;
    grid-template-columns: repeat(3s, 1fr);
    grid-gap: 10px;
    padding: 20px;
}

.btn_product1 {
    
    margin: auto;
    text-align: center;
    border-radius: 18px;
    background:;
}

.btn_product1 a {
    width: 100%;
    float: left;
    color: #080707;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn_product1 a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_product1.active a {
    color: #ffffff;
    background-color: #000d10;
}



.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

.body_product {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container_pro {
    display: flex;
}

.sidebar {
  
    background-color: #ffffff;
    padding: 5px;
    
}

.sidebar h2 {
    font-size: 30;
    font-weight: bold;
    color: darkred;
    text-align: center;
}

.sidebar ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.sidebar ul li {
    margin: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #333;
}

.sidebar li .submenu_collapse {
    margin: 10px 0;
    text-decoration: none;
    color: #333;
    list-style: none;
    padding: 0;
}


.product-list {
    flex: 1;
    padding: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.product-item img {
    width: 100%;
    height: auto;
}

.product-item h3 {
    margin: 10px 0;

}

.product-item .actions button {
    padding: 10px 20px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
}

.product-item .actions button:hover {
    background-color: #0056b3;
}

.product_img {
    width: 100%;
    float: center;
    text-align: center;

}


@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90 {
    margin-top: 90px;
}

.recommended {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.recommended h2 {
    margin-top: 0;
}

.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.product h3 {
    margin-top: 0;
}

.product p {
    margin-bottom: 10px;
}

.bestseller {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bestseller h2 {
    margin-top: 0;
}

.bestseller ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bestseller li {
    margin-bottom: 20px;
}

.bestseller img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.bestseller h3 {
    margin-top: 0;
}

.bestseller p {
    margin-bottom: 10px;
}

.experience {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.experience h2 {
    margin-top: 0;
}

.experience p {
    margin-bottom: 20px;
}

.experience ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.experience li {
    margin-bottom: 10px;
}

.experience img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    
}

.carousel-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.carousel-nav button {
    background-color: #fff;
    border: none;
    padding: 10px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.carousel-nav button:hover {
    opacity: 1;
}

.carousel-nav button.active {
    opacity: 1;
}



/* client section start */

.client_section {
    width: 100%;
    padding-bottom: 160px;

}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
   
}

.client_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: 48%;
}

.box_right {
    width: 48%;
    float: right;
    padding-top: 65px;
    margin-left: 30px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 90px 30px;
    border-radius: 30px;
}

.client_taital_left {
    width: 40%;
    float: left;
}

.client_taital_right {
    width: 60%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    text-align: left;
}

.quick_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #085a57;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5;
    border-radius: 100%;
    background-color: #8781bd;
    bottom: -130px;
    --carousel-indicator-width: 10px; 
    --carousel-indicator-height: 10px; 
    --carousel-indicator-margin: 5px;
}

.carousel-indicators .active {
    background-color: #2b2278;
}


/* client section end */
.category-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

/* Card styling */
.category-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Styling for category images */
.category-image {
  width: 60%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
}

/* Content on the right side */
.category-content {
  padding: 10px;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.category-content h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.show-all {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  width: fit-content;
}

.show-all:hover {
  background-color: #000000;
  transform: scale(1.05);
  color:#ffffff;
}

/* Responsive design for tablets */
@media (max-width: 768px) {
  .category-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    max-width: 100%;
  }

  .category-image {
    width: 40%;
    margin-right: 15px;
  }

  .category-content {
    width: 60%;
    padding: 10px;
  }
}

/* Responsive design for mobile */
@media (max-width: 480px) {
  .category-container {
    grid-template-columns: 1fr;
  }

  .category-card {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .category-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .category-content {
    width: 100%;
    padding: 15px;
  }

  .category-content h2 {
    font-size: 1.2rem;
  }

  .show-all {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}


/* choose section start */

.choose_section {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 90px;
}

.section_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
    text-align: center;
}

.padding_right_0 {
    padding-right: 0px;
}

.section_img {
    width: 50;
    align-self: auto;
    float: right;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #dc0808;
    font-weight: bold;
    text-align: center;
}

.about_set ul {
    width: 50%;
    font-size: 20;
    color: #621212;
    font-style: italic;
    text-align: center;
    list-style: circle;
    font-weight: bold;
    padding: 20;

}

.choose_text {
    width: 100%;
    float: center;
    font-size: 20px;
    list-style-type: square;
    color: #1f1f1f;
    margin: 0px;
    padding-top: 40px;
    font-style: italic;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #060606;
    text-align: center;
    font-weight: bold;
}

.container_contact {
    width: 100%;
    float: center;

}

.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}

.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.privacy_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.priacy_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}

.privacy_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}

/* contact section end */
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}

.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 200px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}


.carousel-item img {
    width: 100%;
    height: auto; /* Ensure the image scales proportionally */
    object-fit: cover; /* Cover the area of the carousel without stretching */
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

/* footer section start */

.counter-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.counter-button {
    background-color: #ccc;
    color: #333;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;

}

.counter-button:hover {
    background-color: #aaa;
}

.counter-input {
    width: 10px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #751e1e;
    height: auto;
    background-size:auto;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.footer_set1 {
    width: 100%;
    text-align: center;
    color: rgb(255, 253, 253);
    padding-bottom: 20px;
    float: center;
    font-size: 30px;
    font-weight: bold;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    color: #0d0d0d;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}

/*Black Footer updatedd*/
.footerupdated p {
  margin: 0;
}
.footerupdated a {
  color: #fff;
  text-decoration: none;
}
.quicklinks,
.companyinformation {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}
.footerupdated {
  background-color: #000000;
  color: #fff;
  padding: 113px 77px 60px 30px;
  display: flex;
  justify-content: space-evenly;
}
.whitelogo img {
  margin-bottom: 10px;
}
.icons {
  margin-top: 15px;
}
.companyinformation {
  margin-bottom: 10px;
}
.copyright-footer {
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.copyright-footer{
    margin-top:0;
}
.mb-5{
    color:#000000;
}
/* footer section end */
footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}

footer.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

footer.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer.col-md-4 {
    width: 33.33%;
    padding: 20px;
}

footer h5 {
    font-weight: bold;
    margin-top: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer li {
    margin-bottom: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #ccc;
}

footer .copyright {
    text-align: center;
    padding: 10px 0;
}

.footer-logo {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    display: block;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #122c2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}

.best-selling-products {
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd; /* Top border */
  border-right: 1px solid #ddd; /* Right border */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* overflow-x: auto; Enables horizontal scrolling */
}

.best-selling-products .tittle_best {
  text-align: center;
  position: sticky;
  top: 0;
  font-family: "Anton", sans-serif;
  color: #ff0000;
  background: #f7f7f7;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  z-index: 1; /* Ensures the title stays above other content */
}

.scrollable-row {
  display: flex;
  justify-content: center;
  /* overflow-x: auto; Enables horizontal scrolling */
  border-top: 1px solid #ddd; /* Top border for the row */
}
.products {
  flex: 0 0 auto; /* Prevents shrinking and allows horizontal scroll */
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 386px;
  position: relative; /* For positioning the button */
  /* overflow: hidden; Ensures that the button stays within the product */
  transition: transform 0.3s ease;
}
.products img {
    padding:15px;
  width: 100%;
  height: 334px; /* Increased height */
  object-fit: cover; /* Ensures image covers the area */
  border-radius: 10px 10px 0 0;
  transition: filter 0.3s ease; /* Smooth blur transition */
}
.second{
    border-top:none !important;
    margin-top:10px;
}

.products:hover img {
  filter: blur(5px); /* Blurs image on hover */
}

.products .enquiry-button {
  position: absolute;
  bottom: 10px;
  right: 56px;
  background-color: #e22901;
  color: #ffffff;
  padding: 10px 68px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: none;
  cursor: pointer;
}

.products:hover .btn_global{
  display: block; /* Shows button on hover */
}

.products h3 {
  font-size: 18px;
  padding: 0 30px;
  margin: 10px 0;
}

.products:last-child {
  border-right: 1px solid #ddd; /* Right border only for the last product */
}




.Subscribe-container {
  background-image: url(../images/subscribe.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
}

.Subscribe-container h1 {
  font-size: 4em;
  color: #ffffff;
  margin-bottom: 20px;
}

.Subscribe-container p {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
}

.Subscribe-container form {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.Subscribe-container input[type="email"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.Subscribe-container button {
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.Subscribe-container button:hover {
  background-color: #000000;
}

.Subscribe-container .address {
  font-size: 0.8em;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 488px) {
  .keyfetures-section {
    display: flex;
    flex-direction: column;
  }
  .downcolumn,
  .upcolumn {
    display: flex;
    flex-direction: column;
  }
  .footerupdated {
    display: flex;
    flex-direction: column;
  }
    .whytrustus{
    flex-direction: column;
    padding: 0;
    }
    
    .list-features img{
        max-width:31px;
    }
    .list-features {
        font-size:22px;
    }
    
    .brandlogo_container {
        grid-template-columns: repeat(4, 3fr);
    }
    .nav-link{
        background-color:#ff0000;
    }
    .Subscribe-container h1{
        font-size: 50px;
        margin-bottom: 0;
        text-align: center;
    }
    .Subscribe-container p{
        text-align: center;
        margin-bottom: 10px;
    }
    .Subscribe-container .address{
        margin-top:0px;
    }
    .scrollable-row{
        flex-direction:column;
    }
    .rowforlogos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     /* Adjust gap as needed */
    text-align: center;
  }
  .rowforlogos img {
    margin: 0 auto; /* Centers the image within the cell */
  }
  }
@media screen and (min-width: 488px) {
  .products {
    width: 24%;
  }
}

/* Cart or Wishlist */
.shopping-cart .cart-header{
    padding: 10px;
}
.shopping-cart .cart-header h4{
    font-size: 18px;
    margin-bottom: 0px;
}
.shopping-cart .cart-item a{
    color:#ffffff;
    text-decoration: none;
}
.shopping-cart .cart-item{
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    padding: 10px 10px;
    margin-top: 10px;
}
.shopping-cart .cart-item .product-name{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.shopping-cart .cart-item .price{
    font-size: 16px;
    font-weight: 600;
    padding: 4px 2px;
}
.shopping-cart .btn1{
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 10px;
}
.shopping-cart .btn1:hover{
    background-color: #2874f0;
    color: #fff;
}
.shopping-cart .input-quantity{
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    width: 40%;
    outline: none;
    text-align: center;
}
/* Cart or Wishlist */
.service-container{
    margin-top: 60px;
    padding: 0 65px;
}

@media only screen and (min-width:768px) and (max-width:1200px){
    
}


.brand {
    text-align: center;
    padding: 20px;
    background-color: #fffcfc;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #888888;
    border: 1px solid #ccc; 
    margin-bottom: 20px;
}


/* Global Button*/


.products:hover .btn_global {
  display: block;
}

.products .btn_global {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ba4545;
  color: #080707;
  padding: 15px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  display: none;
  cursor: pointer;
   font-weight: bold;
    text-transform: uppercase;
}

.btn_global a {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #080707;
    background-color: #ba4545;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.btn_global a:hover {
    color: #ffffff;
    background-color: #000d10;
}

/* Adjust container and row padding for mobile screens */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .row {
        margin: 0;
    }
}

/* Adjust form input and textarea for mobile screens */
.form-control {
    width: 100%;
    box-sizing: border-box;
}

/* Responsive images and icons */
.icon {
    font-size: 24px;
}

@media (max-width: 576px) {
    .icon {
        font-size: 20px;
    }

    .text {
        font-size: 14px;
    }
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.carousel-item1 {
  height: 100vh; /* Full height of viewport */
  background-size: cover; /* Cover the entire carousel area */
  background-position: center; /* Center the background image */
}

.carousel-caption {
  bottom: 20%; /* Adjust the caption position as needed */
  text-align: center;
}

.carousel-caption h1 {
  font-size: 3rem; /* Adjust heading size as needed */
  color: #fff; /* Set caption text color */
}

.carousel-caption p {
  font-size: 1.25rem; /* Adjust paragraph text size */
  color: #fff; /* Set caption text color */
}

.cta-button {
  background-color: #007bff; /* Adjust button color */
  color: #fff; /* Set button text color */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    font-size: 24px;
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Darker green */
    text-decoration: none;
}

.whatsapp-button i {
    font-size: 24px;
}


/* General styles for the testimonial section */
.testimonial-section {
    padding-top: 20px; /* Reduced padding for mobile */
}

/* Heading styling */
.services_taital {
   color: #ff0000;
    text-align:center;
    font-size:48px;
    font-family: Titillium;
    font-weight: bold;
}

/* Swiper container */
.swiper-container {
    width: 100%;
    height: auto;
}

/* Swiper slide styling */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; /* Reduced padding for mobile */
}

/* Styling for quotes */
.quote {
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Quote icon styling */
.quote-icon {
    max-width: 40px; /* Reduced max-width for mobile */
    margin-bottom: 10px;
}

/* Text styling */
.quote p {
    font-size: 14px; /* Reduced font size for mobile */
    line-height: 1.4;
    margin: 10px 0;
}

/* Name and designation styling */
.name, .designation {
    font-size: 12px; /* Reduced font size for mobile */
    color: #555; /* Slightly lighter color for name and designation */
}

/* Swiper pagination styling */
.swiper-pagination {
    bottom: 10px;
    text-align: center;
}

/* Mobile and tablet specific styles */
@media (max-width: 768px) {
    .services_taital {
        font-size: 24px;
        padding: 20px 15px;
    }

    .quote {
        padding: 10px;
    }

    .quote p {
        font-size: 12px;
    }

    .quote-icon {
        max-width: 35px;
    }

    .name, .designation {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .services_taital {
        font-size: 20px;
        padding: 15px 10px;
    }

    .quote {
        padding: 5px;
    }

    .quote p {
        font-size: 10px;
    }

    .quote-icon {
        max-width: 30px;
    }

    .name, .designation {
        font-size: 10px;
    }
}

/*testomonial css start here */
/* Background Image for the Section */
.testimonial-section {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url("../images/back.jpeg");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

/* Testimonial Slider Styles */
.testimonial-slider {
  position: relative;
  max-width: 80%;
  width: 100%;
  height: 42vh;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 60px 60px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.quote-image {
  width: 100px; /* Adjust the size of the image */
  height: auto;
}

.testimonial-slide {
  display: none;
  text-align: center;
  width: 100%;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-message {
  font-size: 24px;
  color: #ba4545;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-client {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.testimonial-position {
  font-size: 18px;
  color: #666;
}

.testimonial-controls {
  position: absolute;
  width: calc(100% - 120px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: 60px;
  right: 60px;
}

.testimonial-controls .prev,
.testimonial-controls .next {
  cursor: pointer;
  font-size: 36px;
  color: #ba4545;
  user-select: none;
  transition: color 0.3s;
}

.testimonial-controls .prev:hover,
.testimonial-controls .next:hover {
  color: #000d10;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .testimonial-slider {
    max-width: 90%;
    padding: 30px 40px;
  }

  .quote-image {
    width: 80px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .testimonial-client {
    font-size: 18px;
  }

  .testimonial-position {
    font-size: 16px;
  }

  .testimonial-controls .prev,
  .testimonial-controls .next {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .testimonial-slider {
    max-width: 100%;
    padding: 20px;
  }

  .quote-image {
    width: 60px;
  }

  .testimonial-message {
    font-size: 18px;
  }

  .testimonial-client {
    font-size: 16px;
  }

  .testimonial-position {
    font-size: 14px;
  }

  .testimonial-controls .prev,
  .testimonial-controls .next {
    font-size: 24px;
  }
}
/*testomonial end here*/

 /*  .iconfooter{*/
 /*       max-width:6.5%;*/
 /*border-radius:20px;*/
 /*   }*/
 /*   @media (max-width: 480px) {*/
 /*       .iconfooter{*/
 /*       max-width:12.5%;*/
 /*border-radius:20px;*/
 /*   }*/
 /*   }*/



