body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.logo{
  height: 8vh;
  width: 10vw;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}
/* .recommended-products-container{
  padding: 20px 60px !important;
} */
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ff6f3c;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #155263;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #196378;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.top_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_nav a {
  color: #ffffff;
  margin-left: 15px;
}

.contact_nav a i {
  color: #ff6f3c;
}

.contact_nav a:hover {
  color: #ff6f3c;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: auto;
}

.search_form .form-control {
  border-radius: 5px 0 0 5px;
  height: 40px;
  width: auto;
  min-width: unset;
}

.search_form button {
  width: 45px;
  min-width: 45px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #ff6f3c;
  border-radius: 0 5px 5px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
}

.navbar-brand span {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #ff6f3c;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0;
  background-color: #f7f7f7;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 58px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff6f3c;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff6f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff6f3c;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
}

.slider_section .carousel_btn_box .carousel-control-prev,
.slider_section .carousel_btn_box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #155263;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 18px;
}

.slider_section .carousel_btn_box .carousel-control-prev img,
.slider_section .carousel_btn_box .carousel-control-next img {
  width: 10px;
}

.slider_section .carousel_btn_box .carousel-control-prev:hover,
.slider_section .carousel_btn_box .carousel-control-next:hover {
  background-color: #ff6f3c;
}

.slider_section .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_section .slider-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_section .slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.55));
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  border-radius: 5px;
  border-top: 10px solid #155263;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service_section .box .img-box {
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #ff6f3c;
}

.service_section .box .detail-box a:hover {
  color: #ff6f3c;
}

.service_section .box:hover {
  border-color: #ff6f3c;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff6f3c;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff6f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #ff6f3c;
}

.about_section {
  position: relative;
  margin: 50px 0 !important;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff6f3c;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ff6f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ff6f3c;
}

.why_us_section {
  position: relative;
}

.why_us_section .heading_container {
  margin-bottom: 20px;
}

.why_us_section .box {
  margin-top: 25px;
  text-align: center;
  padding: 25px 15px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border-bottom: 10px solid #155263;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.why_us_section .box .img-box {
  height: 65px;
}

.why_us_section .box .img-box img {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.why_us_section .box .detail-box {
  margin-top: 15px;
}

.why_us_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.why_us_section .box .detail-box a {
  color: #155263;
  font-weight: 600;
}

.why_us_section .box .detail-box a:hover {
  color: #ff6f3c;
}

.why_us_section .box:hover {
  border-color: #ff6f3c;
}

.client_section {
  background-color: #f5f6f6;
}

.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  margin: 15px;
  background-color: #ffffff;
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 95px;
  min-width: 95px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
  font-size: 15px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #ff6f3c;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 0;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 0;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff6f3c;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ff6f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #ff6f3c;
}

/* footer section*/
.footer_section {
  background-color: #155263;
  color: #ffffff;
  padding-top: 75px;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a,
.footer_section .footer_contact .contact_link_box p {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i,
.footer_section .footer_contact .contact_link_box p i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover,
.footer_section .footer_contact .contact_link_box p:hover {
  color: #ff6f3c;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #155263;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ff6f3c;
}

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #ff6f3c;
}

.footer_section form input {
  border: none;
  padding: 10px;
  background-color: #1e758d;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.footer_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer_section form input::placeholder {
  color: #ffffff;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ff6f3c;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #ff6f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #ff6f3c;
}

.footer_section .map_container {
  width: 100%;
  height: 225px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 20px;
}

.footer_section .footer-info p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.inCard{
  margin: 0 15px;
}
.card {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}


  .card img {
    height: 180px;
    width: 180px;
    margin-top: 10% !important;
}



.btn{
  margin: 0 5px !important;
}

/* added after */
/* Apply to the specific list group for printer types */
/* Center the text, add bottom border, and style the heading */

.printer-type-container {
  text-align: center;
  margin: 20px 0;
}

.printer-type-heading {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}
.printertype{
  margin-left: 30%;
}

.printer-type-list {
  display: inline-block;
  width: 100%; /* Make sure the list is full width */
}

.printer-type-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center; /* Center the text */
  border: none;
  border-bottom: 2px solid #ccc; /* Only bottom border */
  background-color: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.printer-type-btn:hover {
  background-color: #f0f0f0;
}

.active-type {
  color: #fff;
  background-color: #007bff;
  border-bottom: 2px solid #007bff;
}

.active-type {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  transform: scale(1.05); /* Slightly increase size when active */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow for active */
}



/* company section */
/* Container for the company cards */
.printer-company-list {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
 
  display: flex;
  justify-content: space-between;
}

/* Animation for the card on load */
.animated-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px); /* Initial offset */
}

/* Hover effects */
.printer-company-card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: 20px !important;
}

.printer-company-card:hover {
  transform: translateY(-10px) scale(1.03); /* Lift effect with scaling */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.printer-company-img {
  max-height: 280px;
  object-fit: contain;
  
}

.printer-company-title {
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 15px;
}

.printer-company-text {
  color: #777;
  text-align: center;
  margin-bottom: 10px;
}

/* Active state for clicked company */
.printer-company-card.active {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #196378;
}

/* Fade-in animation for cards */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* Start from lower position */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}



/* divider css */
/* Styling for the dividing line */
.divider {
  border: 1px solid #ccc;
  margin: 20px 0;
}

/* Printer types section */
.printer-type-container {
  text-align: center;
  /* margin: 30px 0 ; */
  margin: 20px 0;
}

.printer-type-heading {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.printer-type-list {
  display: inline-block;
  width: 100%;
}
.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
  /* border-left: 3px solid; */
}
/* Printer type button styling */
.printer-type-btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border: none;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.printer-type-btn:hover {
  background-color: #f0f0f0;
}

.active-type {
  color: #fff;
  background-color: #196378;
  border-bottom: 2px solid #196378;
}

/* Scrollable container for printers */
.render-printers-container {
  max-height: 500px; /* Adjust height based on your design */
  max-width: 100%;
  overflow-y:scroll;  /* Scroll only vertically */
  overflow-x: hidden; /* Prevent horizontal scrolling */
}
.render-printers-scrollable {
  padding: 0 15px; /* Adjust the padding */
}

/* Add scrollbar style if needed */
.render-printers-container::-webkit-scrollbar {
  width: 8px;
}

.render-printers-container::-webkit-scrollbar-thumb {
  background-color: #196378;
  border-radius: 1px;
}



/* card image */


/**********************************/
/********** General CSS ***********/
/**********************************/
body {
  color: #353535;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f3f6ff;
}

a {
  color: #FF6F61;
}

a:hover,
a:active,
a:focus {
  color: #353535;
  outline: none;
  text-decoration: none;
}

h1 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 900;
}

h2 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 700;
}

@media(min-width: 992px) {
  .container-fluid {
      padding-right: 60px;
      padding-left: 60px;
  }
}


/**********************************/
/******** Back to Top CSS *********/
/**********************************/
.back-to-top {
  position: fixed;
  display: none;
  background: #FF6F61;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #999999;
  border: 1px solid #dddddd;
  margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
  box-shadow: none;
  border-color: #FF6F61;
}

.custom-radio,
.custom-checkbox {
  margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  background: #dddddd;
  border-color: #dddddd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  color: #ffffff;
  background: #FF6F61;
  border-color: #FF6F61;
  box-shadow: none;
}

.btn {
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #FF6F61;
  box-shadow: none;
}


/**********************************/
/******* Normal Slider CSS ********/
/**********************************/
.normal-slider .slick-prev,
.normal-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  background: rgba(255, 111, 97, .7);
  border-radius: 4px;
}

.normal-slider .slick-prev {
  left: 55px;
}

.normal-slider .slick-next {
  right: 55px;
}

.normal-slider.slick-slider:hover .slick-prev {
  left: 15px;
  opacity: 1;
}

.normal-slider.slick-slider:hover .slick-next {
  right: 15px;
  opacity: 1;
}

.normal-slider .slick-prev:hover,
.normal-slider .slick-prev:focus,
.normal-slider .slick-next:hover,
.normal-slider .slick-next:focus {
  background: rgba(0, 0, 0, .7);
}

.normal-slider .slick-prev:hover::before,
.normal-slider .slick-prev:focus::before,
.normal-slider .slick-next:hover::before,
.normal-slider .slick-next:focus::before {
  color: #FF6F61;
}

.normal-slider .slick-prev::before,
.normal-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
}

.normal-slider .slick-prev::before {
  content: "\f104";
}

.normal-slider .slick-next::before {
  content: "\f105";
}

.normal-slider .slick-dots {
  bottom: 15px;
}

.normal-slider .slick-dots li button:before {
  color: #ffffff;
  font-size: 15px;
}

.normal-slider .slick-dots li.slick-active button:before {
  color: #FF6F61;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  padding: 3px 0;
  font-size: 14px;
  color: #FF6F61;
  background: #000000;
}

.top-bar i {
  margin-right: 5px;
}

.top-bar .col-sm-6:first-child {
  text-align: left;
}

.top-bar .col-sm-6:last-child {
  text-align: right;
}

@media (max-width: 575.98px) {
  .top-bar {
      border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .top-bar .col-sm-6:first-child,
  .top-bar .col-sm-6:last-child {
      text-align: center;
  }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav {
  position: relative;
}

@media (min-width: 992px) {
  .nav .container-fluid {
      padding-left: 52px;
      padding-right: 52px;
  }
}

.nav .navbar {
  height: 100%;
  padding: 0;
}

.nav .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #FF6F61;
}

.nav .dropdown-menu a.active {
  color: #353535;
  background: #f8f9fa;
}

@media (min-width: 768px) {
  .nav,
  .nav .navbar {
      background: #FF6F61 !important;
  }
  
  .nav .navbar-brand {
      display: none;
  }
  
  .nav .navbar-dark a.nav-link {
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .nav .navbar-dark a.nav-link:hover,
  .nav .navbar-dark a.nav-link.active {
      color: #000000;
  }
}

@media (max-width: 768px) {
  .nav {
      padding: 5px 0;
  }
  
  .nav,
  .nav .navbar {
      background: #000000 !important;
  }
  
  .nav a.nav-link {
      padding: 5px 0;
  }
  
  .nav .dropdown-menu {
      box-shadow: none;
  }
}


/**********************************/
/********* Bottom Bar CSS *********/
/**********************************/
.bottom-bar {
  padding: 15px 0;
  background: #ffffff;
  margin-bottom: 30px;
}

.bottom-bar .logo {
  text-align: left;
  overflow: hidden;
}

.bottom-bar .logo a img {
  max-height: 60px;
}

.bottom-bar .search {
  width: 100%;
}

.bottom-bar .search input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #FF6F61;
  border-radius: 4px;
}

.bottom-bar .search button {
  position: absolute;
  width: 40px;
  height: 38px;
  top: 1px;
  right: 16px;
  padding: 0 15px;
  border: none;
  background: none;
  color: #FF6F61;
  border-radius: 0 2px 2px 0;
}

.bottom-bar .search button:hover {
  background: #FF6F61;
  color: #ffffff;
}

.bottom-bar .user {
  font-size: 0;
  text-align: right;
}

.bottom-bar .user .wishlist {
  margin-right: 15px;
}

.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
  color: #FF6F61;
}

.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
  color: #FF6F61;
  font-size: 15px;
}

.bottom-bar .user .cart:hover i,
.bottom-bar .user .wishlist:hover i,
.bottom-bar .user .cart:hover span,
.bottom-bar .user .wishlist:hover span {
  color: #ffffff;
}

@media (min-width: 768px) {
  .bottom-bar {
      max-height: 90px;
  }
}

@media (max-width: 767.98px) {
  .bottom-bar .logo,
  .bottom-bar .search,
  .bottom-bar .user {
      text-align: center;
      margin-bottom: 15px;
  }
  
  .bottom-bar .user {
      margin-bottom: 0;
  }
}


/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
  position: relative;
}

.header .col-md-3,
.header .col-md-6 {
  margin-bottom: 30px;
}

.header .navbar {
  padding: 0;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  background: #ffffff !important;
}

.header .navbar-nav {
  width: 100%;
  padding: 15px 0;
}

.header .navbar li {
  padding: 0 30px;
  border-bottom: 1px solid #f3f6ff;
}

.header .navbar li:last-child {
  border-bottom: none;
}

.header .navbar a {
  color: #353535;
}
.header .navbar a:hover {
  color: #FF6F61;
}


.header .navbar i {
  color: #FF6F61;
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.header .navbar a:hover i {
  color: #353535;
}

.header-slider {
  position: relative;
  width: 100%;
}

.header-slider .header-slider-item {
  position: relative;
}

.header-slider .header-slider-caption {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 111, 97, .7);
  transition: all 0.3s;
  z-index: 1;
}

.header-slider .header-slider-caption p {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-family: 'Source Code Pro', monospace;
  font-weight: 700;
}

.header-slider .header-slider-caption .btn {
  border-color: #ffffff;
}

.header-slider .header-slider-caption .btn i {
  margin-right: 5px;
}

.header .header-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  background: #ffffff;
}

.header .img-item {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.header .img-item img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

.header .img-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 111, 97, .7);
  transition: all 0.3s;
  opacity: 0;
}

.header .img-text:hover {
  opacity: 1;     
}

.header .img-text p {
  margin: 0 0 50px 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
}

.header .img-text:hover p {
  margin: 0;       
}


/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
  position: relative;
  width: 100%;
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}



/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

.category .col-md-3 {
  padding: 0;
}

.category .category-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  background: #ffffff;
}

.category .category-item.ch-400 {
  height: 400px;
}

.category .category-item.ch-250 {
  height: 250px;
}

.category .category-item.ch-150 {
  height: 150px;
}

.category .category-item img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

.category .category-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 111, 97, .7);
  transition: all 0.3s;
  opacity: 0;
}

.category .category-name:hover {
  opacity: 1;     
}

.category .category-name p {
  margin: 0 0 50px 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
}

.category .category-name:hover p {
  margin: 0;       
}


/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
  position: relative;
}

.feature .feature-col {
  margin-bottom: 30px;
}

.feature .feature-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;
}

.feature .feature-content i {
  color: #FF6F61;
  font-size: 60px;
  margin-bottom: 30px;
}

.feature .feature-content h2 {
  font-size: 18px;
}

.feature .feature-content p {
  font-size: 15px;
  margin: 0;
}


/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
  position: relative;
}

.product-item .product-title {
  padding: 15px;
  text-align: center;
  background: #000000;
  transition: all .3s;
}

.product-item:hover .product-title {
  background: #FF6F61;
}

.product-item .product-title a,
.product-item .product-title .ratting {
  position: relative;
  width: 100%;
}

.product-item .product-title a {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.product-item .product-title .ratting i {
  font-size: 14px;
  color: #FF6F61;
}

.product-item .product-content .price span {
  margin-left: 12px;
  text-decoration: line-through;
  font-weight: 700;
  color: #999999;
}

.product-item:hover .product-title a,
.product-item:hover .product-title .ratting i {
  color: #ffffff;
}

.product-item:hover .product-content .price span {
  color: #dddddd;
}

.product-item .product-image {
  position: relative;
  overflow: hidden;
}

.product-item .product-image a {
  display: block;
  background: #ffffff;
  transition: .3s;
}

.product-item .product-image img {
  width: 100%; 
  transition: all .3s;
}

.product-item:hover .product-image img {
  transform: scale(1.2);
}

.product-item .product-image .product-action {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 111, 97, .5);
  transition: all .3s;
  font-size: 0;
  z-index: 1;
  opacity: 0;
}

.product-item:hover .product-image .product-action {
  opacity: 1; 
}

.product-item .product-image .product-action a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 7px 0 10px 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: #FF6F61;
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: all .3s;
  margin-top: 50px;
}

.seperate{
  width: 2px;
  height: 100%;
  background-color: black;
}

.product-item:hover .product-image .product-action a {
  margin-top: 0;
}

.product-item .product-image .product-action a:last-child {
  margin-right: 0;
}

.product-item .product-image .product-action a:hover {
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
}

.product-item .product-price {
  padding: 20px;
  background: #000000;
  transition: all .3s;
}

.product-item:hover .product-price {
  background: #FF6F61;
}

.product-item .product-price h3 {
  display: inline-block;
  color: #ffffff;
  margin: 0;
}

.product-item .product-price h3 span {
  font-size: 16px;
}

.product-item .product-price .btn {
  float: right;
  border: none;
  color: #000000;
  background: #FF6F61;
}

.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover {
  color: #FF6F61;
  background: #ffffff;
}

.product-item .product-price .btn i {
  margin-right: 5px;
}


/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
  position: relative;
  padding: 30px 0;
}

.recent-product {
  position: relative;
  padding: 30px 0;
}

.product .section-header {
  margin-bottom: 30px;
  padding: 20px 30px 15px 30px;
  color: #FF6F61;
  background: #ffffff;
}

.product .slick-prev,
.product .slick-next {
  top: -75px;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: .5s;
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
  border-radius: 4px;
}

.product .slick-prev {
  left: calc(100% - 120px);
}

.product .slick-next {
  right: 45px;
}

.product .slick-prev:hover,
.product .slick-prev:focus,
.product .slick-next:hover,
.product .slick-next:focus {
  background: #FF6F61;
}

.product .slick-prev::before,
.product .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #FF6F61;
}

.product .slick-prev::before {
  content: "\f104";
}

.product .slick-next::before {
  content: "\f105";
}

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


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.product-view .product-view-top {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
}

.product-view .product-search {
  position: relative;
  width: 100%;
}

.product-view .product-search input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #999999;
  background: transparent;
  border: 1px solid #353535;
  border-radius: 4px;
  transition: all .3s;
}

.product-view .product-search input:focus {
  border-color: #FF6F61;
}

.product-view .product-search button {
  position: absolute;
  width: 35px;
  height: 33px;
  top: 1px;
  right: 1px;
  text-align: center;
  background: transparent;
  color: #353535;
  border: none;
  border-radius: 0 4px 4px 0;
  transition: all .3s;
}

.product-view .product-search button i {
  font-size: 16px;
}

.product-view .product-search button:hover {
  background: #FF6F61;
  color: #ffffff;
}

.product-view .product-short,
.product-view .product-price-range {
  position: relative;
  width: 100%;
  text-align: right;
}

.product-view .product-short .dropdown .dropdown-toggle,
.product-view .product-price-range .dropdown .dropdown-toggle {
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #353535;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
}

.product-view .product-short .dropdown .dropdown-toggle:hover,
.product-view .product-price-range .dropdown .dropdown-toggle:hover {
  color: #FF6F61;
  border-color: #FF6F61;
}

.product-view .product-short .dropdown .dropdown-toggle::after,
.product-view .product-price-range .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.product-view .product-short .dropdown-menu,
.product-view .product-price-range .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 0;
}

.product-view .product-item {
  margin-bottom: 30px;
}

.product-view .pagination {
  margin: 0;
}

.product-view .pagination .page-item .page-link {
  color: #353535;
  background: transparent;
  border-color: #353535;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
  color: #FF6F61;
  background: #000000;
}

@media (max-width: 991.98px) {
  .product-view .pagination {
      margin-bottom: 30px;
  }
}


/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
  margin-bottom: 30px;
}

.product-detail .product-detail-top {
  padding: 0;
  background: #ffffff;
}

.product-detail .product-slider-single img {
  width: 100%;
}

.product-detail .product-slider-single-nav {
  margin: 15px 30px 30px 30px;
  border: 3px double #FF6F61;
}

.product-detail .product-slider-single-nav .slider-nav-img {
  border-right: 1px solid #FF6F61;
  overflow: hidden;
}

.product-detail .product-slider-single-nav img {
  width: 100%;
  transition: all .3s;
}

.product-detail .product-slider-single-nav img:hover {
  transform: scale(1.2);
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
  position: relative;
  width: 100%;
}

.product-detail .product-content {
  padding: 30px;
}

@media (min-width: 768px) {
  .product-detail .product-content {
      padding-left: 0;
  }
}

.product-detail .product-content .title h2 {
  font-size: 25px;
  margin-bottom: 5px;
}

.product-detail .product-content .ratting {
  margin-bottom: 10px;
}

.product-detail .product-content .ratting i {
  color: #FF6F61;
  font-size: 16px;
}

.product-detail .product-content .price,
.product-detail .product-content .quantity,
.product-detail .product-content .p-size,
.product-detail .product-content .p-color {
  margin-bottom: 15px;
}

.product-detail .product-content .price h4,
.product-detail .product-content .quantity h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-color h4 {
  display: inline-block;
  width: 80px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.product-detail .product-content .price p {
  display: inline-block;
  color: #FF6F61;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.product-detail .product-content .price span {
  color: #999999;
  text-decoration: line-through;
  margin-left: 12px;
}

.product-detail .product-content .quantity .qty {
  display: inline-block;
  font-size: 0;
}

.product-detail .product-content .quantity button {
  width: 30px;
  height: 30px;
  padding: 2px 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: #FF6F61;
  border: none;
}

.product-detail .product-content .quantity button.btn-minus {
  border-radius: 4px 0 0 4px;
}

.product-detail .product-content .quantity button.btn-plus {
  border-radius: 0 4px 4px 0;
}

.product-detail .product-content .quantity input {
  width: 40px;
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #000000;
  border: none;
}

.product-detail .product-content .action a:first-child {
  margin-right: 11px;
}

.product-detail .product-content .action a i {
  margin-right: 5px;
}

.product-detail .nav.nav-pills .nav-link {
  color: #FF6F61;
  background: #000000;
  border-radius: 0;
  transition: all .3s;
}

.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
  color: #000000;
  background: #FF6F61;
}

.product-detail .tab-content {
  background: #ffffff;
  padding: 25px 15px 15px 15px;
}

.product-detail .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail .tab-content ul li {
  margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
  position: relative;
  margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
  color: #FF6F61;
  font-size: 18px;
  font-weight: 600;
}

.product-detail .tab-content .reviewer span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.product-detail .tab-content .ratting {
  color: #FF6F61;
  margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
  font-size: 24px;
}

.product-detail .tab-content .form input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
  width: 100%;
  height: 80px;
  padding: 6px 15px;
  color: #666666;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-detail .tab-content .form button {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
  border-radius: 4px;
  margin-bottom: 15px;
  transition: all .3s;
}

.product-detail .tab-content .form button:hover {
  color: #ffffff;
  background: #FF6F61;
}


/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
  padding: 30px;
  background: #ffffff;
}

.sidebar-widget:not(:first-child) {
  padding-top: 0;
}

.sidebar-widget .title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.sidebar-widget.category {
  margin: 0;
}

.sidebar-widget.category .navbar {
  padding: 0;
  overflow: hidden;
  background: #ffffff !important;
}

.sidebar-widget.category .navbar-nav {
  width: 100%;
}

.sidebar-widget.category .navbar li {
  border-bottom: 1px solid #f3f6ff;
}

.sidebar-widget.category .navbar li:last-child {
  border-bottom: none;
}

.sidebar-widget.category .navbar a {
  color: #353535;
}

.sidebar-widget.category .navbar a:hover {
  color: #FF6F61;
}

.sidebar-widget.category .navbar i {
  color: #FF6F61;
  width: 20px;
  text-align: center;
  margin-right: 8px;
}

.sidebar-widget.category .navbar a:hover i {
  color: #353535;
}

.sidebar-widget.brands ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widget.brands ul li {
  margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child {
  margin-bottom: 0; 
}

.sidebar-widget.brands ul li a {
  color: #353535;
  white-space: nowrap;
  display: inline-block;
  line-height: 23px;
  transition: all .3s;
}

.sidebar-widget.brands ul li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover {
  color: #FF6F61;
}

.sidebar-widget.brands ul li a:hover::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.sidebar-widget.brands ul li a:hover {
  padding-left: 10px; 
}

.sidebar-widget.brands ul li span {
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-widget.widget-slider {
  position: relative;
}

.sidebar-widget.image a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar-widget.image img {
  max-width: 100%;
  transition: .3s;
}

.sidebar-widget.image img:hover {
  transform: scale(1.1);
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 3px 8px;
  font-size: 14px;
  color: #353535;
  background: #ffffff;
  border: 1px solid #353535;
  border-radius: 4px;
  transition: .3s;
}

.sidebar-widget.tag a:hover {
  color: #ffffff;
  background: #FF6F61;
  border-color: #FF6F61;
}


/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
  position: relative;
  margin-top: 30px;
}

.cart-page .cart-page-inner {
  padding: 30px;
  margin-bottom: 30px;
  background: #ffffff;
}

.cart-page .table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.cart-page .table .thead-dark th {
  font-family: 'Source Code Pro', monospace;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  text-align: center;
  background: transparent;
  border-color: #dddddd;
  border-bottom: none;
  vertical-align: middle;
}

.cart-page .table td {
  font-size: 16px;
  vertical-align: middle;
}

.cart-page .table .img {
  display: flex;
  align-items: center;
}

.cart-page .table .img img {
  max-width: 60px;
  max-height: 60px;
  margin-right: 15px;
}

.cart-page .table .img p {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.cart-page .table .qty {
  display: inline-block;
  width: 100px;
  font-size: 0;
}

.cart-page .table button {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #FF6F61;
  border: none;
  border-radius: 4px;
}

.cart-page .table button.btn-minus {
  border-radius: 4px 0 0 4px;
}

.cart-page .table button.btn-plus {
  border-radius: 0 4px 4px 0;
}

.cart-page .table button.btn-cart {
  width: auto;
}

.cart-page .table input {
  width: 40px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border: none;
}

.cart-page .coupon {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0;
}

.cart-page .coupon input {
  width: calc(100% - 135px);
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 15px;
  transition: all .3s;
}

.cart-page .coupon input:focus {
  border-color: #FF6F61;
}

.cart-page .coupon button {
  width: 120px;
  height: 40px;
  padding: 2px 0;
  font-size: 16px;
  text-align: center;
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
  border-radius: 4px;
}

.cart-page .coupon button:hover {
  color: #ffffff;
  background: #FF6F61;
}

.cart-page .cart-summary {
  position: relative;
  width: 100%;
}

.cart-page .cart-summary .cart-content {
  padding: 30px;
  background: #f3f6ff;
}

.cart-page .cart-summary .cart-content h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
  float: right;
}

.cart-page .cart-summary .cart-content h2 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #dddddd;
  margin: 0;
}

.cart-page .cart-summary .cart-btn button {
  margin-top: 15px;
  width: calc(50% - 15px);
  height: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #FF6F61;
  border: none;
  border-radius: 4px;
}

.cart-page .cart-summary .cart-btn button:hover {
  color: #FF6F61;
  background: #000000;
}

.cart-page .cart-summary .cart-btn button:first-child {
  margin-right: 25px;
  color: #FF6F61;
  background: #ffffff;
  border: 1px solid #FF6F61;
}

.cart-page .cart-summary .cart-btn button:first-child:hover {
  color: #ffffff;
  background: #FF6F61;
}


/**********************************/
/********** Wishlist CSS **********/
/**********************************/
.wishlist-page {
  position: relative;
  padding: 30px 0;
}

.wishlist-page .wishlist-page-inner {
  padding: 30px;
  background: #ffffff;
}

.wishlist-page .table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.wishlist-page .table .thead-dark th {
  font-family: 'Source Code Pro', monospace;
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  text-align: center;
  background: transparent;
  border-color: #dddddd;
  border-bottom: none;
  vertical-align: middle;
}

.wishlist-page .table td {
  font-size: 16px;
  vertical-align: middle;
}

.wishlist-page .table .img {
  display: flex;
  align-items: center;
}

.wishlist-page .table .img img {
  max-width: 60px;
  max-height: 60px;
  margin-right: 15px;
}

.wishlist-page .table .img p {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.wishlist-page .table .qty {
  display: inline-block;
  width: 100px;
  font-size: 0;
}

.wishlist-page .table button {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #FF6F61;
  border: none;
  border-radius: 4px;
}

.wishlist-page .table button.btn-minus {
  border-radius: 4px 0 0 4px;
}

.wishlist-page .table button.btn-plus {
  border-radius: 0 4px 4px 0;
}

.wishlist-page .table button.btn-cart {
  width: auto;
}

.wishlist-page .table input {
  width: 40px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border: none;
}


/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
  position: relative;
  padding-top: 30px;
}

.checkout .checkout-inner {
  margin-bottom: 30px;
  padding: 30px;
  background: #ffffff;
}

.checkout .billing-address,
.checkout .shipping-address {
  position: relative;
  width: 100%;
}

.checkout .shipping-address {
  display: none;
  margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
  position: relative;
  width: 100%;
}

.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
  font-size: 25px;
  margin-bottom: 20px;
}

.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
  padding: 30px;
  background: #f3f6ff;
  margin-bottom: 30px;
}

.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}

.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
  float: right;
}

.checkout .checkout-summary h2 {
  font-size: 20px;
  padding-top: 12px;
  border-top: 1px solid #dddddd;
  margin: 0;
}

.checkout .checkout-payment .payment-methods .payment-content {
  display: none;
}

.checkout .checkout-payment .checkout-btn button {
  width: 100%;
  height: 50px;
  padding: 2px 10px;
  font-family: 'Source Code Pro', monospace;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #000000;
  background: #FF6F61;
  border: none;
  border-radius: 4px;
  transition: all .3s;
}

.checkout .checkout-payment .checkout-btn button:hover {
  color: #FF6F61;
  background: #000000;
}


/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
  position: relative;
  padding: 30px 0;
}

.my-account .nav.nav-pills .nav-link {
  padding: 10px 15px;
  color: #353535;
  background: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  transition: all .3s;
}

.my-account .nav.nav-pills .nav-link:last-child {
  border-bottom: none;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
  color: #ffffff;
  background: #FF6F61;
}

.my-account .nav.nav-pills .nav-link i {
  margin-right: 5px;
}

.my-account .tab-content {
  padding: 30px;
  background: #ffffff;
}

.my-account .tab-content .table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
  text-align: center;
  color: #353535;
  background: #ffffff;
  border-color: #dddddd;
  border-bottom: none;
  vertical-align: middle;
}

.my-account .tab-content .table td {
  vertical-align: middle;
}


/**********************************/
/******* Call to Action CSS *******/
/**********************************/
.call-to-action {
  position: relative;
  padding: 30px 0;
  background: #FF6F61;
}

.call-to-action .col-md-6:last-child {
  text-align: right;
}

.call-to-action h1 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
}

.call-to-action a {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  transition: all .3s;
}

.call-to-action a:hover {
  color: #000000;
  border-color: #000000;
}

@media (max-width: 767.98px) {
  .call-to-action,
  .call-to-action .col-md-6:last-child {
      text-align: center;
  }
  
  .call-to-action h1 {
      margin-bottom: 20px;
  }
}


/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
  position: relative;
  padding: 30px 0;
  background: #FF6F61;
}

.newsletter h1 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
}

.newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 0 0 auto;
}

.newsletter .form input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.newsletter .form button {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 0;
  right: 0;
  padding: 0 15px;
  border: none;
  background: #FF6F61;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0 4px 4px 0;
}

.newsletter .form button:hover {
  color: #FF6F61;
  background: #000000;
}

@media (max-width: 767.98px) {
  .newsletter {
      text-align: center;
  }
  
  .newsletter h1 {
      margin-bottom: 20px;
  }
  
  .newsletter .form {
      margin: 0 auto;
  }
}


/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0;
  background: #ffffff;
}

.brand .brand-item {
  text-align: center; 
}

.brand .brand-item img {
  max-width: 100%;
  margin: auto; 
}

.brand .slick-prev,
.brand .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  background: #FF6F61;
  border-radius: 4px;
}

.brand .slick-prev {
  left: 55px;
}

.brand .slick-next {
  right: 55px;
}

.brand .slick-slider:hover .slick-prev {
  left: 15px;
  opacity: 1;
}

.brand .slick-slider:hover .slick-next {
  right: 15px;
  opacity: 1;
}

.brand .slick-prev:hover,
.brand .slick-prev:focus,
.brand .slick-next:hover,
.brand .slick-next:focus {
  background: #000000;
}

.brand .slick-prev:hover::before,
.brand .slick-prev:focus::before,
.brand .slick-next:hover::before,
.brand .slick-next:focus::before {
  color: #FF6F61;
}

.brand .slick-prev::before,
.brand .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #000000;
}

.brand .slick-prev::before {
  content: "\f104";
}

.brand .slick-next::before {
  content: "\f105";
}


/**********************************/
/*********** Review CSS ***********/
/**********************************/
.review {
  margin-bottom: 30px;
}

.review .review-slider {
  position: relative;
}

.review .review-slider-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #ffffff;
}

.review .review-img {
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}

.review .review-img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}

.review .review-text {
  padding: 15px;
  width: 100%;
  max-width: calc(100% - 200px);
}

.review .review-text h2 {
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.review .review-text h3 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.review .review-text p {
  margin: 0;
}

.review .review-text .ratting {
  margin-bottom: 5px;
}

.review .review-text .ratting i {
  color: #FF6F61;
  font-size: 14px;
}

.review .slick-slider:hover .slick-prev {
  left: 30px;
}

.review .slick-slider:hover .slick-next {
  right: 30px;
}


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
  position: relative;
  padding-top: 30px;
}

.contact .contact-info,
.contact .contact-form,
.contact .contact-map {
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border-bottom: 30px solid #f3f6ff;
}

.contact .contact-info h2 {
  margin-bottom: 15px;
}

.contact .contact-info h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.contact .contact-info h3 i {
  width: 20px;
  color: #FF6F61;
  margin-right: 5px;
}

.contact .social {
  position: relative;
  width: 100%;
}

.contact .social a {
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  border: 1px solid #FF6F61;
  border-radius: 4px;
}

.contact .social a i {
  color: #FF6F61;
}

.contact .social a:hover {
  background: #FF6F61;
}

.contact .social a:hover i {
  color: #ffffff;
}

.contact .contact-map iframe {
  width: 100%;
  height: 450px;
}


/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
  position: relative;
  padding-top: 30px;
}

.login .login-form,
.login .register-form {
  padding: 30px;
  background: #ffffff;
  margin-bottom: 30px;
}


/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
  position: relative;
  padding: 30px 0 0 0;
  background: #ffffff;
}

.footer .footer-widget {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.footer .footer-widget h2 {
  font-size: 25px;
  white-space: nowrap;
  margin-bottom: 20px; 
}

.footer .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-widget ul li {
  margin-bottom: 12px; 
}

.footer .footer-widget ul li:last-child {
  margin-bottom: 0; 
}

.footer .footer-widget ul li a {
  color: #353535;
  white-space: nowrap;
  display: block;
  line-height: 23px;
  transition: all .3s;
}

.footer .footer-widget ul li a::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
  color: #FF6F61;
}

.footer .footer-widget ul li a:hover::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.footer .contact-info p {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer .contact-info p i {
  margin-right: 5px;
}

.footer .social {
  position: relative;
  width: 100%;
}

.footer .social a {
  display: inline-block;
  margin: 10px 5px 0 0;
  width: 40px;
  height: 40px;
  padding: 6px 0;
  text-align: center;
  font-size: 18px;
  color: #353535;
  border: 1px solid #353535;
  border-radius: 4px;
  transition: all .3s;
}

.footer .social a:hover {
  color: #FF6F61;
  border-color: #FF6F61;
}

.footer .payment {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 992px) {
  .footer .payment {
      max-width: 80%;
      margin: 0 auto;
  }
}

.footer .payment-method,
.footer .payment-security {
  overflow: hidden;
}

.footer .payment-method {
  text-align: left;
}

.footer .payment-security {
  text-align: right;
}

@media (max-width: 768.98px) {
  .footer .payment-method {
      margin-bottom: 15px;
  }
  
  .footer .payment-method,
  .footer .payment-security {
      text-align: center; 
  } 
}

.footer .payment-method h2,
.footer .payment-security h2 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
  height: 25px;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
  position: relative;
  padding: 25px 0;
  background: #000000;
}

.footer-bottom .copyright {
  text-align: left;
}

.footer-bottom .template-by {
  text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
  font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
  color: #ffffff;
}

@media (max-width: 768.98px) {
  .footer-bottom .copyright,
  .footer-bottom .template-by {
      text-align: center; 
  } 
}




/* sidebar css */
.printer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.printer-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 200px;
  text-align: center;
}

.printer-card img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
}

.printer-card h5 {
  margin-top: 15px;
}

.printer-card p {
  font-size: 14px;
  color: #777;
  margin: 10px 0;
}

.printer-company-list {
  margin-top: 20px;
}

.printer-company-card {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.printer-company-card:hover {
  transform: scale(1.05);
}

.active-type {
  background-color: #007bff;
  color: white;
}


/* Sales.css */


/* carouse */
.carousel-container {
  width: 70%;
  height: 450px;
  margin: 50px auto; /* Adds 50px margin at the top and bottom, and centers the carousel horizontally */
  position: relative;
  overflow: hidden; /* Ensures no overflow beyond the container */
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
  position: relative; /* Ensures the overlay is positioned correctly */
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block; /* Ensures the image takes up the full width of the container */
}



.carousel-caption {
  position: absolute; /* Position caption relative to the carousel item */
  /* bottom: 100px; */
  top: 50%;
  left: 15px;
  right: 15px;
  text-align: center;
  color: #fff;
  z-index: 2; /* Ensure caption is above the overlay */
}

.carousel-caption h5,
.carousel-caption p {
  margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  height: 80%;
  top: 20%;
  z-index: 3; /* Ensure controls are above the overlay and captions */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 10px;
    left: 5px;
    right: 5px;
  }

  .carousel-container {
   height: auto;
   
  }
}

.text-center {
  text-align: center !important;
  margin-bottom: -70px;
}


/* BrandLogos.css */
/* BrandLogos.css */

.brand-logos-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px; /* Height of the scrolling area */
  margin-top: 50px;
  margin-bottom: 50px;
}

.brand-logos-wrapper {
  display: flex;
  animation: scroll 10s linear infinite;
}

.brand-logos {
  display: flex;
  align-items: center;
  height: 100%;
}

.brand-logos img {
  height: auto; /* Maintain aspect ratio */
  max-height: 12vh; /* Adjust maximum height relative to viewport */
  width: auto;
  margin-right: 20px; /* Spacing between logos */
}

/* Scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  .brand-logos img {
    max-height: 60px; /* Adjust for medium screens */
    margin-right: 10px; /* Adjust spacing */
  }
}

@media (max-width: 480px) {
  .brand-logos img {
    max-height: 50px; /* Further adjust for small screens */
    margin-right: 5px; /* Adjust spacing */
  }
}




/* 
 *
 /

 /* 
  
 *
 /
 

 /*  */
 .products{
  margin-left: -100px !important;
 }




 /* printer types page css */


 /* Styles.css */
.printer-type-container {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
}

.printer-type-heading {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.printer-type-list .printer-type-btn {
  margin-bottom: 10px;
  border-radius: 5px;
}

.printer-type-list .active-type {
  background-color: #007bff;
  color: white;
}

.price {
  font-size: 1.2rem;
  color: #007bff;
}

.btn-primary {
  background-color: #155263;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}

 /* printer types page css */


/* top deals */
.top-deals {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f9f9f9;
}

.deals-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.deal-card {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  width: calc(33.333% - 30px);
}

.deal-image {
  max-width: 120px;
  height: 150px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}



/* For about portfoliio */
.solutions_section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.heading_container h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.solution-box {
  background-color: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-box h4 {
  font-size: 24px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 10px;
}

.solution-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.solution-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.solution-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #196378;
  border-radius: 10px 0 0 10px;
  transition: width 0.3s ease;
}

.solution-box:hover:before {
  width: 100%;
}

@media (max-width: 768px) {
  .solution-box {
    margin: 10px 0;
  }
}

/* eXPERTISA */
.expertise_section {
  padding: 60px 0;
  background-color: #ffffff;
  margin: 50px 0;
}


/* footer links */
.links{
  cursor: pointer;
}




.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.glowing-ring {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(0, 255, 255, 0.7),
    rgba(255, 255, 0, 0.7),
    rgba(255, 0, 255, 0.7),
    rgba(0, 255, 0, 0.7)
  );
  animation: spin 1.5s linear infinite;
}

.glowing-ring::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #1b1b1b;
  z-index: 2;
}

.glowing-ring-inner {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.7),
    0 0 20px rgba(255, 255, 0, 0.7),
    0 0 20px rgba(255, 0, 255, 0.7),
    0 0 20px rgba(0, 255, 0, 0.7);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



/*Loader css */

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Slightly opaque background for better readability */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* To ensure it stays on top of all elements */
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #196378; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1.5s linear infinite;
}

/* Animation to spin the loader */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .loader {
    width: 100px;
    height: 100px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #196378;
  }
}

@media (min-width: 1024px) {
  .loader {
    width: 120px;
    height: 120px;
    border: 12px solid #f3f3f3;
    border-top: 12px solid #196378;
  }
}

/* Fallback for no animation support */
@media (prefers-reduced-motion: reduce) {
  .loader {
    animation: none;
  }
}




/* back to top */

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #196378; /* Change this to match your theme */
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.back-to-top.visible {
  display: flex; /* Show the button when visible */
  opacity: 1;
}

.back-to-top:hover {
  background-color: #196378; /* Darker shade on hover */
}




.companyimg {
  width: 100%;  /* Set the width to 100% of the parent container */
  height: auto; /* Maintain the aspect ratio of the image */
  aspect-ratio: 3 / 2 !important; /* Set the desired aspect ratio (16:9 in this case) */
  object-fit: contain !important; /* Ensure the image scales while maintaining its aspect ratio */
  display: block; /* Prevents any inline spacing issues */
}



/* printer details */

.main-image {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* Use full width on smaller screens */
    max-width: 300px; /* Limit max width for larger screens */
    height: auto; /* Maintain aspect ratio */
    overflow: hidden;
    border: 1px solid #ddd; /* Optional: adds a subtle border */
}

.main-image img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Use "cover" if you want to fill the space */
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Space above thumbnails */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.thumbnail-container img {
    width: 15%; /* Use a percentage for responsive sizing */
    max-width: 80px; /* Limit size for larger screens */
    height: auto; /* Maintain aspect ratio */
    margin: 0 5px; /* Adjust margin for smaller screens */
    object-fit: contain;
    cursor: pointer;
    border: 2px solid transparent; /* Default border for thumbnails */
    transition: border 0.3s; /* Smooth transition for border change */
}

.thumbnail-container img.selected {
    border: 2px solid #007bff; /* Highlight border for selected thumbnail */
}

/* Media Queries for further adjustments */
@media (max-width: 768px) {
    .main-image {
        max-width: 100%; /* Allow full width on smaller screens */
    }
    .thumbnail-container img {
        width: 20%; /* Adjust thumbnail size for smaller screens */
        max-width: 60px; /* Limit size */
    }
}
