/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap");

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  background-color: #f8f8f8;
  
    
}


/* Custom cursor styles */


a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
  
}

#description{
  font-size: 18px;
  color: white;
  -webkit-text-stroke: 0.1px black;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 50px;
}

#descriptionShop {
    font-size: 18px;
    color: white;
    -webkit-text-stroke: 0.2px black;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    background-color: #0000005c;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
   
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: url('images/favicon-16x16.png') 16 16, auto;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.titlepage {
  padding-bottom: 20px;
}


.titlepage h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  color: #323232;
  margin-top: 100px;
 
}

.read_more {
  display: inline-block;
  background: #0e0b01;
  color: #fff;
  max-width: 215px;
  height: 61px;
  line-height: 61px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  transition: ease-in all 0.5s;
  border-radius: 35px;
}

.read_more:hover {
  background: #464646c7;
  color: #fff;
  transition: ease-in all 0.5s;
}

.img_responsive {
  max-width: 100%;
}

.text_align_center {
  text-align: center;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.container {
  max-width: 1170px;
}

/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
  width: 100%;
  background: rgba(39, 43, 44, 0.87);
  height: 106px;
  padding: 37px 30px;
  position: absolute;
  z-index: 999;
  box-shadow: 3px 0 13px rgba(30, 30, 30, 0.9);
}

/* Custom CSS to center navbar links within the 8-column space */

/* Target the column containing the navigation */
.header .col-md-8 {
    display: flex; /* Make it a flex container */
    justify-content: center; /* Center its immediate child (the <nav>) */
    align-items: center; /* Vertically center if needed, often good for navbars */
}

/* Ensure the navigation bar itself is properly configured for its internal flex children */
.navigation {
    width: 100%; /* Make sure the nav takes full available width in its column */
    /* Remove any default margins that might push it off center if they exist */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Styles for the collapsable menu when it's open */
.navigation .navbar-collapse {
    display: flex; /* Make the collapse area a flex container */
    justify-content: center !important; /* Center the list of links horizontally */
    width: 100%; /* Ensure it takes full width for centering to work */
}

/* Styles for the actual list of links */
.navigation .navbar-nav {
    flex-direction: row; /* Ensure links are in a row */
    justify-content: center; /* Center the links themselves within the ul */
    width: auto; /* Allow the ul to shrink-wrap its content */
    margin-left: 0 !important; /* Override any left push */
    margin-right: 0 !important; /* Override any right push */
    float: none !important; /* Ensure no floating interferes with flexbox */
}

/* Optional: Adjust spacing between nav items if needed */
.navigation .navbar-nav .nav-item {
    margin: 0 10px; /* Example: Adds 10px spacing left/right of each item */
}

.logo_text{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-left: -30px;
}

.MainLogo{
  max-width: 120px;
  height: auto;
}
/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
  float: right;
  padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
  padding: 0px 30px;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.di_no {
  display: none;
}

ul.email {
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.email li {
  padding: 0px 35px;
}

ul.email li:nth-child(2) {
  padding-right: 0;
}

ul.email li a {
  font-size: 17px;
  color: #fff;
}

ul.email li i {
  color: #fff;
  font-size: 19px;
}

/** banner_main **/

#top_section {
  
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  height: 100vh;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

#top_sectionPrint {
  background-image: url("../images/shopBanner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
  height: 100vh;
  background-position: center;
}

#top_sectionDesign {
  background-image: url("../images/DesignHeader.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
  height: 100vh;
  background-position: center;
}

#top_sectionTrain {
  background-image: url("../images/trainingImage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
  height: 100vh;
  background-position: center;
}
.heading{
  -webkit-text-stroke: 0.5px black;
  color: white;
}

#myCarousel .carousel-indicators {
  bottom: -31px;
  margin-left: 11px;
  right: inherit;
}

#myCarousel .carousel-indicators .active {
  background: #0e0b01;
}

#myCarousel .carousel-indicators li {
  cursor: url('images/favicon-16x16.png') 16 16, auto;
  background: #fff;
  border-radius: 40px;
  width: 22px;
  height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
  display: none;
}

.relative {
  position: inherit;
  bottom: 0;
  padding: 0;
}

.bluid {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

.banner_main .bluid h1 {
  color: #fff;
  font-size: 100px;
  line-height: 110px;
  font-weight: bold;
  padding-bottom: 25px;
}

.banner_main .bluid p {
  color: #fff;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 50px;
  font-size: 30px;
  -webkit-text-stroke: 0.3px black;
}

#TFE {
  color: black;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 50px;
  font-size: 30px;
  -webkit-text-stroke: 0.1px black;
}

.banner_main .bluid .read_more {
  margin-right: 8px;
  background: #fff;
  color: #000;
}

.banner_main .bluid .read_more:hover {
  color: #fff;
  background: #0e0b01;
}

/** services **/

.services {
  background: #fff;
  padding: 90px 0 190px 0;
}

.services .titlepage::before {
  border: #2e2f34 solid 5px;
}

.we1_do {
  position: inherit;
  padding: 0;
}

#bo_ho:hover {
  border: #292a2c solid 1px;
  transition: ease-in all 0.5s;
}

#design:hover {
  border: #0072ce solid 2px;
  transition: ease-in all 0.5s;
}

#printing:hover {
  border: #ffd100 solid 2px;
  transition: ease-in all 0.5s;
}

#training:hover {
  border: #e4002b solid 2px;
  transition: ease-in all 0.5s;
}

.we_box {
  border: #e6e7e8 solid 1px;
  transition: ease-in all 0.5s;
  padding: 40px;
  margin-bottom: 26px;
}

.we_box h3 {
  color: #292929;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 25px;
}

.we_box h3 img {
  float: right;
}

.we_box p {
  color: #292929;
  padding-top: 25px;
  display: block;
  padding-bottom: 40px;
}

.we_box .read_more {
  max-width: 131px;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  display: block;
  margin-right: 0;
  background: #464646;
}

#we1 .carousel-indicators {
  display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
  background: #ffffff;
  width: 67px;
  height: 59px;
  top: 109%;
  opacity: 1;
  font-size: 33px;
  color: #000000;
  box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
  left: 43%;
}

#we1 a.carousel-control-next {
  right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
  background: #464646;
  color: #fff;
  opacity: 1;
}

/** end services **/

/** about **/

.about {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5); /* Optional: Adds a dark overlay for better text visibility */
}

.about .titlepage::before {
  border: #fff solid 5px;
}

.about .titlepage {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.about .titlepage h2 {
  color: #fff;
}

.about .titlepage p {
  line-height: 28px;
  padding-top: 20px;
  color: #fff;
  font-size: 17px;
}

/** end about **/

/** products **/

.products {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
}

.products .titlepage::before {
  right: inherit;
  border: #2e2f34 solid 5px;
  left: 15px;
}

.products_main {
  margin-bottom: 30px;
  transition: ease-in all 0.5s;
}

.products_main figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

#ho_nf:hover {
  box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
  transition: ease-in all 0.5s;
}

#ho_nf:hover .products_text {
  height: 240px;
  transition: ease-in all 0.5s;
  padding: 40px 40px;
}

#ho_nf:hover .li_icon {
  margin-top: -65px;
  transition: ease-in all 0.7s;
}

.products_text {
  cursor: pointer;
  position: absolute;
  transition: ease-in all 0.5s;
  bottom: 0;
  height: 0;
  background: #fff;
  overflow: initial;
}

.li_icon {
  display: flex;
  transition: ease-in all 0.7s;
  z-index: 99999999999999999999999;
  position: absolute;
}

.li_icon a {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a404e;
  box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
  background: #0f1012;
  color: #fff;
}

.products_text h3 {
  color: #0c0c0d;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}

.products_text p {
  color: #031330;
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 15px;
}

.products .read_more {
  margin: 0 auto;
  display: block;
  background: #252525;
  margin-top: 30px;
}

.products .read_more:hover {
  background: #464646c7;
}

/* end products */

/* chose */

.chose {
  padding: 90px 0 60px 0;
  background: #323232;
}

.chose .titlepage::before {
  right: inherit;
  left: 15px;
}

.chose .titlepage h2 {
  color: #fff;
}

.chose.chose .titlepage p {
  color: #fff;
  padding-top: 15px;
}

.chose_box {
  margin-bottom: 30px;
}

.chose_box h3 {
  padding-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}

.chose_box strong {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 30px;
}

.chose_box .read_more {
  background: #fff;
  color: #323232;
  max-width: 176px;
  line-height: 47px;
  height: 47px;
}

.chose_box .read_more:hover {
  background: #0e0b01;
  color: #fff;
}

/** end chose **/

/** contact section **/

.contact {
  background: #fefeff;
  padding: 90px 0;
}

.contact .titlepage::before {
  right: inherit;
  border: #2e2f34 solid 5px;
  left: 15px;
}

.main_form .contactus {
  border: #d2d2d3 solid 1px;
  padding: 0 15px;
  margin-bottom: 25px;
  width: 100%;
  height: 71px;
  background: #fff;
  color: #888888;
  font-size: 16px;
  font-weight: normal;
}

.main_form .textarea {
  border: #d2d2d3 solid 1px;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
  color: #888888;
  font-size: 18px;
  font-weight: normal;
  padding: 57px 15px 0 15px;
  border-radius: 0;
  height: 150px;
}

.main_form .send_btn {
  font-size: 17px;
  transition: ease-in all 0.5s;
  background-color: #323232;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 0px;
  max-width: 252px;
  width: 100%;
  display: block;
  margin-top: 10px !important;
  font-weight: bold;
  border-radius: 39px;
}

.main_form .send_btn:hover {
  background-color: #464646c7;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #888888;
  opacity: 1;
}

/** end contact section **/

/** testimonial **/

.posi_in {
  position: inherit;
  padding: 0;
}

.clientsl_text {
  margin-top: 90px;
  box-shadow: 0px 0 11px rgba(30, 30, 30, 0.07);
  padding: 40px;
  margin-bottom: 26px;
  
}

.clientsl_text i img {
  margin-top: -89px;
  display: block;
  margin-right: 20px;
  float: left;
}

.clientsl_text h3 {
  margin-top: -11px;
  color: #000b0a;
  font-size: 23px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

.clientsl_text h3 img {
  float: right;
}

.clientsl_text p {
  color: #757575;
  padding-top: 62px;
  display: block;
}

#clientsl .carousel-indicators {
  display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
  background: #ffffff;
  width: 67px;
  height: 59px;
  top: 105%;
  opacity: 1;
  font-size: 33px;
  color: #000000;
  box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
  border-radius: 35px;
}

#clientsl a.carousel-control-prev {
  left: 37%;
}

#clientsl a.carousel-control-next {
  right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
  background: #252525;
  color: #fff;
  opacity: 1;
}

/** end testimonial **/

/** footer **/

/* .logo_footer {
    display: block; 
    margin-left: auto;
    margin-right: auto;
    width: 100px; 
    text-align: center;
}

.footer .col-md-3:first-child {
    text-align: center;
}

.footer {
  background: #222222;
  padding-top: 90px;
}

.contact_form {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.ente {
  color: #000;
  border: inherit;
  padding: 0 30px;
  height: 66px;
  width: 100%;
  font-size: 17px;
}

.submit_btn {
  max-width: 289px;
  display: inline-block;
  background: #151515;
  height: 66px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: ease-in all 0.5s;
}

.submit_btn:hover {
  background: #fff;
  color: #151515;
  transition: ease-in all 0.5s;
}

.Informa h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px;
  margin-top: 26px;
  text-transform: uppercase;
}

.Informa li {
  font-size: 17px;
  line-height: 37px;
  color: #ffffff;
}

.Informa li a:hover {
  color: #bdbdbe;
}

.helpful ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.helpful ul li a:hover {
  color: #bdbdbe;
}

ul.social_icon {
  float: right;
}

ul.social_icon li {
  display: inline-block;
  padding-right: 15px;
}

ul.social_icon li:last-child {
  padding-right: 0;
}

ul.social_icon li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  font-size: 28px;
  font-weight: bold;
}

ul.social_icon li a:hover {
  color: #bdbdbe;
  transform: rotate(360deg);
  transition: ease-in all 0.7s;
}

.conta ul li a {
  color: #ffffff;
}

.conta ul li a i {
  padding-right: 5px;
}

.copyright {
  background: #151515;
  margin-top: 80px;
  padding: 20px 0px;
}

.copyright p {
  color: #bdbdbe;
  font-weight: 400;
}

.copyright a {
  color: #bdbdbe;
}

.copyright a:hover {
  color: #fff;
} */


/* New Footer CSS Start */
.new-footer {
    background: #222222; /* Dark background from your original */
    padding: 60px 0 20px 0; /* Top padding for content, bottom for copyright */
    color: #ffffff; /* Default text color */
    font-family: Arial, sans-serif; /* Example font */
}

.new-footer-container {
    max-width: 1200px; /* Adjust as needed for your site's max width */
    margin: 0 auto; /* Center the container */
    padding: 0 15px; /* Add some horizontal padding */
}

.new-footer-row {
    display: flex; /* Makes it a flex container */
    flex-wrap: wrap; /* Allows columns to wrap to the next line on smaller screens */
    justify-content: space-between; /* Distributes space evenly between columns */
    margin-bottom: 40px; /* Space between main content and copyright */
    gap: 30px; /* Gap between columns */
}

.new-footer-col {
    flex: 1; /* Allows columns to grow and shrink */
    min-width: 200px; /* Minimum width before wrapping */
    padding: 0 15px; /* Internal padding for columns */
}

/* Specific styling for the logo column to ensure centering */
.new-footer-col.logo-col {
    display: flex; /* Make logo column a flex container */
    justify-content: center; /* Center horizontally */
    align-items: flex-start; /* Align content to the top */
    min-width: 150px; /* Adjust as needed for logo */
}

.new-footer-logo {
    max-width: 180px; /* Adjust logo size */
    height: auto;
    display: block; /* Important for preventing extra space below image */
}

.new-footer-col h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.new-footer-links,
.new-footer-contact-info {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}

.new-footer-links li,
.new-footer-contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.new-footer-links a,
.new-footer-contact-info li {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-footer-links a:hover {
    color: #bdbdbe; /* Hover color from your original CSS */
}

.new-footer-contact-info li i {
    margin-right: 8px;
    width: 20px; /* Align icons visually */
    text-align: center;
}

.new-footer-bottom {
    padding: 20px 0;
    text-align: center;
    display: flex; /* Use flexbox for copyright and social icons */
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-between; /* Space out copyright and social icons */
    align-items: center; /* Vertically align items */
    gap: 15px; /* Gap for wrapping on smaller screens */
    margin-top: 30px; /* Space above copyright bar */
}

.new-footer-bottom p {
    color: #bdbdbe;
    font-weight: 400;
    margin: 0; /* Remove default paragraph margin */
    flex-grow: 1; /* Allow copyright text to take available space */
    text-align: left; /* Align copyright text to the left within its flex item */
}

.new-footer-bottom p a {
    color: #bdbdbe;
    text-decoration: none;
}

.new-footer-bottom p a:hover {
    color: #fff;
}

.new-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Make social icons a flex container */
    gap: 15px; /* Space between social icons */
}

.new-social-icons li a {
    color: #fff;
    font-size: 24px; /* Adjust icon size */
    transition: transform 0.7s ease, color 0.3s ease;
}

.new-social-icons li a:hover {
    color: #bdbdbe;
    transform: rotate(360deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .new-footer-row {
        flex-direction: column; /* Stack columns vertically on small screens */
        gap: 20px; /* Reduce gap when stacked */
    }

    .new-footer-col {
        min-width: unset; /* Remove min-width to allow full width */
        width: 100%; /* Take full width */
        text-align: center; /* Center content in stacked columns */
    }

    .new-footer-col.logo-col {
        justify-content: center; /* Ensure logo is centered when stacked */
    }

    .new-footer-bottom {
        flex-direction: column; /* Stack copyright and social icons */
        gap: 10px;
    }

    .new-footer-bottom p {
        text-align: center; /* Center copyright text when stacked */
    }
}
/* New Footer CSS End */

/** end footer **/

/*- - ener page css--*/

.inner_page .header {
  box-shadow: 0 -3px 20px 0px #717171;
  position: inherit;
}

.inner_page .about {
  margin: 90px 0;
}

/* ----------------------printing----------------------------- */

 #bodyPrint {
   font-family: Arial, sans-serif;
   text-align: center;
   background-color: #f8f8f8;
   margin: 0;
   padding: 20px;
 }

 #h1Print {
   color: #1e2a78;
 }

 .containerPrint {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   max-width: 900px;
   margin: auto;
   padding-top: 20px;
   text-align: center;
 }

 .tilePrint {
   background: white;
   padding: 20px;
   border-radius: 10px;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   text-align: center;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   position: relative;
   overflow: hidden;
   margin-bottom:50px;
 }
/* 
 .tilePrint img {
   width: 200px;
   transition: opacity 0.3s ease-in-out;
 } */

 .tilePrint:hover {
   transform: scale(1.05);
   box-shadow: 0px 0px 15px #FFD100;
   margin-bottom: 50px;
 }

 .tilePrint h2 {
   margin-top: 15px;
   color: #1e2a78;
   font-size: 18px;
   position: relative;
   display: inline-block;
 }

  .tilePrint img {
            width: 100%;
            max-width: 200px;
            height: auto;
            transition: opacity 0.3s ease-in-out;
        }

 .tilePrint:hover h2 {
   color: black;
 }

 .underlinePrint {
   height: 3px;
   width: 50px;
   background-color: #1e2a78;
   margin: 5px auto;
   transition: background-color 0.3s ease-in-out;
 }

 .tilePrintPrint:hover .underlinePrint {
   background-color: #FFD100;
 }

 .tilePrint p {
   color: grey;
   font-size: 14px;
   margin: 10px 0;
 }

 .buttonPrint {
   background-color: grey;
   border: none;
   padding: 10px 20px;
   color: white;
   font-weight: bold;
   cursor: pointer;
   border-radius: 5px;
   transition: background-color 0.3s ease-in-out;
 }

 .buttonPrint:hover {
   background-color: black;
 }
 
 #PrintService {
   margin-left: 150px;
   
 }


 /* -----------------------------------design------------------------------------ */

 
 #DesignService{
    margin-left: 100px;
 }

 #bodyDesign {
   font-family: Arial, sans-serif;
   text-align: center;
   background-color: #f8f8f8;
   margin: 0;
   padding: 20px;
 }

 #h1Design {
   color: #0072CE;
 }

 .containerDesign {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   max-width: 900px;
   margin: auto;
   padding-top: 20px;
   text-align: center;
 }

 .tileDesign {
   background: white;
   padding: 20px;
   border-radius: 10px;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   text-align: center;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   position: relative;
   overflow: hidden;
   margin-bottom:50px;
 }
/* 
 .tileDesign img {
   width: 200px;
   transition: opacity 0.3s ease-in-out;
 } */

 .tileDesign:hover {
   transform: scale(1.10);
   box-shadow: 0px 0px 15px #0072CE;
   margin-bottom: 50px;
 }

 .tileDesign h2 {
   margin-top: 15px;
   color: #0072CE;
   font-size: 18px;
   position: relative;
   display: inline-block;
 }

  .tileDesign img {
            
            max-width: 300px;
            height: auto;
            transition: opacity 0.3s ease-in-out;
        }
  
        .tileDesign:hover img {
            
            max-width: 200px;
            height: auto;
            transition: opacity 0.3s ease-in-out;
            transform: scale(1.2);
        }

 .tileDesign:hover h2 {
   color: black;
 }

 .underlineDesign {
   height: 3px;
   width: 50px;
   background-color: #0072CE;
   margin: 5px auto;
   transition: background-color 0.3s ease-in-out;
 }

 .tileDesignDesign:hover .underlineDesign {
   background-color: #0072CE;
 }

 .tileDesign p {
   color: grey;
   font-size: 14px;
   margin: 10px 0;
 }

 .buttonDesign {
   background-color: grey;
   border: none;
   padding: 10px 20px;
   color: white;
   font-weight: bold;
   cursor: pointer;
   border-radius: 5px;
   transition: background-color 0.3s ease-in-out;
 }

 .buttonDesign:hover {
   background-color: black;
 }

 /* -------------------------------------training------------------------------ */

 #bodyTrain {
   font-family: Arial, sans-serif;
   text-align: center;
   background-color: #f8f8f8;
   margin: 0;
   padding: 20px;
 }

 #h1Train {
   color: #e4002b;
 }

 .containerTrain {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   max-width: 900px;
   margin: auto;
   padding-top: 20px;
   text-align: center;
 }

 .tileTrain {
   background: white;
   padding: 20px;
   border-radius: 10px;
   transition: all 0.3s ease-in-out;
   cursor: pointer;
   text-align: center;
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
   position: relative;
   overflow: hidden;
   margin-bottom:50px;
 }
/* 
 .tileTrain img {
   width: 200px;
   transition: opacity 0.3s ease-in-out;
 } */

 .tileTrain:hover {
   transform: scale(1.10);
   box-shadow: 0px 0px 15px #e4002b;
   margin-bottom: 50px;
 }

 .tileTrain h2 {
   margin-top: 15px;
   color: #e4002b;
   font-size: 18px;
   position: relative;
   display: inline-block;
 }

  .tileTrain img {
            
            max-width: 200px;
            height: auto;
            transition: opacity 0.3s ease-in-out;
        }
  
        .tileTrain:hover img {
            
            max-width: 200px;
            height: auto;
            transition: opacity 0.3s ease-in-out;
            transform: scale(1.2);
        }

 .tileTrain:hover h2 {
   color: black;
 }

 .underlineTrain {
   height: 3px;
   width: 50px;
   background-color: #e4002b;
   margin: 5px auto;
   transition: background-color 0.3s ease-in-out;
 }

 .tileTrainTrain:hover .underlineTrain {
   background-color: #e4002b;
 }

 .tileTrain p {
   color: grey;
   font-size: 14px;
   margin: 10px 0;
 }

 .buttonTrain {
   background-color: grey;
   border: none;
   padding: 10px 20px;
   color: white;
   font-weight: bold;
   cursor: pointer;
   border-radius: 5px;
   transition: background-color 0.3s ease-in-out;
 }

 .buttonTrain:hover {
   background-color: black;
 }

 #trainingImg {
    width: 200px;

 }

 /* ----------------- Login ---------------- */

/* Overlay Background */
.modal-login {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    overflow: auto; /* Enable scroll if needed */
   width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* Modal Box */
.modal-content-login {
    background: white;
    width: 400px;
    padding: 20px;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

/* Close Button */
.close-login {
    color: #aaa;
    position: absolute; /* Position relative to .modal-content-login */
    top: 10px; /* Adjust as needed */
    right: 15px; /* Adjust as needed */
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001; /* Ensure it's above other modal content if needed */
    transition: color 0.3s ease;
    padding: 5px; /* Increase clickable area slightly */
}

/* Tabs */
.tabs-login {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    color: #111;
}

.tab-button-login {
    border: none;
    padding: 10px 20px;
    background: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #111;
}

.active-login {
    border-bottom: 3px solid black;
    color: #111;
}

/* Form Styling */
.form-container-login {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.input-login {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Buttons */
.submit-button-login {
    background: black;
    color: white;
    padding: 10px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

/* Forgot Password */
.forgot-password-login {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    color: #111;
    text-decoration: underline;
    margin-top: 5px;
}

/* Register Terms */
.terms-text-login {
    font-size: 12px;
    margin: 10px 0;
}

.checkbox-label-login {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Hide Register Form Initially */
.hidden-login {
    display: none;
}

/* Unique Image Styling */
.login-image-login {
    width: 20px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}

#user-profile-view {
    text-align: left;
    /* Or center if you prefer */
}

#user-profile-view p {
    margin-bottom: 10px;
    font-size: 16px;
    /* Adjust as needed */
}

#user-profile-view strong {
    color: #333;
    /* Darker color for the name */
}

#user-profile-view hr {
    border: 0;
    border-top: 1px solid #eee;
    /* Light separator */
} */

/* -------------- cart & wishlist -------------- */

/* Wishlist Modal
.wishlist-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    padding: 40px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
}

.wishlist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.close-wishlist {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.wishlist-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
}

.wishlist-item {
    width: 300px;
    text-align: center;
    position: relative;
}

.wishlist-item img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.wishlist-item .remove-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.wishlist-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.wishlist-item p {
    font-size: 14px;
    color: gray;
    margin: 5px 0;
}

.wishlist-item select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.wishlist-item .add-to-cart {
    width: 100%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}
    

/* General Modal Styles */
/* General Modal Styles */
.cart-modal, .wishlist-modal {
    display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
}

.modal-content-cart, .modal-content-wishlist {
    background: white;
        width: 400px;
        padding: 20px;
        margin: 10% auto;
        border-radius: 10px;
        position: relative;
        text-align: center;
}

/* Close Button */
.close-cart, .close-wishlist {
    position: absolute;
        top: 10px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
}

/* Wishlist & Cart Items */
#cart-items-cart, #wishlist-items-wishlist {
    margin: 10px 0;
    text-align: left;
}

.item-cart, .item-wishlist {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.item-cart img, .item-wishlist img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.item-cart button, .item-wishlist button {
    background: red;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
}

/* Cart Icon */
.cart-icon-cart {
    width: 20px;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 30px;
}

#comingSoon {
    max-width: 1250px;
    padding-top: 150px;
    padding-left: 50px;
}

/*-------- products ---------*/

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
 
}

.product-item {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border: #111;
  border-style: solid;
  border-width: 15px;
  
}

.product-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.product-item .product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-item:hover .product-info {
  display: flex;
}

.product-item:hover{
    display: flex;
    background-color: #f7f7f7;
}

.product-item h3 {
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}

.product-item p {
  margin-bottom: 10px;
}

.product-item button {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  color: white;
  font-weight: bolder;
  /* padding: 10px 20px; */
  
 
  cursor: pointer;
  
  background-color: transparent;
}

.product-item button:hover {
    color:#111;
    border-color: white;
    border-style: solid;
    background-color: white;
    font-weight: bolder;
}




/* ------------------------------Whats app ---------------------------------- */

.whatsapp-float {
    position: fixed; /* Makes the button float relative to the viewport */
    bottom: 20px;    /* Distance from the bottom of the screen */
    right: 20px;     /* Distance from the right of the screen */
    z-index: 1000;   /* Ensures it stays on top of other content */
    display: block;  /* Ensures the link is a block element */
    width: 60px;     /* Set the desired width of the button */
    height: 60px;    /* Set the desired height of the button */
    border-radius: 50%; /* Makes it circular */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    overflow: hidden; /* Ensures the image stays within the circular shape */
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
}

.whatsapp-icon {
    width: 100%;     /* Make the image fill its container */
    height: 100%;    /* Make the image fill its container */
    object-fit: contain; /* Ensures the image scales nicely within the circular button */
    display: block;  /* Remove any extra space below the image */
}

/* Optional: For smaller screens, adjust position */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }
}

.free-delivery {
    color: #323232; /* A vibrant green to signify 'free' or 'good' */
    font-size: 1.8em; /* Larger text for emphasis */
    font-weight: bold; /* Make it stand out */
    text-transform: uppercase; /* All caps adds importance */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* A subtle shadow for depth */
    padding: 5px 10px; /* Some padding around the text */
    
   
    display: inline-block; /* Ensures padding and border wrap tightly around the text */
    
}