/* General Styles */

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f0f0f0;
  overflow-x: hidden;
}

/* Top Navbar Styles  */

#top {
  background: #555555;
  padding: 10px 0;
}

#top .offer {
  color: #fff;
}

#top .offer .btn {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #top .offer {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  #top {
    font-size: 12px;
    text-align: center;
  }
}

#top a {
  color: #fff;
}

#top ul.menu {
  padding-top: 5px;

  margin: 0;
  text-align: right;
  font-size: 12px;
  list-style: none;
}

@media (max-width: 991px) {
  #top ul.menu {
    text-align: center;
  }
}

#top ul.menu > li {
  display: inline-block;
}

#top ul.menu > li a {
  color: #eeeeee;
}

#top ul.menu > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #f7f7f7;
}

/* Slider Styles  */

#slider {
  margin-bottom: 40px;
}

/* Advantages Styles */

#advantages {
  text-align: center;
}

#advantages .box .icon {
  position: absolute;
  font-size: 120px;
  width: 100%;
  text-align: center;
  top: -20px;
  left: 0;
  height: 100%;
  float: left;
  color: #eeeeee;
  transition: all 0.2s ease-out;
  z-index: 1;
  box-sizing: border-box;
}

#advantages .box h3 {
  position: relative;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}

#advantages .box h3 a:hover {
  text-decoration: none;
}

#advantages .box p {
  position: relative;
  color: #555555;
  z-index: 2;
}

/* Products Styles  */

#hot h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #4993e4;
  font-weight: 100;
  text-align: center;
}

.single {
  width: 290px;
}

@media (max-width: 768px) {
  .single {
    width: 60%;
    margin: 0 auto;
  }
}

#content .product {
  background: #fff;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}
#content .product .text p.price {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

#content .product .text .buttons {
  clear: both;
  text-align: center;
}

#content .product .text h3 {
  text-align: center;
  font-size: 20px;
}

#content .product .text h3 {
  color: rgb(0 0 0);
  font-weight: 600;
  font-size: 20px;
}
#content .product .text .product-details {
  color: rgb(0 0 0);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  height: 60px;
}

#content .product .text {
  padding: 10px 10px 0px;
}

#content .product img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#content .product .text .buttons .btn {
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  line-height: 25px;
  font-size: 17px;
}

/*  Breadcrumb Styles  */

.breadcrumbb {
  display: flex;
  list-style: none;
}
.breadcrumbb li {
  font-size: 18px;
}
.breadcrumbb li a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #a7d30c;
}
.breadcrumbb > li + li:before {
  content: ">\00a0";
  color: #cccccc;
}
.logo__link img {
  width: 80%;
}
.navbar {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .breadcrumbb {
    padding: 8px 0;
    text-align: center;
  }
}

/* products categories and categories styles */

#content .panel.sidebar-menu {
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#content .panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
  text-transform: uppercase;
  font-weight: bold;
}

#content .panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}

/* Shop Products Styles */

@media (max-width: 768px) {
  .center-responsive {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .center-responsive {
    width: 95%;
    margin: 0 auto;
  }
}

/* Details Styles */

#content #productMain {
  margin-bottom: 30px;
}

#content #productMain .price {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}

#content #mainImage {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

#content #thumbs a {
  display: block;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border: solid 2px transparent;
}

#content .headline {
  height: 350px;
}

/* Cart page Styles */

#content #cart .table tbody tr td img {
  width: 50px;
}

#content #cart .table tbody tr td input {
  width: 40px;
  text-align: right;
}

#content #cart .table tbody tr td {
  vertical-align: middle;
}
#content #cart .table tfoot {
  font-size: 18px;
}

.box .box-footer {
  background: #f7f7f7;
  margin: 30px -20px -20px;
  padding: 20px;
  border-top: solid 1px #eeeeee;
}

.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}

.box .box-footer:after {
  clear: both;
}

.box .box-header {
  background: #f7f7f7;
  margin: -20px -20px 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee;
}

#content #order-summary table {
  margin-top: 20px;
}
#content #order-summary table td {
  color: #999999;
}

#content #order-summary table tr.total td,
#content #order-summary table tr.total th {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}

.about-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5019607843137255);
}
.aboutus-page .box h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #000;
}
.aboutus-page .box p {
  font-size: 16px;
  line-height: 30px;
}
section {
  padding: 80px 0;
}
.section-title {
  text-align: center;
}
.contactus-page .box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 40px;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fbfbfb;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contactus-page .btn-primary {
  color: rgb(255, 255, 255);
  background-color: #a7d30c;
  border-color: #a7d30c;
  font-size: 18px;
  border-radius: 100px;
}
.contactus-page .contactpageimg img {
  width: 100%;
}
.about-gallery img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.call-us {
    margin-bottom: 10px;
}
.call-us span {
    font-size: 16px;
    font-weight: 600;
}
.call-us a {
    font-size: 16px;
    font-weight: 400;
}
.contact-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.contact-box a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.conp i {
  font-size: 35px;
  color: #337ab7;
  margin-bottom: 10px;
}
.conp h5 {
  font-size: 20px;
  font-weight: bold;
}
.contact-box a:hover {
  text-decoration: underline;
}
/* Footer Styles */

#footer {
  background: #e0e0e0;
  padding: 20px 0;
}

#footer ul {
  padding-left: 0;
  list-style: none;
}

#footer ul a {
  color: #999999;
  padding: 20px 0;
}

#footer .social {
  text-align: left;
}

#footer .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
  background-color: #555555;
}

#copyright {
  background: #333;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
}

#copyright p {
  margin: 0;
}

/** Filter Styles **/

.nav.category-menu {
  margin-top: -21px;
}

.scroll-menu {
  height: 260px;
  overflow-y: scroll;
}

.checkbox span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox span::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + span::before {
  outline: thin dotted;
  outline: 5px auto;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + span::after {
  font-family: "FontAwesome";

  content: "\f00c";
}

.checkbox-primary input[type="checkbox"]:checked + span::before {
  background-color: #337ab7;

  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + span::after {
  color: #fff;
}

/* Label Styles  */

.label {
  text-decoration: none;

  position: absolute;

  top: 50px;

  padding-left: 51px;

  z-index: 20;
}

.label .label-background {
  position: absolute;
  top: 0;
  right: 0;
}

.label .thelabel {
  position: relative;
  width: 100px;
  padding: 6px 50px 6px 15px;
  margin: 40px 50px 10px -71px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #337ab7;
  text-shadow: 0px 1px 2px #bbb;
}

.label .thelabel:before,
.label .thelabel:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.label .thelabel:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #2d7b6b #2d7b6b transparent transparent;
}

.label.sale {
  top: 0;
}

/* tick and cross icons styles */

.tick1 {
  font-size: 18px !important;
  color: red;
}

.cross1 {
  font-size: 18px !important;
  color: red;
}

.tick2 {
  font-size: 18px !important;
  color: red;
}

.cross2 {
  font-size: 18px !important;
  color: red;
}

/* Password Strength Checker Styles */

#meter_wrapper {
  border: 1px solid grey;
  width: 202px;
  height: 20px;
  margin: 0;
  border-radius: 3px;
}

#meter {
  width: 0px;
  height: 18px;
  border-radius: 2px;
}

#pass_type {
  font-size: 15px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 90px;
  margin-bottom: 10%;
  color: grey;
}

/* Services Styles  */

.main-product .card-title a{
    text-decoration: none;
    text-transform: uppercase;
    color: #0462b0;
    margin-bottom: 20px;
}
.main-product .card-text {
    margin: 20px 0;
    font-size: 16px;
    color: #000000df;
} 
.main-product .card {
    border-bottom: 2px solid #0462b0;
    padding: 20px;
}
.main-product img{ 
    border: 1px solid #0462b0;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-product .card .viewbtn {
    background-color: #0462b0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
}
.main-product .card .viewbtn:hover {
    background-color: #a7d30c;
}
.btn-success {
    color: #fff;
    background-color: #a7d30c;
    border-color: #a7d30c;
}

@media (max-width: 1000px) {
  .services .col-md-4 {
    margin-left: 2%;

    width: 46%;
  }
}

@media (max-width: 800px) {
  .services .col-md-4 {
    width: 90%;
  }
}

 .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-decoration: none;
  }

  .whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }

  .whatsapp-float img:hover {
    transform: scale(1.1);
  }
 .whatsapp-float.facebook-footer {
     bottom: 90px !important;
 }
 
.whatsapp-float.call-footer {
    bottom: 160px !important;
}

.businee-family {
    background: #fff;
    padding: 40px 0;
}
.member-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
    border-bottom: 2px solid #05365f;
}
.member-card:hover {
  transform: translateY(-5px);
}
.productmenu-use {
  background-color: #003366; /* Dark blue */
  padding: 20px;
}

.productmenu-use a.menu-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.productmenu-use a.menu-item:hover {
  background-color: #004080;
}

.productmenu-use a.menu-item i {
  margin-right: 10px;
  font-size: 16px;
}

