@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Custom CSS */

html {
  scroll-behavior: smooth;
}

body p {
  line-height: 1.8;
  color: #616161 !important;
}
body {
  font-family: "Poppins" !important;
}

/* Typongraphy Heading */
.heading-1 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-2 {
  font-size: 3.5rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.heading-2-white {
  font-size: 4rem !important;
  line-height: 1.2 !important;
  /* font-weight: 200 !important; */
  color: #fff;
}

.heading-3 {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-4 {
  font-size: 2.625rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.heading-5 {
  font-size: 2.25rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.heading-6 {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  text-decoration: none;
}

/* Typongraphy paragraph */
.paragraph-xl {
  font-size: 1.6rem !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-slider {
  font-size: 20px !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-l {
  font-weight: 100;
  font-size: 1.1rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 24px !important;
}

.paragraph-m {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
}
.paragraph-g {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #777777;
}

.paragraph-h {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
}

.paragraph-f {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
}

.paragraph-f-2 {
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
}
.paragraph-e {
  font-size: 1.5rem !important;
  color: #fff;
  font-weight: 100;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.bold-title {
  color: #ffdf5c !important;
}

/* Home Page Styles */
.item {
  height: 676px;
}
.home_banner_title {
  color: #fff;
  /* text-align: center; */
  padding-top: 36px;
  /* padding-right: 20px; */
  /* padding-left: 20px; */
}

/* Services Section */
.red-version-txt {
  color: #cd2122;
}
.card-image {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
.card-body a {
  text-decoration: none;
  color: #040404;
}
.card-body a:hover {
  text-decoration: none;
  color: #ffcb08;
}
/* Colorize-zoom Container */

/* Start Ups Section */

.ups_section {
  background-color: #f9f9f9;
}

.about-btn {
  color: #fff !important;
  background-color: #cd2122 !important;
}
.about-btn:hover {
  color: #fff;
  background-color: #040404 !important;
}

.plyr--video {
  /* height: 287px;
  width: 636px !important; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.item-card {
  height: 104px;
}

.ups-numbers {
  font-size: 24px;
}
.ups-description {
  font-size: 1rem !important;
  padding: 0px 20px 0px 20px !important;
}
.card-body {
  min-height: 104px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.exams-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /*Adddropshadow*/
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 170px;
  background-color: #350f2d !important;
}
.exams-card :hover {
  background-color: #ffcb08 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* End Ups Section */

/* Start Overview Section */
.overview {
  background-color: #350f2d !important;
}

/* End Overview Section */

/* Start Project Section  */
.project-btn {
  border-radius: 25px !important;
  color: #fff !important;
  background-color: #cd2122 !important;
}
.project-btn:hover {
  color: #fff;
  background-color: #040404 !important;
}
/* End Project Section */

.card-body-project {
  border: 0;
}
.news-card {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 11.2px 0px rgba(0, 0, 0, 0.1);
}
.project-img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.projects-section .project-img {
  transition: transform 0.4s ease-in-out;
  background: inherit;
  background-size: cover;
  transform-origin: center;
}

.projects-section .project-img:hover {
  transform: scale(0.9);
  background: inherit;
  background-size: cover;
  transform-origin: center;
}

.testimonials-card {
  border-radius: 30px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 11.2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.client-name {
  font-size: 20px;
  font-weight: 500;
  color: #040404;
}

.owl-dots.red-dots {
  position: relative;
  margin-top: 20px;
}

/* .owl-dots.red-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: red;
} */

/* .owl-carousel .owl-item img {

  width: auto !important;
} */

.cta-section {
  background-color: #cd2122;
  margin-top: 100px;
}

.cta-btn {
  color: #fff !important;
  background-color: #ffcb08 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.cta-img {
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .cta-img {
    margin-top: -5rem;
  }
}
.features-container {
  margin-top: 20px;
}
.features-list {
  list-style: none;
  padding: 0;
}
.feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feature img {
  width: 30px; /* Adjust size as needed */
  margin-right: 10px;
}
.feature-text {
  margin: 0;
}

.social-links {
  display: flex;
}

.social-links a {
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: "";
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #e01818;
}

.social-links a:hover {
  transform: translateY(-10px);
}
.feature_title {
  color: #344054;
  font-size: 18px;
  font-weight: 800;
}
.share-title {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}

.bg-red {
  background-color: red;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about-description-box {
  /* Add any additional styling for the box here */
}
.about-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 592px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: red !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  color: #000;
  font-size: 18px;
}
.nav-pills .nav-link:hover {
  color: #cd2122 !important;
}
.contact-card {
  background-color: #350f2d !important;
  border-radius: 20px !important;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.our-companies {
  background-color: #f2f2f2;
}
.contact-card .contact-details {
  display: flex;
  align-items: center;
}
.contact-card .contact-details .contact-icon {
  margin-right: 10px;
}
.contact-card .contact-details .contact-info {
  flex-grow: 1;
}
.contact-info {
  margin-left: 15px;
}
.services-text:hover {
  color: #cd2122;
}
.service-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 633px;
}
.inquire-btn {
  color: #fff;
  background-color: #cd2122;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inquire-btn:hover {
  color: #fff;
  background-color: #040404;
}

.social-links {
  text-align: center;
}

.social-links .heading-4 {
  margin-bottom: 10px;
}

.social-links .social-icons {
  margin-top: 10px;
}

.social-links .social-icon {
  display: inline-block;
  margin-right: 10px;
  color: #333; /* Change color as needed */
}

.social-links .social-icon:last-child {
  margin-right: 0;
}

.social-links .social-icon:hover {
  color: #007bff; /* Change color on hover as needed */
}

.share-title {
  margin-top: 10px;
}
.social-links .share-title {
  margin-top: 0; /* Remove default margin */
  text-align: left; /* Align the share title text to the left */
}
.inquire-card {
  background-color: #cd2122;
}

.service-banner {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .paragraph-m {
    font-size: 1.15rem !important;
    font-weight: 200 !important;
  }
  .paragraph-e {
    font-size: 1.15rem !important;
    font-weight: 200 !important;
    line-height: 1.5 !important;
  }
  .home-banner-content {
    padding-top: 20vh;
  }
  .heading-5 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }
  .carousel-caption-home {
    top: 5%;
    left: 7%;
  }
  .heading-13 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  .heading-1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    font-weight: 500;
  }
  .heading-2 {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }

  .register-btn {
    padding-bottom: 2rem !important;
  }
  /* .card-inner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  } */

  .col-md-6 {
    width: auto;
  }

  .ups-numbers {
    margin-right: 20px; /* Adjust as needed */
  }

  .ups-description {
    flex: 1; /* Take remaining space */
  }
  .cta-img {
    /* margin-top: 0.1rem; */
  }
  .service-img {
    height: auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
  }
}
.card-title {
  text-decoration: none;
  color: #fff;
}

.projects-section {
  /* height: 900px; */
}

/* Styling for the navigation bar */
.navigation-section .navbar {
  background-color: #ffffff !important; /* Background color for the navbar */
  box-shadow: 0px 3px 5px -5px #212121 !important;

}

/* Styling for the links in the navbar */
.navigation-section .navbar-nav .nav-link {
  color: #000 !important; /* Text color for the links */
}

.navigation-section .navbar-nav .nav-link:hover,
.navigation-section .navbar-nav .nav-link:focus {
  color: #ffdf5c !important; /* Text color for the links on hover/focus */
}

.navigation-section .navbar-nav .nav-link:hover {
  text-decoration: underline !important;
  color: #350f2d !important;
}

/* Add this CSS to your stylesheet */
.custom-menu li a {
  padding: 20px; /* Add padding to each menu item */
  text-align: left; /* Align menu items to the left */
}
.plyr__control--overlaid {
  background-color: #fff !important;
  color: #000;
}

/* Styles for Header */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
  }
}

.card-image {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  height: 200px;
  width: 200px;
}
.card-image-row {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.about-btn-header:hover {
  color: #fff;
  background-color: #040404;
  border: 2px solid #cd2122 !important;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}
#main-menu {
  list-style: none !important;
}
.offcanvas-body .navbar-nav ul li a {
  text-decoration: none !important;
  color: #fff !important;
}
.offcanvas-body .navbar-nav ul li {
  margin-bottom: 10px;
}

.navbar-nav li:hover a {
  color: red; /* Add red border when hovering */
}
.navbar-nav li:hover a {
  text-decoration: none; /* Remove default underline */
}

/* .navbar-nav li:hover a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: red; /* Specify the color for the underline */

/* Footer */
.list #navbarNavDropdown-footer ul li {
  margin-bottom: 10px;
}
.list #navbarNavDropdown-footer ul li a {
  color: #fff !important;
  text-decoration: none !important;
}
.list #navbarNavDropdown-footer ul li a:hover {
  color: #ffcb08 !important;
  text-decoration: none !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  position: unset;
  vertical-align: top;
  padding: 0 !important;
}

.wpf_layout_horizontal .wpf_items_group {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  /* margin: 10px 0 0; */
  opacity: 0;
  /* padding: 1em 1.5em; */
  pointer-events: none;
  position: relative !important;
  transition: opacity 0.3s, visibility 0.3s, margin 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  /* width: 337px !important; */
  /* align-items: center; */
  /* align-content: center !important; */
  /* margin: 0px 0px 0px 65px !important; */
}

.go-top {
  background-color: #fff;
  color: #350f2d;
  border-radius: 50%;
  padding: 17px 23px;
  z-index: 1;
  position: relative;
}
.go-top:hover {
  background-color: #ffcb08;
  color: #350f2d;
}
.footer-list {
  list-style: none;
}
.social-icons-footer {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 2;
  justify-content: center;
}

.social-icons-footer:hover {
  color: #ffdf5c !important;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #ffdf5c;
  line-height: 2;
  justify-content: center;
}

.newsletter-form p label input {
  border: 1px solid #ffdf5c;
  padding: 3px 7px;
  background: transparent;
  color: #ccc;
}
#submit-btn-mailchimp {
  background: #ffdf5c !important;
  color: #fff !important;
}
.copyright-content img {
  width: 80px;
  cursor: pointer;
}
.dark-txt {
  color: #212121 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /* Your hover effect styles here */
  color: transparent !important;
}

.accordion-body #navbarNavDropdown-footer ul li {
  margin-bottom: 10px;
}
.accordion-body #navbarNavDropdown-footer ul li a {
  color: #fff !important;
  text-decoration: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 16px;
}
.white-box ul li a {
  text-decoration: none;
  color: #000;
  margin-top: 6px;
}
.white-box ul li a:hover {
  text-decoration: none;
  color: #cd2122;
}

.list-unstyled-sidebar-menu {
  color: #000;
}
.menu-item.menu-item-object-category_services.menu-item-type-taxonomy ul li {
  color: #000;
  text-decoration: none;
}
.li#menu-item {
  color: #000;
  text-decoration: none;
  /* Your CSS rules here */
}
.wpf_slider .ui-slider-handle {
    background: purple !important;
    border-color: purple !important;
}

.woocommerce-loop-product__title {
  margin-top: 7px !important;
  color: #000 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.newsletter-form p,
.newsletter-form label {
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between input and button */
}

.newsletter-form input[type="email"],
.newsletter-form input[type="submit"] {
    margin: 0;
}

.card a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: currentColor;
  text-align: center !important;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  /* border-radius: 20px; */
}

.woocommerce .card .price {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.products .product-type-simple {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
.product .card-body a.button {
  display: none !important;
}

/* Woocoomerce edits by naweed start */
.woocommerce-loop-product__title {
  text-align: center !important;
}
.woocommerce-loop-product__link {
  text-decoration: none !important;
}
.product-cards {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px !important;
  min-height: 315px !important;
}
#wpgs-gallery {
  max-width: 100% !important;
}
.inquiry-btn {
  padding: 10px 20px;
  background-color: #cd2122;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.product_type_simple {
  display: none !important;
}

.woocommerce-ordering {
  display: none !important;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none !important;
  font-weight: 400;
  color: #000;
}
.breadcrumb-scroller {
  background-color: white !important;
}
.wc-breadcrumb {
  background-color: #fff !important;
}
#woocommerce_product_categories-7 {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none !important;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px !important;
}
#woocommerce_product_categories-7 .card-header {
  background-color: #fff !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#woocommerce_product_categories-7 ul li {
  margin-bottom: 10px !important;
}
#woocommerce_product_categories-7 .widget-title {
  font-weight: 600 !important;
}
#woocommerce_product_categories-7 ul .current-cat a {
  color: #ffdf5c !important;
}
.product_meta span a {
  text-decoration: none !important;
  color: #350f2d !important;
  font-weight: 600 !important;
}
.description_tab::marker {
  display: none !important;
  color: #fff !important;
}
.description_tab a {
  /* display: none !important; */
}
.site-content {
  width: 100% !important;
}
/* Woocoomerce edits by naweed end */

/* home page edits by naweed start */
.zoom-hover {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom-hover img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}

.zoom-hover:hover img {
  transform: scale(0.97);
}

.services-section .card:hover {
  color: #cd2122 !important;
}
/* Move the sidebar to the left */
.owl-stage {
  display: flex;
  align-items: center;
}
.related h2 {
  padding-bottom: 20px;
}

.accordion-item {
  border: none !important;
  outline: 0 !important;
}
@media screen and (max-width: 768px) {
  .exams-card {
    min-height: 230px;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* home page edits by naweed end */

.nav-pills .nav-link.active:hover {
  color: #fff !important;
}
.project-card-image {
  height: 200px;
  object-fit: cover;
  width: -webkit-fill-available;
}
.btn-projects {
  color: #cd2122;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid #cd2122;
}
.btn-projects:hover {
  color: #fff;
  border-radius: 20px;
  border: 1px solid #cd2122;
  background-color: #cd2122;
}

.overview {
  font-size: 1.125rem;
}

.overview-description {
  font-size: 0.9rem;
}
#woocommerce_product_categories-7 ul a:hover {
  color: #ffdf5c !important;
}

/* Drop down for main menu */
/* Default style to hide sub-menu items */
ul.dropdown-menu {
  display: none;
}
.dropdown-menu {
  background-color: #fff !important;
  padding: 10px !important;
}
/* Style to display sub-menu items when parent item is hovered over */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
#navbarNavDropdown ul li a:hover {
  text-decoration: none !important;
}
.navbar-nav .menu-item-has-children > a::after {
  content: "\f078";
  font-family: fontawesome;
  /* display: inline-block; */
  margin-left: 5px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 100 !important;
  font-size: 18px !important;
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
#navbarNavDropdown ul li a {
  margin-right: 10px;
}
li::marker {
  color: transparent !important;
}

/* Start norfolk home page Styles */

/* norfolk Styles */
.product-list-card {
  /* color: #fff; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.products-cards {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* min-height: 320px !important; */
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.related-cards {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* min-height: 320px !important; */
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  /* min-height: 400px !important; */
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  /* min-height: 350px !important; */
}
.product-text {
  font-size: 1.125rem !important;
  color: #000;
}
.product-text:hover {
  color: #ffcb08 !important;
}

.product-box {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  background-color: transparent !important;
}
.product-title {
  text-decoration: none;
  color: #000;
}

.product-category {
  background-color: #f9f9f9;
}
.product-category-name {
  color: #fff;
  text-decoration: none !important;
}
.product-category-name :hover {
  color: #000 !important;
  text-decoration: none !important;
}

input,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 7px;
}
.postform {
  padding: 8px 15px 8px 15px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  background-color: #350f2d;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-filter {
  color: #fff !important;
  background-color: #350f2d !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  margin: 0 60px 5px 0 !important;
  padding: 0;
  position: unset;
  vertical-align: top;
  padding: 3px 60px !important;
}
.our-values {
  background-color: #f3e5f5;
}
.value-icon {
  background-color: #350f2d;
  padding: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.footer-section {
  background-color: #350f2d;
}
/* End norfolk home page styles */

/* Contact Us Styles */
.location-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 170px;
}
/* End Contact Us Styles */

/* Woocommerce styles Start */

form-select,
select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 15px !important;
  margin-left: 15px !important;
}

.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt:not(a.checkout-button),
.woocommerce .card a.button,
.woocommerce div.product form.cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
  /*--bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  */
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  /*padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  */
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: #350f2d !important;
  border-radius: 10px !important;
  background-color: #350f2d !important;
  margin-bottom: 20px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:not(a.checkout-button):hover,
.woocommerce .card a.button:hover,
.woocommerce div.product form.cart button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#place_order:hover {
  color: #000; /* White text color on hover */
  background-color: #ffcb08 !important; /* Gray background color on hover */
}

.btn-outline-primary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt:not(a.checkout-button) {
  --bs-btn-color: #fff !important;
  --bs-btn-border-color: #350f2d !important;
  --bs-btn-hover-color: #000 !important;
  --bs-btn-hover-bg: #ffdf5c !important;
  --bs-btn-hover-border-color: #ffdf5c !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #350f2d;
  --bs-btn-active-border-color: #350f2d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #350f2d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #350f2d;
  --bs-gradient: none;

  display: inline-block; /* Ensures buttons are treated as blocks */
  text-align: center !important; /* Centers the buttons */
  margin: 0 auto; /* Centers the buttons horizontally */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  background-color: #350f2d;
  color: #fff;
  border: none !important;
  padding: 2px 19px;
    display: block;    
  margin: 0 auto;    
  text-align: center;   
  cursor: pointer;
  border-radius: 4px; 
}


button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: #ffcb08 !important;
  color: #000 !important;
  border: none !important;
}

.input-group-text,
.woocommerce-cart .coupon button {
  display: flex;
  align-items: center;
  /* padding: 0.375rem 0.75rem; */
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  /* border-radius: var(--bs-border-radius); */
  height: 40px !important;
  width: 40px !important;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  height: 40px !important;
}

.quantity {
  display: flex !important;
}

.wpf_layout_horizontal .wpf_item_name {
  border: none;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2em;
  margin: 0;
  padding: 0.6em 0.8em;
  vertical-align: middle;
  width: 200px !important;
}
.wpf_items_wrapper ul.wpf_column_vertical li {
  display: block;
  margin-bottom: .8em;
  text-align: left !important;
}
.single_add_to_cart_button button .alt{
  padding: 10px !important;
  margin-top: 5px !important;
}
/* Target the slider handle span element */
.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #350f2d;
  
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

/* Add hover effect to the slider handle */
.ui-slider-handle.ui-corner-all.ui-state-default:hover {
  background-color: #ffcb08; /* Darker color on hover */

}


/* Set margin-right for the minus button */
.input-group-text.minus {
  margin-right: 10px; /* Adjust margin as needed */
}

/* Responsive margin for the minus button */
@media (max-width: 768px) {
  .input-group-text.minus {
    margin-right: 20px; /* Adjust margin as needed for smaller screens */
  }
}

.wpf_slider.ui-slider {
  background: rgba(15, 0, 13, 0.15) !important;
  border: none;
  height: 5px;
  margin: 2.5em 0 0.8em;
}
/* Set the initial width, height, and margin-right for the quantity input field */
.input-text.qty {
  width: 70px;
  /*Adjustwidthasneeded*/
  height: 40px;
  /*Adjustheightasneeded*/
  margin-right: 10px;
  /*Adjustmargin-rightasneeded*/
  text-align: center !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

/* Responsive styles */
@media (max-width: 767px) {
  .input-text.qty {
    /* width: 100%;  */
    margin-right: 15px; /* Remove margin-right on smaller screens */
    margin-bottom: 10px; /* Add bottom margin on smaller screens if needed */
  }
}

/* Style the plus sign in the quantity input field */
.input-group-text {
  margin-right: 10px; /* Adjust margin as needed */
}

/* Responsive styling for margin */
@media (max-width: 576px) {
  .input-group-text {
    margin-right: 5px; /* Adjust margin as needed for smaller screens */
  }
}

/* Center align the "Add to Cart" button */
button.product_type_variable.add_to_cart_button {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important; /* Center button text */
}

@media (max-width: 768px) {
  .outlets .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .outlets .col-md-6,
  .outlets .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #350f2d !important;
}
.button.add_to_cart_button {
  background-color: #350f2d;
  /*Backgroundcolor*/
  color: #fff;
  /*Textcolor*/
  padding: 10px 20px;
  /*Adjustpaddingasneeded*/
  border: none;
  /*Removeborderifneeded*/
  border-radius: 10px;
}

.button.add_to_cart_button:hover {
  background-color: #ffcb08;
  color: #000; /* Background color on hover */
}

/* @media (max-width: 768px) {
  .product .card-body a.button,
  .product-category .card-body a {
      margin-top: auto;
      margin-left: 105px;
  }
} */
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -ms-border-radius: 10px 10px 0 0 !important;
  -o-border-radius: 10px 10px 0 0 !important;
  width: fit-content;
}
/* .woocommerce img, .woocommerce-page img{
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
} */

.add-to-cart-button-container {
  text-align: center;
}

@media (max-width: 768px) {
  .add-to-cart-button-container {
    text-align: center !important;
  }
}
.card-img-top {
  border-radius: 10px 10px 0px 0px !important;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #fff !important;
  background-color: #350f2d !important;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (max-width: 768px) {
  .about-img {
    height: auto;
  }
}
.reset_variations {
  visibility: visible;
  color: #000;
  text-decoration: none;
  margin: 10px 10px;
  padding: 10px;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background-color: #350f2d !important;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  color: #000 !important;
  background-color: #ffdf5c !important;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  display: block;
  line-height: 1.4;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.wc-block-components-totals-coupon {
  text-decoration: none !important;
  color: #350f2d !important;
  font-weight: 500;
  font-size: 0.9rem !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  /* margin: 0 5px 5px 0; */
  /* padding: 0; */
  position: unset;
  vertical-align: top;
  margin: 0px 15px 0px 0px !important;
  padding: 0px 60px 0px 60px !important;
  text-align: center;
  align-items: center;
  height:45px !important
  /* align-content: center; */
}
.product-category-name :hover {
  text-decoration: none !important;
}
.product-price {
  font-weight: 600;
}
.wpf_slider.ui-slider .ui-slider-handle {
  background: #350f2d !important;
  border-radius: 50px !important;
  cursor: pointer;
  height: 1em;
  top: -0.4em;
  width: 1em;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}



/* Woocommerce Styles End */

.woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-tabs .tabs li {
  flex: 1;
  max-width: calc(100% / <?php echo count($product_tabs) ; ?>);
}

.woocommerce-tabs .tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #808080;
}
td.woocommerce-product-attributes-item__value {
  margin: 10px 0px 0px 10px !important;
  padding: 16px 0px 0px 5px !important;
}
.woocommerce-Tabs-panel {
  /* display: none; */
}

.woocommerce-Tabs-panel.active {
  display: block;
}

/* .woocommerce-tabs {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
} */

/* Style the tab navigation */
.woocommerce-tabs ul.tabs {
  margin: 0;

  list-style-type: none;
  display: flex;
  padding: 0px 400px 0px 400px;
}

.woocommerce-tabs ul.tabs li {
  font-size: 1.125rem;
  text-decoration: none;
}
.owl-theme .owl-dots .owl-dot:hover {
  background: transparent !important;
}


/* Style the active tab */
.woocommerce-tabs ul.tabs li.active a {
  color: #000;
  border-bottom: 2px solid #350f2d;
  font-size: 1.125rem;
  text-decoration: none;
  margin: 0px 10px 0px 10px;
}

/* Style the tab content */
.woocommerce-tabs .panel {
  margin: 40px 0px 40px 0px;
}
.postform {
  padding: 8px 15px 8px 15px;
  margin: 0 !important;
}

/* Start Home Page Categories selection Styles */
/* .select2-container--default .select2-selection--single{
  background-color: #FFCB08 !important;
  color: #000 !important;
} */

/* End Home Page Categoreies selection Styles */
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  /* margin: 0 5px 5px 0; */
  /* padding: 0; */
  position: unset;
  vertical-align: top;
  margin: 0px 15px 0px 0px !important;
  /* padding: 0px 100px 0px 100px !important; */
}
.wpf_layout_horizontal .wpf_item.wpf_item_submit {
  border: none;
  margin: none !important;
  /* padding: 10px !important; */
  padding: 0 !important;
}
.wpf_layout_horizontal .wpf_search_button {
  font-size: 1em;
  line-height: 1.4em;
  padding: .6em 3em !important;
  color: #fff;
  background: #350f2d;
}
.white-box-home {
  background-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 16px;
}
.is-form-style.is-form-style-3 input.is-search-input {
  border-right: 0 !important;
  /* background-color: #000; */
  padding: 15px 10px 15px 10px;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  /* border: none !important; */
  font-size: 16px !important;
}

.fkcart-shortcode-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  align-items: center;
  cursor: pointer;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

@media (max-width: 768px) {
  .wpf_layout_horizontal {
    justify-content: center; /* Center items horizontally on mobile */
  }

  .wpf_layout_horizontal .wpf_item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: inline-block;
    position: unset;
    vertical-align: top;
    margin: 0px 5px 15px 5px !important; /* Center alignment requires equal horizontal margins */
    padding: 0px 20px 0px 20px !important;
    width: 180px !important;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    text-align: center !important;
  }
}
/* Base styles */
.wpf_layout_horizontal.wpf_items_wrapper {
  display: flex;
  flex-wrap: wrap; /* Ensure items wrap if they overflow */
  justify-content: center; /* Center items horizontally */
}

/* Mobile styles */
@media (max-width: 768px) {
.wpf_layout_horizontal.wpf_items_wrapper {
  justify-content: center; /* Center items horizontally on mobile */
  margin: 0 !important;
}

.wpf_layout_horizontal.wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  position: unset;
  vertical-align: top;
  margin: 15px; /* Provide some space around each item */
  padding: 0px 30px;
  width: 200px;
  box-sizing: border-box; /* Ensure padding and border are included in the width */
}
}
@media (max-width: 768px){
  .item{
    height: auto !important;
  }
}



/* Centering items on mobile view */
@media (max-width: 768px) {
  .overview .col-12 {
      display: flex;
      justify-content: center;
      text-align: center;
  }
  .overview .card-inner-content {
      align-items: center;
      text-align: center;
  }
  .overview .card-inner-content .row {
      flex-direction: column;
  }
  .overview .card-inner-content img {
      margin-bottom: 10px;
  }
  .overview h2, .overview p {
      text-align: center;
  }
}


/* General Styles */
.outlets .heading-2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.outlets .location-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.outlets .location-card img {
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .outlets .col-12 {
      text-align: center;
  }

  .outlets .card-inner-content {
      text-align: center;
  }

  .outlets .card-inner-content .row {
      flex-direction: column;
      align-items: center;
  }

  .outlets .card-inner-content img {
      margin-bottom: 10px;
  }

  .outlets .ups-numbers, .outlets .ups-description {
      text-align: center;
  }
}


/* General Styles */
.woocommerce-tabs .wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce-tabs .tabs.wc-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .tabs.wc-tabs li {
  flex: 1;
  text-align: center;
  padding: 10px 15px;
}

.woocommerce-tabs .tabs.wc-tabs li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.woocommerce-tabs .tabs.wc-tabs li.active a {
  color: #000;
  font-weight: bold;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel.active {
  display: block;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .woocommerce-tabs .tabs.wc-tabs {
      flex-direction: column;
      border-bottom: none;
  }

  .woocommerce-tabs .tabs.wc-tabs li {
      padding: 10px;
      border: 1px solid #eaeaea;
      margin-bottom: 5px;
  }

  .woocommerce-tabs .tabs.wc-tabs li a {
      font-size: 16px;
  }

  .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 10px;
      border: 1px solid #eaeaea;
      border-top: none;
  }
}


